This is a personal user preference in Infoview. Log into Infoview and click on the preferences icon. In the General tab there is a radio button group called âWhen I close my browser windowâŚâ. Just change that to âAlways log me off Infoviewâ
I am not aware of any way to set personal preferences like this from the CMC or by updating xml files, however there is an unsupported java utility which comes with Performance Management. If you have the full install, look in
âŚ\Performance Management 11.5\setup\
There are 2 files in there :-
prefsCopyUtil.jar
prefsCopyUtil.properties
I managed to copy preferences from a âtemplateâ user to all users in a group using this utility. You first need to update the properties file with your CMS name, Admin password, source user and target group. Then just create a dos batch file in notepad to contain something like :-
When you execute the file, it should connect to the CMS and update the personal preferences of all users in your target group based on the settings of your source user. I donât know any more about it than that as I picked up this tip from another user on this forum. It does appear to work, and it is mentioned in the PM admin guide, although I gather it is not officially supported by Business Objects. So try it out and if you are happy using it without support - all well and good. I guess it is one of the many little quirky features that would/should sit better in the CMC
Anything is possible if you have the sourcecode, you could try hacking the jsp pages themselves to get what you want, but as in all these things the problem is in doing something that is not supported. If you check the documentation you will find that directly editing files with a .jsp extension(among other filetypes) is unsupported, which means if you run into problems later on, Business Objects support might insist that you uninstall any modifications before they attempt to assist you.
We have a quasi-SSO set up, using the Lawson authentication process. When users log off, they get redirected to our intranet home page. No log in box will ever be displayed.
InterestingâŚI have never come across the Lawson authentication process. Any advantages over standard AD authentication or is it a form of LDAP for Operating Systems other than windows?
p.s. kilko - you mentioned about tracking users in the CMC. Check out this topic :-
There is a bug in the PM version of Infoview to do with session cleanup - but there is a section of code in web.xml that you can uncomment which seems to fix it.
No advantage whatsoever. It is our legacy financial and HR system and everything evolves around Lawson. Using it to authenticate users is merely an interim solution. Our IT folks are going to implement AD in the next few months. I will switch over from Lawson authentication to AD authentication.
With that being said, I plan to continue using the same redirection schemeâŚall users will access Infoview thru our intranet BI home page, and get redirected back to this same BI home page when they log off voluntarily or involuntarily.
I think that âunsupportedâ means that if you use the tool to copy the Preferences and it doesnât work, donât go crying to BO. Your environment will still be supported, regardless of if youâve used that tool or not. They just donât want to be on the hook to support the âextrasâ they shipped with the product.
rodallen; ah, the PM bug. We at this point do not use PM. Only standard-out-of-box installation. But this might come in handy some day
substring;
That is excacly what we are doing. Accessing the BO through our intranet, but by doing that, SSO jumps in and logs us automaticlly in.
So users should not have to be bothered with login outâŚ
Is not this (dont have to think about it) what SSO is all about ?
I agree, I didnât want to discourage anyone from trying prefsCopyUtil.jar. I have tried it and it seemed to work well with no issues. As soon as we have a need to roll out preferences on a large scale, I will probably use it again (unless that functionality has been added into the CMC in the next release of XI by then)
I agree, Iâve used the PrefsCopyUtil.jar to roll out preferences for roughly 300 users per environment across three environments. So far, itâs worked great! âUnsupportedâ can mean many things, so I thought it was important to clarify what was unsupported - use of the tool or the entire environment.
pick a user to act as your âtemplateâ profile. Manually alter settings for that user and then modify the PrefsCopyUtil.properties to copy preferences from that user to all users in your target Enterprise group.