Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
obiee12c services are getting shutdown after user logoff

My Installation details
1.Oracle 12c database enterprise edition (12.1.0.2.0)
2.JDK 8 Update 51
3.Fusion Middleware 12.2.1
4.Oracle Business Intelligence 12c (12.2.1.4.0)
5. Windows 2016 R2 64 bit
Problem -
I'm logging to windows server from Admin login and starting bi services from START.CMD file and everything works fine. My Admin user is getting log off after 24hr and after user log-off all services are also getting shutdown.
CAn you suggest solution to keep services running even after user log-off ?
Answers
-
You’ll need to creat a Windows Service that executes the start.cmd file located in the bitools directory
Oracle Support Document 2077764.1 (How To Start OBIEE 12c Automatically When The Server Reboots Or Starts) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2077764.1
0 -
How can i change the server starting order ? I'm getting error when servers are starting in default manner . I want to start "bi_server1" at end
0 -
bi_server1 is always "at the end" becasue Admin Server and Node Manager must run first. The out of the box start script of 12.2.1.4. does things in the correct order already.
What Joel gave you is the normal way of running processes in the background on Windows.
0 -
I setup the task in windows scheduler with arguments passed for server reboot sequence.
0