Oracle Business Intelligence Applications

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

Unable to upload RPD in OBIEE 12c

Received Response
403
Views
8
Comments

Hi,

We are using OBIEE 12.2.1.3.0, the issue is we are unable to load new RPD using uploadrpd command.

1) All BI servers are up and running.

2) command used

C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\bitools\bin>datamodel.cmd uploadrpd -I [RPD path \Test.rpd] -U weblogic -P PW -SI ssi

there is no error seen but in command line path of bin is shown again

C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi\bitools\bin>

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    No -W switch? No server specified? No -D at the end?

    Full specific normal command:

    .\datamodel.cmd uploadrpd -I X:\Path\Your.rpd -W Admin123 -SI ssi -S yourserver1234 -N 9502 -U weblogic -P Admin123 -D

  • User_51476
    User_51476 Rank 2 - Community Beginner

    Hi Christan

    I had tried by server (host and port details as well) and -D but same result.

    for -W I will check. I guess system will prompt for RPD password so didn't use -W 

  • Venkata Rachuri
    Venkata Rachuri Rank 5 - Community Champion

    If not using SSL then this command :

    ./data-model-cmd.sh uploadrpd -u weblogic -p weblogic123 -i /u01/app/oracle/product/YourRPD.rpd -w Admin123 -SI ssi

    If using SSL :

    ./datamodel.sh uploadrpd -I /u01/app/oracle/product/rpdupload/YOURRPD.rpd -W Admin123 -U weblogic -P weblogic123 -SI ssi -s yourhostname.com -N 9503 -SSL -TS /clustershare/obiee/SSL/SSLCERT.jks -TSP yourssl-jkspassword

    Thanks

    Venkat

  • user8938497
    user8938497 Rank 1 - Community Starter

    Try to restart the Environment and try it

  • Matthew Kegerise
    Matthew Kegerise Rank 1 - Community Starter

    Sorry to be "that guy" that bumps the old thread but this is also happening to me on a 2 app server deployment.  Following the advise above I also executed:

    .\datamodel.cmd uploadrpd -I X:\Path\Your.rpd -W Admin123 -SI ssi -S -U weblogic -P Admin123 -D

    As a result I do see the rpd file placed on both app servers when the command is run but app server #2 fails to start obis2 with an " Repository password is wrong." error.  App server 1 starts up normally and works fine.  From the web front end I can log in and even use the RPD and all the queries against the subject area work.   What appears to be happening from what I can tell is that the upload tool is not performing the repository password sync on app server 2.  I don't know how to update or force it to test this theory.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    @3226025  Just FYI the -D isn't there anymore in the datamodel.sh. You need that because you're on 12.2.1.2

  • mmrsherf
    mmrsherf Rank 3 - Community Apprentice

    Hello

    Kindly can you clarify :

    - So now you have two OBIEE servers ?? 12.2.1.2 and 12.2.1.3 ?

    - is this a high availability environment ??

    - if it is then i think that both servers need to be on the same version.

    Regards

  • 2710620
    2710620 Rank 1 - Community Starter

    Hi @Matthew Kegerise,

    Any solution found for the above issue ?

    We are also getting the same error after upgrading to 12.2.1.4.0 and managed server 2 always went down as soon as we upload the RPD.