Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Not able to open RPD in online mode(forgot password)

Hi All,
Could anyone let us know how to reset/find password to open RPD in
online mode.
Thanks
Answers
-
Hi,
If that RPD has already deployed once previously, then there is a way out to find the RPD password. Follow the below steps:
Go to /middlewareHome/oracle_common/common/bin
Run the ./wlst.sh sript
It will open the wlst tool in offline mode
Then to connect online
connect("weblogic","weblogic123","localhost:8001")
Then run the following command as per deployed RPD name.listCred("oracle.bi.enterprise","repository.RPD_Name")
Give your RPD name in-place of 'RPD_Name' of above command.
It will show you the RPD password.--------------------------------------
Let me know if you find any difficulties.
Regards,
Abinash
0 -
Thanks for the response Abinash...sorry it got mistyped...I already have
RPD password...
Act I want to find BI server login and password so that
I can connect RPD in online mode...
0