0
votes
./data-model-cmd.sh uploadrpd -I mytest.rpd -W weblogic -SI ssi -U weblogic -P weblogic

I get the following error when I try to install the appropriate file.

Error is : Operation Failed. An exception occured during execution, please check server logs.

Here

  • RPD source file in windows server.
  • The position I want to install linux server.
  • I could not find in the log directory.

In the same version 2 server installed. Is there any idea?

3
please check server logs. <-- did you? That's the only way to find out the actual cause of the errorRobin Moffatt

3 Answers

1
votes

I am no expert in obiee, but this is how I upload my rpd in obiee12c (and I think that is what you are asking about):

./datamodel.sh uploadrpd -I /fullPathToRPD/RPD_NAME.rpd -U userNameOBIEE -P passwordOBIEE -W passwordOfRPD -SI ssi

I hope it helps

0
votes

To upload the RPD in OBIEE 12c, use the documented process: uploadrpd through datamodel.sh/datamodel.cmd, which is available through the client tools on Windows.

This is the only supported way to do it. You can run it remotely from your client machine. You do not need to manually copy the RPD to the server.

-1
votes

Uploading the rpd is a two step process. Ideally you want to copy your rpd to the customization folder which is: 1)$ORACLE_HOME/user_projects/domain/bi/bidata/service_instances/ssi/metadata/datamodel/customization. 2) go to bitools/bin:./data-model-cmd.sh uploadrpd -I customization/rpd -SI ssi -U weblogic -p password

You will be prompted to enter the rpd password.

As per the error received verify the bi_server log and bi-lcm-rest log for the root cause. Chances are that the BI Server restarted. Else look at the BI process in FMW-EM to ensure that all process are up.