Oracle Analytics Cloud and Server

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

BIP 12c Error while login

Received Response
6
Views
5
Comments
User_BP1YS
User_BP1YS Rank 3 - Community Apprentice

Hello,

I have freshly installed OBIEE 12c instance . Everything was working fine then i stopped and started the BI services from command files in bin folder. After service restart i'm getting this error while login to BIP

Error: "Server not initialized. Please make sure the repository is ready."

My Application version details

1.Oracle 12c database enterprise edition (12.1.0.2.0)

2.JDK 8 Update 51

3.Fusion Middleware 12.2.1

4.Oracle Business Intelligence 12c (12.2.1.4.0)

I'm working on windows 2016 and all the BI servers are running in status report

Answers

  • Worth noting that this is linked to OBIEE 12c error for analytics and BIP , a change of security model has been done in BIP but without the required config in OBIEE.

    @964422 : what is the value of the property "SECURITY_MODEL" inside the xmlp-server-config.xml file in DOMAIN_HOME/bidata/components/bipublisher/repository/Admin/Configuration/ ?

  • Replying to myself, based on your other thread, I expect you have something like "BI_SERVER" there as value.

    You can try to stop OBIEE (everything, the full stack), edit that file and change the value back to "ORACLE_AS_JPS". Once done restart OBIEE (in your case you maybe want to restart the server as you seem to have an issue with start.cmd / stop.cmd ).

    If all went fine you are back to the initial config with the Fusion Middleware security model selected and access to Publisher (if you have the right policies and permissions). From there you will be able to follow the doc to change the security model to whatever you want based on your needs (checking any requirement before to do the change).

  • User_BP1YS
    User_BP1YS Rank 3 - Community Apprentice

    "SECURITY_MODEL" value="ORACLE_AS_JPS"

  • 964422 wrote:"SECURITY_MODEL" value="ORACLE_AS_JPS"

    That's annoying, as that's the default value and also the one some MOS documents say to revert to if you can't login

  • 964422 wrote:Error: "Server not initialized. Please make sure the repository is ready."

    Search this one in MOS, there are a bunch of documents talking about it (often related to 11g, but worth reading and trying to define if the cause and solution could match your case).