7.25.1.1.1 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 HM.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 /scratch/obiee12c/Middleware/Oracle_Home/user_projects/domains/bi/tmp/HM.rpd -W Administrator1 -SI ssi -U weblogic -P weblogic123