Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Downloaded the RPD and unable to open it in BI admin tool

Hello,
Downloaded the RPD from linux server by using below command.
$<DOMAIN_HOME>/bitools/bin/sh datamodel.sh downloadrpd -O <output_file> -U <user> -P <password> -W <RPD password> -SI <service_instance> -S <host> -N <port> -SSL -Y -TS "<trust_store>" -TSP '<trust_store_password>'
Moved to windows and tried to open it in BI admin tool, failed with error 'Logon failed'.
Version 12.2.1.4 & SSL enabled.
What is the issue?
Thanks in advance.
Answers
-
How did you try to open it?
And are you having the right versions of all the tools?
If you are in offline mode I don't really see why there is even a logon attempt...
0 -
-
And did you enter the same exact password? Because there aren't 10 different password: you set it with the download command and that's it. Nothing else influence that password...
0 -
Yes, i used the same password which i used to download the RPD.
0 -
Hi - can you try downloading without the SSL parameter like below and check opening the rpd through the admin tool
$<DOMAIN_HOME>/bitools/bin/sh datamodel.sh downloadrpd -O <output_file> -U <user> -P <password> -W <RPD password> -SI <service_instance>
0