Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Creating a BAR file

64
Views
7
Comments
3463828
3463828 Rank 2 - Community Beginner

How do one import BAR files without replacing "My Folders"? everytime i do it it overrides users my folders.

Comments

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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

  • Khalid Ibrahim
    Khalid Ibrahim Rank 4 - Community Specialist

    you could use the archive and unarchive feature from the OBIEE Web interface, I have been using that quite a bit.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    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.

  • Curios, what is your export command?

    Are you specifying, includeCatalogRuntimeInfo=true

    What is your specific version?

  • 3463828
    3463828 Rank 2 - Community Beginner

    Oracle Business Intelligence 12.2.1.2.0

  • 3463828
    3463828 Rank 2 - Community Beginner

    exportServiceInstance('/u02/oracle/config/domains/obieeprod2','ssi','/u01/workdir','/u01/backup','','','',false,)

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    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...