Deploying the RPD
- Connect to the OBIEE server.
- Create a folder. For example, tmp in the following
directory:
<Oracle_Home>/user_projects/domains/domain_name
- Copy the LLFP.rpd from the local directory (where you have saved the RPD) to the folder created in the preceding step.
- Open the command prompt, and navigate to the following
directory:
/scratch/<mount_name>/Middleware/Oracle_Home/user_projects/domains/bi/bitools/bin
- Execute the following command:
./datamodel.sh uploadrpd -I <RPDfilepath> -W <RPDpassword> -SI ssi -U <username> -P <password>
For example:
./datamodel.sh uploadrpd -I /Oracle_Home/user_projects/domains/bi/RPD/LLFP.rpd -SI ssi -U weblogic -P weblogic123 rpd pass : Admin123