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
Start/Stop Bi services

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
-
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
0 -
Hi,
I have already provided the full control to the other ID's . still i am facing the issue.
Thanks
0 -
Hi,
Can you provide me with the error recorded in log files.
Thanks,
Rampradeep
0 -
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
0 -
So a little extra task for you: close the thread ...
For now it's still This question is Not Answered.
0 -
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.
0