Deploying the RPD

For RPD deployment, follow these steps:
  1. Connect to the OBIEE server.
  2. Create a folder. For example, tmp in the following directory:

    <Oracle_Home>/user_projects/domains/domain_name

  3. Copy the LLFP.rpd from the local directory (where you have saved the RPD) to the folder created in the preceding step.
  4. Open the command prompt, and navigate to the following directory:

    /scratch/<mount_name>/Middleware/Oracle_Home/user_projects/domains/bi/bitools/bin

  5. 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