RPD Location
<obiee_home>/user_projects/domains/bi/bidata/service_instances/<SSI>/metadata/datam
odel/customizations
ssi default is ssi
downloadrpd download the RPD (as opposed to upload, see later)
-O rpdfilename
-SI the OBIEE service instance, e.g. ssi
-U the weblogic administrator user-id
-P the weblogic administrator password
data-model-cmd.sh downloadrpd -O obiee.rpd -SI ssi -U weblogic -P Password1
uploadrpd the instruction to upload the RPD.
-I rpdfilename the name you want to give to the RPD file youre uploading
-SI the OBIEE service instance, e.g. ssi
-U the weblogic administrator user-id
-P the weblogic administrator password
data-model-cmd.sh uploadrpd -I obiee_new.rpd -SI ssi -U weblogic -P weblogic1