Deploying the Repository Definition File (.rpd)
To deploy the OraclePrimaveraAnalytics.rpd file to an existing BI domain:
- Go to <Primavera Analytics unzipped directory>\obi\12c\rpd.
- Copy OraclePrimaveraAnalytics.rpd to a local folder on your BI server folder.
- Run the utility through a launcher script.
For Windows, run datamodel.cmd.
For Linux, run datamodel.sh.
If the domain is installed in the default folder, then the location of the launcher script in Windows looks like this:
Oracle_Home/user_projects/domains/Domain_Name/bitools/bin/datamodel.sh or datamodel.cmd
If the client install does not have domain names, the launcher script location looks like this in Windows:
Oracle_Home\bi\bitools\bin\datamodel.sh or datamodel.cmd
- Run the following command to deploy the OraclePrimaveraAnalytics.rpd file:
uploadrpd -I <FILE_PATH>\OraclePrimaveraAnalytics.rpd -W <RPD password> -U <cred_username> -P <cred_password> -SI <service_instance>
For example, in Linux, run:
./datamodel.sh uploadrpd -I OraclePrimaveraAnalytics.rpd -U weblogic -P <password> -SI ssi -W Admin123
- Go to <Primavera Analytics unzipped directory>\obi\12c\rpd.
- Copy OraclePrimaveraAnalytics.rpd to a local folder on your BI server folder.
- Go to <DOMAIN_HOME>\bitools\bin\
where <DOMAIN_HOME> is the path to the BI domain.
For example, C:\Oracle\Middleware\Oracle_Home\user_projects\domains\bi
- Run the following command to deploy the OraclePrimaveraAnalytics.rpd file:
./data-model-cmd.sh uploadrpd –U weblogic –P <WL_PASSWORD> -I <FILE_PATH>\OraclePrimaveraAnalytics.rpd –SI ssi –W Admin123
where:
<WL_PASSWORD> is the password for the WebLogic administrator.
<FILE_PATH> is the location of the OraclePrimaveraAnalytics.rpd file copied earlier.
Related Topics
Deploying Primavera Analytics in Oracle Analytics Server
Deploying the Primavera Analytics Catalog
Last Published Wednesday, December 11, 2024