Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Creating a BAR file

How do one import BAR files without replacing "My Folders"? everytime i do it it overrides users my folders.
Comments
-
By not using BAR files at all and just dump all into a target environment but by using runcat.sh/.cmd and being precise about it:
runcat.sh -cmd archive -help
runcat.sh -cmd unarchive -help
That will tell you precisely what you need to do to either just export /shared and then import it or export all and just import /shared. Both are possible
0 -
you could use the archive and unarchive feature from the OBIEE Web interface, I have been using that quite a bit.
0 -
That's literally the same thing. Once command line, once GUI.
The GUI part though is mostly frowned upon by infrstructure teams in proper deployment processes.
0 -
Curios, what is your export command?
Are you specifying, includeCatalogRuntimeInfo=true
What is your specific version?
0 -
Oracle Business Intelligence 12.2.1.2.0
0 -
exportServiceInstance('/u02/oracle/config/domains/obieeprod2','ssi','/u01/workdir','/u01/backup','','','',false,)
0 -
3463828 wrote:exportServiceInstance('/u02/oracle/config/domains/obieeprod2','ssi','/u01/workdir','/u01/backup','','','',false,)
So runcat is just not an option at all for you? Just to know whether I can un-follow this thread if it's not interesting to you...
0