Oracle Analytics Cloud and Server

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

Oracle BI 12.2.1.2.0 Upload RDP Failed

Received Response
2
Views
2
Comments
3376660
3376660 Rank 1 - Community Starter

Hi

  I tried to upload rdp from windows and linux to biserver(oracle linux) and i got this message

"uploadRpd Failed: Metadata Lock could NOT be acquired"

my command for upload was "datamodel uploadrpd -I e:\Oracle\psp_bi.rpd -W admin123 -U weblogic -SI ssi -S 192.168.56.150 -P admin123 -N 9514" on windows

and "./datamodel.sh uploadrpd -I psp_bi.rpd -W admin123 -U weblogic -SI ssi -S 192.168.56.150 -P admin123 -N 9514" on linux

PLEASE HELP ME

Answers

  • 3310714
    3310714 Rank 6 - Analytics Lead

    Hi,

    That's a defect with version 12.2.1.0.0 according to this article (OBIEE 12c: 'data-model-cmd.cmd uploadrpd ...' Fails With Error ' uploadRpd Failed: Metadata Lock could NOT be acquired ' (Doc ID 2187265.1))

    I'm surprised you are getting the issue in the newest version, 12.2.1.2......

  • 3376660
    3376660 Rank 1 - Community Starter

    Hi

      I solved my problem . I used wrong port . Port of bi_server is 9502 . I changed command to

    E:\Oracle\Middleware\Oracle_Home\bi\bitools\bin>datamodel.cmd uploadrpd -I e:\Oracle\psp_bi.rpd -W admin123 -U weblogic -SI ssi -S 192.168.56.150 -P admin123 -N 9502

    Service Instance: ssi

    Operation successful.

    RPD upload completed successfully.