Jul 30, 2002 #1 rojdhi Programmer Jul 29, 2002 12 FR Hi. Is there anybody out there who could tell me how to launch BO via a .bat batch. I need the exact syntax, how to pass BO the user and password,... Thx in advance.
Hi. Is there anybody out there who could tell me how to launch BO via a .bat batch. I need the exact syntax, how to pass BO the user and password,... Thx in advance.
Jul 30, 2002 1 #2 PAULSGS Programmer May 10, 2002 63 US The syntax is the same if you use the Start->Run option as it is to launch BO from a batch The following should appear on one line "c:\Program Files\Business Objects 5.0\BUSOBJ.EXE" -user YourUserName -pass YourPassword -keyfile YourBOMAINfileName Obviously replace "YourUserName" with your user name and replace "YourPassword" with your password "YourBOMAINfileName" is ONLY required if you have multiple repositories If your user names or password have spaces, enclose the name or password in double quotes "". Upvote 0 Downvote
The syntax is the same if you use the Start->Run option as it is to launch BO from a batch The following should appear on one line "c:\Program Files\Business Objects 5.0\BUSOBJ.EXE" -user YourUserName -pass YourPassword -keyfile YourBOMAINfileName Obviously replace "YourUserName" with your user name and replace "YourPassword" with your password "YourBOMAINfileName" is ONLY required if you have multiple repositories If your user names or password have spaces, enclose the name or password in double quotes "".
Jul 30, 2002 Thread starter #3 rojdhi Programmer Jul 29, 2002 12 FR Thxs a lot, it works !! Upvote 0 Downvote