Unable to run datamodel uploadrpd in OAS. It was working in OBIEE 12.2.1.4 — Oracle Analytics

Oracle Analytics Cloud and Server

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

Unable to run datamodel uploadrpd in OAS. It was working in OBIEE 12.2.1.4

Received Response
466
Views
12
Comments
3254996
3254996 Rank 1 - Community Starter

We are using OBIEE 12.2.1.4 for a few years in our product. Recently, I have installed Oracle Analytics Server 5.5.0. on a clean host running Linux CentOS 7 64 bit.

I am having trouble running the same RPD flow in OAS as we do in OBIEE. Specifically, the RPD upload through datamodel.sh uploadrpd fails. I am running this command directly on the OBIEE server.

$ datamodel.sh uploadrpd -I /tmp/rpd/test.rpd -SI ssi  -U weblogic

Password:

RPD Password:

Post uploadrpd REST with url: null/v1/si/ssi/rpd/uploadrpd

An unknown exception occurred: URI is not absolute

I could not find any documentation specific to OAS. The "-H" parameter doesn't show any new relevant options for the command as compared with OBIEE 12.2.1.4. Any suggestions to make it work?

«1

Answers

  • Joel
    Joel Rank 8 - Analytics Strategist

    What is the exact command that you're executing? Have you looked at log files to see if there are any exceptions logged there?

  • 3254996
    3254996 Rank 1 - Community Starter

    The command is as I have pasted it above. It invokes datamodel.sh from $DOMAIN_HOME/bitools/bin

    $DOMAIN_HOME/bitools/bin/datamodel.sh uploadrpd -I /tmp/rpd/test.rpd -SI ssi  -U weblogic

    The output is:

    Password:

    RPD Password:

    Post uploadrpd REST with url: null/v1/si/ssi/rpd/uploadrpd

    An unknown exception occurred: URI is not absolute

    I'm executing this command directly on the server where OAS is installed. "weblogic" is the user name of the Weblogic Administrator.

    Which logs should I be checking? I didn't see any relevant information in the $DOMAIN_HOME/servers/bi_server1/logs/* files. It appears to me that the datamodel tool is not even able to connect to the bi_server1 because it builds the wrong URL for connection.

  • FYI, notwithstanding your issue, but CENTOS is not a certified platform. There are known issues with it, you would think not with it being a clone and all, but.. there are...

    I would reinstall your OS on a certified platform to avoid other issues.

  • User_521CI
    User_521CI Rank 1 - Community Starter

    did you find the solution for this issue . I am getting the same issue too .

    whats the fix ??

  • User_VKT5G
    User_VKT5G Rank 1 - Community Starter

    Can you post the error in bi-lcm-rest.log.o?

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    If you have a question, please open a new thread specifying your problem, your versions etc in detail. The OP abandoned this thread and never came back.

    Please handle your question in your own thread.

    .

  • User_521CI
    User_521CI Rank 1 - Community Starter

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - uploadRpd: uploadBinRpd called for: ssi

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - uploadRpd: call RpdEndPointV1.tryRpdLock to acquire ReentrantLock lock

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - acquire RPD_LOCK

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - acquire si-specific rpd(ReentrantLock) lock for the service instance: ssi

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - unlock RPD_LOCK

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - uploadRpd: Using tmp directory in Sinfleton Data Directory: /epmapps/oasShare/bidata/service_instances/ssi/temp-rpd

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - uploadRpd: Received RPD file successfully, file-length: 32952800, path: /epmapps/oasShare/bidata/service_instances/ssi/temp-rpd/uploaded.rpd

    Jul 02,2020 00:01:32 oracle.bi.lcm.pojo.si.rpd.RpdManager INFO - installNewRpdFullParams is called

    Jul 02,2020 00:01:32 oracle.bi.lcm.pojo.si.rpd.RpdHelper INFO - getCustomizationSessionFromLocalOBIS: getCustomizationSessionFromLocalOBIS is called

    Jul 02,2020 00:01:32 oracle.bi.lcm.pojo.si.rpd.RpdHelper INFO - getCustomizationSessionFromLocalOBIS: localNodeHostName info ------->test-machine.oracle.com:null

    Jul 02,2020 00:01:32 oracle.bi.lcm.pojo.si.rpd.RpdManager INFO - Exception installing new RPD: null

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 SEVERE - uploadRpd: Exception during RPD file upload: null

    Jul 02,2020 00:01:32 oracle.bi.lcm.rest.si.rpd.RpdEndpointV1 INFO - uploadRpd: unlock the ReentrantLock lock for the service instance: ssi

  • User_521CI
    User_521CI Rank 1 - Community Starter

    ir says "Exception installing new RPD"