Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
lssue with uploading rpd after ssl OBIEE 12c

I get the following error when uploading rpd after implementing ssl recently.
"connection failed, the hostname, port number or protocol(http.https) may be incorrect."
I am uploading the rpd from the very same server where obiee resides. so I am not including the port number and name. This used to work before we implemented ssl.
Any ideas?
Answers
-
Hi,
After SSL is implemented you need to do two steps
1) Apply the following patch. This is now also part of bunble patch. So If you already applied bundle patch leave this step
OBIEE 12c SSL configured environment - Issue with uploadrpd and downloadrpd (Doc ID 2208886.1)
2) Syntax of rpd deploy chnages after ssl deployment. Refer to this doc
OBIEE 12c SSL configured environment - Issue with uploadrpd and downloadrpd (Doc ID 2208886.1)
New format :
./datamodel.sh uploadrpd -I SampleApp.rpd -W Admin123 -U weblogic -P Welcome1 -SI ssi -S Yourservername -N 9503 -SSL -TS /refresh/home/ssl/customkeystore.jks -TSP Welcome1
./datamodel.sh downloadrpd -O SampleApp.rpd -W Admin123 -U weblogic -P Welcome1 -SI ssi -S your servername -N 9503 -SSL -TS /refresh/home/ssl/customkeystore.jks -TSP Welcome1
Thansk
Venkat
0 -
Thanks Venkat, that worked.
We had to install the patch and then were able to modify the script.
0