OBIEE 12C - RCU Dropping and Recreating not working — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12C - RCU Dropping and Recreating not working

Received Response
33
Views
4
Comments
Venkata Rachuri
Venkata Rachuri Rank 5 - Community Champion

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.

  • handat
    handat Rank 5 - Community Champion

    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.

  • Venkata Rachuri
    Venkata Rachuri Rank 5 - Community Champion

    Thanks Guys. Learned the lesson. I used to do the same in 11G version.

  • Shams Abbasi
    Shams Abbasi Rank 5 - Community Champion

    Before you reinstall make sure you read this post. It can help you avoid reinstall. Although its your decision to take

    OBIEE 12c - Change to point to new repository database