Oracle Analytics Cloud and Server

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

OAS 5.5 Issue uploading RPD

Received Response
44
Views
2
Comments
User_BPVO9
User_BPVO9 Rank 1 - Community Starter


issue command to upload rpd:

datamodel.cmd uploadrpd -I C:\RPD\OBIEEDEV_2021_08_04Learnr210819.rpd -W Admin123 -U weblogic -P Welcome1 -SI ssi

get the below response:

tried checking the logs, don't see a reason for the operation to fail.

Have anyone else ran into this issue?

Answers

  • R.D.Grim
    R.D.Grim Rank 1 - Community Starter

    Yes we had this issue - you may need to create biserver.txt file and add a command to your RPD upload string.


    In DOMAINS_HOME/bi/config/fmwconfig/bienv/core

    Create a file called biserver.txt that has your hostname or vip name - i.e. devserver1.mydomain.com or hostname.mydomain.com - whichever is applicable to your domain.

    vi biserver.txt

    devserver1.mydomain.com

    x!


    Then to the end of your command string add '-S devserver1.mydomain.com' without the ' ' of course.


    Need a full reboot then try it again.

  • User_BPVO9
    User_BPVO9 Rank 1 - Community Starter

    The above was the correct direction to create the biserver.txt file in

    DOMAINS_HOME/bi/config/fmwconfig/bienv/core

    However, just need the hostname in the file, the ".mydomain.com" was not needed.

    many thanks for your help!!!