Oracle Analytics Cloud and Server

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

Can't import .BAR files with importServiceInstance command into obiee 12.2.1.2.0

Received Response
3
Views
1
Comments
User_PH6AE
User_PH6AE Rank 4 - Community Specialist

1. i run exportServiceInstance to download .BAR file from PRODUCTION environment succefully

2. i copy .BAR file from PRODUCTION environment to RECOVERY environment succefully

3. when i run command to importServiceInstance  in RECOVERY environment , i got issue

---  command i used ----

importServiceInstance('/***/Oracle/Middleware/Oracle_Home/user_projects/domains/bi','ssi','<path>/app.bar',importRpd=true,importWebcat=true,importJazn=false,includeCredentials='*****')

--- error i got -----------------

SEVERE: Failed in migrateing policy store from stripe obi to file

/***/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/service_instances/ssi/tmp/backupImportBar/authmodel/backup/jazn-data.xml

SEVERE: Failed running backupServiceInstance API of oracle.bi.jazn.bar.plugin.JaznMetadataManagerGenericPluginImpl

oracle.bi.bar.si.framework.plugin.MetadataPluginException: Failed in migrateing policy store from stripe obi to file /***/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/service_instances/ssi/tmp/backupImportBar/authmodel/backup/jazn-data.xml

SEVERE: Failed in running all the handlers during backing up of service instance.

Answers