Unable to download the liverpd from obiee 12 c using data-model-cmd command. I am facing the below error. My instance is active on Windows Server 2008 R2 Enterprise.
Can anyone help me?
Regards,
Krishna
Looks like you've got the syntax wrong. The RPD password (-W flag) is required but you haven't provided it, It should be:
data-model-cmd.cmd downloadrpd -O repository.rpd -W YourRPDPassword -U YourBIAdminUsername -P YourBIAdminPassword -SI YourServiceInstance
I am downloading the sample rpd for the first time. I tried executing the syntax that you have provided but I am still facing the same error.
Does the RPD actually work? Can you log into BI and create an analysis on a subject area successfully?
Yes, I am able to do that. this is the sample app that comes your installation.
I was able to download with this, where I did not provide the Password for weblogic user.
brilliant! glad you figured it out
Thanks for your help.