Wednesday, 19 January 2022

OAS : Repository (RPD) Upload/Download

 OBIEE 12C or OAS has removed the option to upload RPD through EM page. 

We will have to upload or download RPD through command prompt only. 

Go to the below path:

$Middleware/Domain_Home/bi/bitools/bin

Run the below command to Download RPD : 

Syntax: 

./datamodel.sh downloadrpd -O RPD_PATH/oas.rpd -U weblogic -P WeblogicPassword -SI ssi

Example:

./datamodel.sh downloadrpd -O /Stage/OBIEE/uat/RPD/oas.rpd -U weblogic -P weblogic123 -SI ssi

It will ask for RPD password. 

Run the below code if you don't want to mention WebLogic password in command script. 

./datamodel.sh downloadrpd -O /Stage/OBIEE/uat/RPD/oas.rpd -U weblogic  -SI ssi

It will ask for WebLogic & RPD password. 


Run the below command to Upload RPD : 

Syntax: 

./datamodel.sh uploadrpd -I RPD_PATH/after_migration_new.rpd -SI ssi -U weblogic -P WeblogicPassword

Example:

./datamodel.sh uploadrpd -I /Stage/OBIEE/uat/RPD/after_migration_new.rpd -SI ssi -U weblogic -P weblogic123

As like download , upload also can be run without WebLogic Password. 


Happy Learning !!


No comments:

Post a Comment

Power BI: Show Last Data Refresh on Dashboard

 To show last data refresh on Power BI report follow the below steps. 1. Open Report Query Editor Mode. 2. Clink on Get Data -> Blank...