Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to write the CMD command for restarting all obi services?

BIDevMay 7 2013 — edited May 8 2013
Hi Experts,

BIEE:11.1.1.6
How to write the CMD command for restarting all obi services automatically by windows task scheduler?

I am try to write the code as below, but it does not work. Please help me to review it and check what I am missing.Thanks.
Or is there any better method for solving my requirement ? Please share me.Thanks very much.

cd C:\InstallPath\OBIEE\instances\instance1\bin
opmnctl stopall
opmnctl startall

I am facing the problem that it does not excute the 'opmnctl startall' code, which will be stopped after 'opmnctl stopall',
So how to modify the command ?Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details