Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

obiee12c services are getting shutdown after user logoff

Received Response
42
Views
4
Comments
User_MJ0YI
User_MJ0YI Rank 2 - Community Beginner

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

  • Joel
    Joel Rank 8 - Analytics Strategist

    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

  • User_MJ0YI
    User_MJ0YI Rank 2 - Community Beginner

    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

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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.

  • User_MJ0YI
    User_MJ0YI Rank 2 - Community Beginner

    I setup the task in windows scheduler with arguments passed for server reboot sequence.