Oracle Analytics Cloud and Server

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

Downloaded the RPD and unable to open it in BI admin tool

Received Response
53
Views
5
Comments
User_IS9SB
User_IS9SB Rank 3 - Community Apprentice

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...

  • User_IS9SB
    User_IS9SB Rank 3 - Community Apprentice

    Yes Gianni.

    Tried to open it from BI admin tool. The same version of BI client tool.


    It will ask repository password.


  • 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...

  • User_IS9SB
    User_IS9SB Rank 3 - Community Apprentice

    Yes, i used the same password which i used to download the RPD.

  • Narayanan Subramaniam-Oracle
    Narayanan Subramaniam-Oracle Rank 3 - Community Apprentice

    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>