Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c as a Windows Service

All,
Just as OBIEE 11g, I'm trying to get OBIEE 12c running as a service.
Unfortunately when using the same technique as for 11g, OBIEE won't start completely. The AdminServer and bi_server1 are started by the Windows Service, but the BI services remain down. For 11g I was able to start them using the "Oracle Process Manager" service in Windows. But with OPMNCTL gone, this service isn't available anymore.
Does anyone know how to get these (or the complete OBI stack) running using Windows Services? Or make OBI 12c in any other way available on Windows without the need of a logged on user?
Thanks!
Regards, Machiel
Answers
-
Try this
Windows
For example on Windows 2012 you could create a scheduled task that would get executed when the server starts and point it to OBIEE start script by following these steps:- Open Task Scheduler from Administrative Tools
- Create a new Task, give it a name.
- Select "Run whether user is logged on or not"
- Create a New Trigger to run "At system startup".
- Create a New Action to "Start a program". Click Browse button, navigate to [DOMAIN_HOME]/bitools/bin directory and select start.cmd
Thanks
Venkat
0 -
Hi Venkat,
Thanks for your reply. I did try that but no luck. Absolutely no activity from OBI when trying to run from the task scheduler: not on start-up, not when clicking "run" from the scheduler.
Regards, Machiel
0 -
Does anybody has a suggestion?
Thanks!
Regards, Machiel0 -
Hello Machiel,
I'm experiencing the exact same behavior and stuck at the same place... Were you ever able to get past it and get Windows Services to start up fully?
Many thanks,
Jeremy
0 -
Yes I have this configured successfully running as a task.
The trick is that under "Actions" for your task, you need to specify the directory for start.cmd in the "Start in (optional):" box. Put your directory to DOMAIN_HOME\bitools\bin there, and only specify "start.cmd" in the "Program/Script:" box. I have the task running as the SYSTEM account so it is not relient on a user account, and check "Run with highest privileges".
0 -
Fantastic, thanks jepva! Works for me now too.
0 -
OBI_Kenobi - Can you share the steps you took to configure this? Or point me to the documentation you followed to configure in 12c?
Thanks I appreciate it!
0 -
Hey 803253,
I went through Oracle Support ticket: "How To Start OBIEE 12c Automatically When The Server Reboots Or Starts (Doc ID 2077764.1)" for this. Exact same steps as user 957880 listed out above. And then be sure to follow jepva's suggestion above too about the "Start in (optional)" box. That all ended up working for me!
Jeremy
0 -
Hi Jepva,
Thank you very much for your suggestion. I'll try it this week! I'll post the results.
Regards Machiel
0 -
This was excellent. Struggled with it, looking deep into the bowels of the system, and it turns out the solution was fairly straightforward.
Not sure why Oracle doesn't make automated startup (or user-agnostic) easier out of the box or at least documented!
0