bjects 4.1.3
Edna,
There’s no easy, universal way to do this. The option to be greeted by the New Report Wizard at login is, as you noted, controlled in the user’s Tools - Options window. This option is not stored in the Security repository, so there is nothing you can do from Supervisor to handle this.
The option is stored to the user’s Windows Registry, in the ShowWelcomeWizard value in the My Computer \ HKEY_LOCAL_MACHINE \ SOFTWARE \ BusinessObjects \ User Prefs \ busobj \ Options \ General key (folder), where is the user’s BusinessObjects account name. (BusObj stores the preferences for each user of the PC separately.) Because the user’s name is embedded in the key name, it would be difficult to come up with a solution that manipulated the registry directly.
You may be able to write a ReportScript that each user would have to run. I wrote a one-line script:
sub main
SendKeys
“%TO+{TAB}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}%S{ENTER}” end sub
This script toggles the ShowWelcomeWizard option on and off. One problem with this is if the user runs it twice, you’re back where you started. You may find a better way to do this, but I couldn’t.
I suppose you could write a report script that built a user-specific REG file that then merged itself with the user’s current registry, but that sounds like a lot of work, and could be tricky and unreliable.
There is one other way to bypass the New Report Wizard at startup: open BO with a report file. If, for example, you specify a report file on the command line, BO opens that report at startup, and thus skips the New Report Wizard. You could build a new shortcut for your users that has an empty report file in the command line, send this new shortcut file and the empty report file to your users, and have them replace the shortcut in their Start Menu - Programs - BusinessObjects folder with the one you’ve sent.
Maybe some of these ideas will spark some others.
Erich Hurst
Compaq Computer Corporation
Listserv Archives (BOB member since 2002-06-25)