Table of Contents

OBIEE - Repository Deployment

About

How to deploy a Repository.

Steps

11g

Before deployment, you may want to:

Then you may want to:

12c

Location:

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.

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