cancel
Showing results for 
Search instead for 
Did you mean: 

Update "SI_IV_PREFERENCES" in SI_DATA property for a user

Former Member
0 Kudos

Hi,

Is it possible to update the "SI_IV_PREFERENCES" value in SI_DATA property for a user using the SDK?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kumar,

You can refer to the sample code available here.

This Java Server Pages (JSP) sample demonstrates how to use the Enterprise Java SDK to set a specified property to a specified value.  The type of property can be a general property, a property in the SI_SCHEDULEINFO property bag, or a property in the SI_PROCESSINFO property bag.

Hope it helps.

Thanks,

Anchal

former_member182521
Active Contributor
0 Kudos

Hi Kumar,

I understand that you are trying to manipulate the Infoview preference of User(s). Could you brief it bit more.

Regards,

Mani

Former Member
0 Kudos

Hi Mani,

I am trying to update the users BI launch preferences, only certain options using java SDK.

Thanks

former_member182521
Active Contributor
0 Kudos

Kumar,

You can access this property directly in your query using SI_DATA.SI_IV_PREFERENCES as it is not belog to any property bag and is directly connected with the SI_DATA property of the Infoobjects for SI_KIND='User'

The value which I get  in my environment is.

SI_DATASI_LOCALE1024
desktopsettingsvwr=4&rpp=10&clientsessionendmode=AskUser&defaultnav=folder&dv2=1&dv4=1&dv5=1&dv1=1&dv0=1&unit=inch&dvprint=actx&dpi=auto&view=0&spd=1&defaultuniv=none
voyagersettingsaccessibilty=false&defconn=
WEBI_AUTO_REFRESHFALSE
WEBI_AUTO_MERGEFALSE
SI_IV_PREFERENCES{"catsDrawer":"default","rpp":"50","folderCUID":"","homepageCUID":"","columns":"{\"STREAMWORK\":true,\"RECEIVED_ON\":true,\"CREATED_ON\":false,\"DESCRIPTION\":false,\"FROM\":true,\"OBJECT_TYPE\":true,\"OBJECT_PATH\":false,\"INSTANCE_COUNT\":true,\"LAST_RUN\":true,\"OWNER\":false}","docExplorer":"foldersDrawer","categoryCUID":"","startPage":"docs","vwm":"2","foldersDrawer":"default","myDocuments":"myFave","homePage":"default"}

and the QB screen.

Former Member
0 Kudos

Thanks mani for your suggestion