Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Unable to run datamodel uploadrpd in OAS. It was working in OBIEE 12.2.1.4

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?
Answers
-
What is the exact command that you're executing? Have you looked at log files to see if there are any exceptions logged there?
0 -
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.
0 -
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.
0 -
-
did you find the solution for this issue . I am getting the same issue too .
whats the fix ??
0 -
Can you post the error in bi-lcm-rest.log.o?
0 -
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.
.
0 -
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
0 -
ir says "Exception installing new RPD"
0