Source-control your BI Publisher reports
Posted
by Dmitry Nefedkin
on Oracle Blogs
See other posts from Oracle Blogs
or by Dmitry Nefedkin
Published on Fri, 26 Oct 2012 13:06:36 +0000
Indexed on
2012/10/26
23:11 UTC
Read the original article
Hit count: 349
/Oracle Fusion Middleware
- Go to the file system of the server where BI Publisher binaries has been installed and locate the following file: <MW_HOME>/Oracle_BI1/clients/bipublisher/BIPCatalogUtil.zip
- Copy the file to your local filesystem and unzip it. I will refer to this unzipped directory as <BIP_CLIENT_DIR> below
- If you do not want to pass server BI Publisher server URL, username and password during each invocation, modify the corresponding values inside <BIP_CLIENT_DIR>/config/xmlp-client-config.xml
- Open the terminal window and go to <BIP_CLIENT_DIR>/bin
- Make sure that the following environment variables are set: JAVA_HOME, ORACLE_HOME
- Now it's time to run the utility:
- if you are on Linux - just run BIPCatalogUtil.sh and pass the parameters according to the utility documentation
- if you are on MS Windows the bad news are that the command script for MS Windows is missing, and support.oracle.com note 1333726.1 says that a temporary solution is "create a .cmd file by setting up a classpath and copying the same commands from the .sh script". The good news are that I've created this script already, please download the it from GitHub
© Oracle Blogs or respective owner