Delete an old report during BIP deployment
Hi Gurus,
We are trying to create a procedure to Export from an environment and then to import in another one our current work on BI Publisher.
Actually we are using BIP 11.1.1.5 in OBIEE.
Before Deployment we have
In Dev environment :
- Report 1
- Report 2
In Test we have :
- Report 3
We want to deploy the whole reports from Dev to Test, and remove Report 3 from Test (which is not anymore on Dev).
We used successfully the command to export :
BIPCatalogUtil.sh -exportfolder catalogpath=/test_deploy basedir=/share/obiee/tmp/test subfolders=true extract=true overwrite=true
--> it creates the file under path specified on param basedir correctly.
We are trying to create a procedure to Export from an environment and then to import in another one our current work on BI Publisher.
Actually we are using BIP 11.1.1.5 in OBIEE.
Before Deployment we have
In Dev environment :
- Report 1
- Report 2
In Test we have :
- Report 3
We want to deploy the whole reports from Dev to Test, and remove Report 3 from Test (which is not anymore on Dev).
We used successfully the command to export :
BIPCatalogUtil.sh -exportfolder catalogpath=/test_deploy basedir=/share/obiee/tmp/test subfolders=true extract=true overwrite=true
--> it creates the file under path specified on param basedir correctly.
0