Start/Stop Bi services — Oracle Analytics

Oracle Analytics Cloud and Server

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

Start/Stop Bi services

Received Response
31
Views
6
Comments
Saurav Singh chandel
Saurav Singh chandel Rank 2 - Community Beginner

Hi All,

I have installed OBIEE 11g in a remote desktop on top of "Windows Server 2008 R2 standard" operating system and it is working fine .i am able to connect the analysis and EM from local as well.

But i am facing one problem actually

The ID which has been used to installed the OBIEE can only be able start/stop the BI services from the remote desktop not from the other ID's even all the ID's have same access privileges to the remote desktop.

Please help to resolve the issue.

Thanks,

saurav

Answers

  • Rampradeep Pakalapati
    Rampradeep Pakalapati Rank 3 - Community Apprentice

    Hi,

    try the below steps.

    1) Locate the file cwallet.sso under DOMIAN_HOME\config\fmwconfig\bootstrap\

    2) Right Click --> properties --> Security Tab --> Add your user name on top section and give full control.

    Now try starting the service.

    Thanks,

    Rampradeep

  • Saurav Singh chandel
    Saurav Singh chandel Rank 2 - Community Beginner

    Hi,

    I have already provided the full control to the other ID's . still i am facing the issue.

    Thanks

  • Rampradeep Pakalapati
    Rampradeep Pakalapati Rank 3 - Community Apprentice

    Hi,

    Can you provide me with the error recorded in log files.

    Thanks,

    Rampradeep

  • Saurav Singh chandel
    Saurav Singh chandel Rank 2 - Community Beginner

    Hi ,

    Issue has been resolved.

    i have tried manually to start and stop the service by calling "startweblogic.cmd" and "startmanagedweblogic.cmd <bi_server1>"  through command prompt and it is working fine.

    Thanks

  • So a little extra task for you: close the thread ...

    For now it's still This question is Not Answered.

  • Saurav Singh chandel
    Saurav Singh chandel Rank 2 - Community Beginner

    Started the services one by one manually as below:

    1. Open a command prompt from <MW_HOME>\user_projects\domains\bifoundation_domain\bin

    2. Type the command "startweblogic.cmd" and enter. (this is to start Admin Server)

    3. Once you see that Server is in "RUNNING MODE", you can go the next step. (You should now be able to open Enterprise Manager and WLS Console.)

    4. Open another command prompt from <MW_HOME>\user_projects\domains\bifoundation_domain\bin

    5. Type the command "startmanagedweblogic.cmd <bi_server> http://localhost:7001 and enter.

      (this is to start Managed Server. You can verify the name of your managed server from WLS Console. WLS Console Home Page-->Environment-->Servers). If you have a clustered environment, you may have multiplt managed servers. You need to repeat this step for all managed servers)

    6. Once you see that Server is in "RUNNING MODE", you can go the next step.

    7. Open a command prompt from <MW_HOME>\instances\instance1\bin

    8. Type the command "opmnctl startall" and enter.

    9. Once you see the active command propmt again, your services should be up and running.