Oracle Analytics Cloud and Server

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

Uploading RPD is failing in 12c

Received Response
31
Views
9
Comments
SasDutta
SasDutta Rank 4 - Community Specialist

Hi All

I am trying to upload rpd to 12c Linux VM from my host machine which is windows 10. When I am trying to upload I am facing below error.

C:\Oracle\Middleware\Oracle_Home\bi\modules\oracle.bi.commandline.tools\scripts>data-model-cmd.cmd -H

Exception in thread "main" java.lang.NoClassDefFoundError: oracle/bi/lcm/metadata/MetadataUpdateException

        at oracle.bi.utils.BIExec.main(BIExec.java:25)

Caused by: java.lang.ClassNotFoundException: oracle.bi.lcm.metadata.MetadataUpdateException

        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)

        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)

        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)

        ... 1 more

Can someone please help me how to resolve this issue.

Thanks

Saswata

Answers

  • Post more details: what's the version of your Admintool? Does it exactly match the OBIEE version of your SampleApp 607 VM? What's the full command you used?

  • SasDutta
    SasDutta Rank 4 - Community Specialist

    I am using 12.2.1.1.0 version of Admin tool.

    I am using Sample app V6. I hope it is using same version of BI servers. Though I am not sure. Do you know how to check in server? I am using just data-model-cmd.cmd -H command

    By looking at the error, it looks like some jar files are missing in my host machine.

    Yes, I check, Oracle BI server is same version as that of my admin tool.

    Thanks

    Sas

  • SasDutta wrote:I am using Sample app V6.

    What is V6? Looking at OBIEE Samples  the numbering of SampleApp VM is 3 digits (first one for the year in general and the other 2 for the month of release).

    So you are using v607 ? It would be 12.2.1.1.0, so at least it matchs your Admintool

    SasDutta wrote:I am using just data-model-cmd.cmd -H command

    Where did you find "data-model-cmd.cmd" ? There isn't a single file with that name inside the Admintool 12.2.1.1.0 install ...

    You can try by running "datamodel.cmd" which is located inside <install path of 12.2.1.1.0 Admintool>/bi/bitools/bin

  • SasDutta
    SasDutta Rank 4 - Community Specialist

    Yes the version is v607

    There is no such file datamodel.cmd in my C:\Oracle\Middleware\Oracle_Home\bi\bitools\bin location

    Thanks

    Saswata

  • Do you have the folder at least? What does it contains?

    Capture.PNG

    Are you really using 12.2.1.1.0 of Admintool?

    Because "data-model-cmd.cmd" is the old name of the script as used in 12.2.1.0.0, and the file also was in a different folder. It has been renamed and moved to be consistent from 12.2.1.1.0, so it looks like you are using a wrong version of Admintool (12.2.1.0.0).

  • SasDutta
    SasDutta Rank 4 - Community Specialist

    Yes, my admin tool version is 12.2.1.0.0.

    Do I need to install 12.2.1.1.0 then in order to successfully upload?

    Thanks

    Sas

  • SasDutta wrote:I am using 12.2.1.1.0 version of Admin tool.

    SasDutta wrote:Yes, my admin tool version is 12.2.1.0.0. 

    So you have 2 installs or just one and it's the 12.2.1.0.0 ?

    Your Admintool version must always match the server version, so yes, you need 12.2.1.1.0 Admintool to work on a 12.2.1.1.0 server. You can have multiple Admintool installed one next to the other as long as they are in different "oracle home".

  • SasDutta
    SasDutta Rank 4 - Community Specialist

    Initially it was my bad. Let me try with 12.2.1.1.0 version. I will keep you posted.

    Thanks again for your help.

    Thanks

    Sas

  • SasDutta
    SasDutta Rank 4 - Community Specialist

    At last i am able to successfully upload rpd. Thanks for all your help and support.

    Thanks

    Sas