Hi All,
Could anyone let us know how to reset/find password to open RPD in
online mode.
Thanks
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
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...