Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 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
OBIEE 11g to 12c Upgrade issue

Hi.,
Getting "SEVERE Failed on running migrate policy store , java.lang.Exception: Script returned non-zero value" while exporting 11g into a jar file using migration_tool.jar
What could be the cause for this error.
Answers
-
You'll need to provide more information if you're going to get any assistance here. Some screenshots will be helpful as well as some idea of where exactly this is happening, what versions you're upgrading from and to, which OS etc.
0 -
Trying migrtion from 11.1.1.9.5 to 12c in Linux server ., when I run the export command
java -jar <obieehome>/Migration/bi-migration-tool.jar out <obieehome>/Oracle_BI1 <obieehome>/user_projects/domains/bifoundation_domain <obieehome>/Migration/export.jar
getting the below exception
NFO Calling migrate policy store with parameters: [policyStore, <OBIEEHome>user_projects/domains/bifoundation_domain/config/fmwconfig/jps-config-migration.xml, default, policystore_dest_context] <oracle.bi.metadata.export11g.JAZNExporter migrationSecurityStore>
2017-01-03 11:08:09 SEVERE Failed on running migrate policy store.
java.lang.Exception: Script returned non-zero value
at oracle.bi.metadata.export11g.JAZNExporter.migrationSecurityStore(JAZNExporter.java:201)
at oracle.bi.metadata.export11g.ExistingMetadataLocator11g.retrieveJaznFile(ExistingMetadataLocator11g.java:155)
at oracle.bi.metadata.export11g.ExistingMetadataLocator11g.<init>(ExistingMetadataLocator11g.java:119)
at oracle.bi.metadata.export11g.Export11gBar.exportBar(Export11gBar.java:79)
at oracle.bi.migration.plugin.metadata.MetadataExportPlugin.export(MetadataExportPlugin.java:38)
at oracle.bi.migration.api.adaptor.exporter.V1ExporterPluginAdaptor.export(V1ExporterPluginAdaptor.java:58)
at oracle.bi.migration.orchestration.BundleExporter.doExport(BundleExporter.java:287)
at oracle.bi.migration.orchestration.BundleExporter.doExport(BundleExporter.java:228)
at oracle.bi.migration.orchestration.BundleExporter.runExport(BundleExporter.java:115)
at oracle.bi.migration.orchestration.actionspecification.ExportAction.performAction(ExportAction.java:95)
at oracle.bi.migration.orchestration.MigrationActionExecutor$1.run(MigrationActionExecutor.java:32)
at java.lang.Thread.run(Thread.java:745)
at oracle.bi.migration.orchestration.MigrationActionExecutor.executeMigrationAction(MigrationActionExecutor.java:52)
at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:122)
at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:200)
at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:255)
0 -
This is specific to Windows but it might point you in the right direction.
0