OBIEE - Repository Deployment

Obiee Webcat Critical Folder

OBIEE - Repository Deployment

About

How to deploy a Repository.

Steps

11g

Before deployment, you may want to:

Then you may want to:

12c

Location:

  • Server Fmw_home\user_projects\domains\bi\bitools\bin
  • Client Installation_Dir\Client\bi\bitools\bin

Upload

datamodel.cmd uploadrpd ^
    -I repo.rpd ^
    -W pwd ^
    -U weblogic ^
    -P pwd ^
    -SI ssi ^
    -S hostname ^
    -N 9502

It takes time.

WARNING: Trust store is not defined. SSL connections will not be available.
Service Instance: ssi

Operation successful.
RPD upload completed successfully.

  • privileges: Oracle BI EE BI Service Administrator
  • only RPD format. You cannot upload a repository composed of MDS XML documents.

Doc

Download

Download

If you are on a client, don't forget to give the port option (N)

datamodel.cmd downloadrpd ^
    -O rpdfilename.rpd ^
    -W welcome ^
    -U weblogic ^
    -P welcome ^
    -S obieeServerHostName ^
    -N 9502 ^
    -SI ssi

where:

Reference: datamodel.cmd downloadrpd

Documentation / Reference





Discover More
Obiee Webcat Critical Folder
OBIEE - validaterpd

The validaterpd utility help validate that a deploy process (patching , ...) didn't break the repository file. result.txt



Share this page:
Follow us:
Task Runner