How to deploy RPD using unix script to automate deployment? OBIEE 11.1.1.6.12
Please provide the script. Thanks
a) 11.1.1.6x is out of error correction support since 5 years now, so it is recommendable to upgrade to a version that's still supported.
https://support.oracle.com/epmos/faces/DocContentDisplay?id=1664916.1
b) It's all in the documentation: https://docs.oracle.com/cd/E23943_01/bi.1111/e10541/configrepos.htm#BIESG2889
Thanks for the reply, but I am looking for the Unix Shell Script using which I can deploy the RPD . ALso I am looking for the unix script which can be used to deploy the webcatalog. thanks
I know what you're asking for and I am telling you that you are using something that's outdated since 5 years.
Logically that means that most likely everything has been said about that version in blog posts and documents about 7-8 years ago.
In the documentation and the GUI you can see that it's a GUI process but if you also read a bit more in detail and look at how things work then you see that it's all based.on MBeans.
Hence it will become clear that it would be the MBean "BIDomain.BIInstance.ServerConfiguration" with "uploadRepository" operation.
That should be all you need to do your work.
You didn't do much efforts to search for it, right?
Even Google give you the link to the right MOS document in the first 3-4 results ....
https://support.oracle.com/epmos/faces/DocContentDisplay?id=1319303.1
https://support.oracle.com/epmos/faces/DocContentDisplay?id=1319333.1
I didn't want to be so blunt right away but yeah it's pretty clear that not a single google search was done before posting this question
No, its not the case. I searched a lot on google but couldn't find a script , hence posted here. Thanks for your help.