Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 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
How to recover forgotten password of rpd in OBIEE 12c?

Hi Guys,
I want to open an rpd in offline mode but do not remember its password.
Can anyone please tell me how to retrieve the rpd password in OBIEE 12c?
Thanks,
Dolly
Answers
-
I would say you can't ....
The password doesn't exist anywhere else than inside the RPD. Keep trying with all the possible passwords (as it will not "lock" the RPD after some wrong attempts.
Of course you can also script that and "brute force" it if you have at least an idea of what the password must look like.
0 -
You can use the obieerpdpwdchg utility to reset the password.
0 -
That thing require the old password, the one which is missing in this case.
Otherwise why to set a password on the RPD if an utility you get with the Admintool can just reset it?
0 -
Good point @Gianni Ceresa. In 11g, there was an option via WLST to do this but the listCred command doesn't appear to be in 12c any longer.
0 -
Yeah, because in 11g the server needed the password to load and open the RPD, while in 12c the RPD is transformed into XML which isn't protected by password anymore. So the server do not need to know the password of the RPD (it's asked when loading a new RPD to be able to open it once, that's it).
0 -
Hi,
Thanks for replying!
So, all I could get through this post is : It was possible to recover password in 11g via WLST but there is no such way available in 12c?
Again, if someone forgets the password, there is no way yet designed to recover the same?
0 -
Nope, so far no documented or known way ...
You can of course download a new copy of the "live" RPD, but that's probably not what you are after.
If you desperately need to open your saved RPD you can always try to go through a SR but I suspect the reply will be the same.
0 -
Thanks
0