Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Unable to upload RPD in OBIEE 12c

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
-
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
0 -
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
0 -
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
0 -
Try to restart the Environment and try it
0 -
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.
0 -
@3226025 Just FYI the -D isn't there anymore in the datamodel.sh. You need that because you're on 12.2.1.2
0 -
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
0