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
OBIEE 12C - RCU Dropping and Recreating not working

Hi Gurus,
I have working OBIEE 12C and I dropped the rcu schema by using ./rcu and now recreated RCU again with same prefix ( say DEV) and password. When I try to start OBIEE 12C using start.sh Admin server is failing with followig error what am I missing ?
Caused by: oracle.security.jps.service.credstore.CredStoreException: JPS-01055: Could not create credential store instance. Reason oracle.security.jps.service.credstore.CredStoreException: JPS-01013: The credential store DN cn=CredentialStore,cn=opssSecurityStore,cn=JPSContext,cn=opssRoot is missing in the store; the target DN must be pre-configured.
Answers
-
Sorry but ... You installed OBIEE 12c, during install you created the required DB objects (using RCU or implicitly during the config procedure) and all was ok.
Then at some point you decided to take the RCU and drop the created schemas.
After that with RCU again you created it again using the same prefix (so same schema names).
And now you are asking why your OBIEE doesn't start anymore?
(just to be sure to clearly understand what you did)
If it's what you did ... where you expecting something else?
The RCU create the schemas and tables etc., but the config process of OBIEE insert content into these schemas.
So when you dropped it and then recreate you deleted all the data the config tool inserted.
0 -
Read what Gianni wrote and make sure you understand what mistake you made. Then uninstall OBIEE and reinstall it and be sure to not repeat the same mistake.
0 -
Thanks Guys. Learned the lesson. I used to do the same in 11G version.
0 -
Before you reinstall make sure you read this post. It can help you avoid reinstall. Although its your decision to take
0