lssue with uploading rpd after ssl OBIEE 12c — Oracle Analytics

Oracle Analytics Cloud and Server

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

lssue with uploading rpd after ssl OBIEE 12c

Received Response
21
Views
2
Comments
Khalid Ibrahim
Khalid Ibrahim Rank 4 - Community Specialist

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

  • Venkata Rachuri
    Venkata Rachuri Rank 5 - Community Champion

    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

  • Khalid Ibrahim
    Khalid Ibrahim Rank 4 - Community Specialist

    Thanks Venkat, that worked.

    We had to install the patch and then were able to modify the script.