Hi All,
I am moving data from a development OBIEE 12c system to a QA OBIEE 12c system. I am trying to export the .BAR from the development system and move it into the QA system. The catalog makes it over when I do the import, but the RPD moves over as blank. When I access it with the admin tool, nothing is populated, all three panes are just empy and white.
Here is my export command:
exportServiceInstance('/app/oracle/biee/user_projects/domains/bi','ssi','/app/oracle/migration/workDir','/app/oracle/migration/exportDir','','','',true,'Admin123')
and import command:
importServiceInstance('/app/oracle/biee/user_projects/domains/bi','ssi','/app/oracle/migration/importDir/ssi.bar',true,true,true,'Admin123')
Can someone help me get this going, I am stuck without the RPD importing properly.
Thanks,
Jon