Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Migration on OBIEE 12.2.1.1

Has anyone successfully migrated an earlier version of OBIEE to the new 12.2.1.1? I'm trying to migrate from 11.1.1.7.0 and although the migration succeeded in 12.2.1.0 it doesn't work in the new version. The migration has changed with the addition of the config parameter on the command line but the migration fails with or without it. The source is running on Windows Server 2008 r2 and the target is Windows Server 2012 r2.
From the migration log:
2016-07-01 15:02:48 WARNING Failed to zip log files
java.io.IOException: The process cannot access the file because another process has locked a portion of the file
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:233)
at oracle.bi.migration.util.FileUtils.copyStreamContentToStream(FileUtils.java:47)
at oracle.bi.migration.util.FileUtils.copyFileContentToStream(FileUtils.java:21)
at oracle.bi.migration.util.ZipUtils.recursivelyAddToZip(ZipUtils.java:172)
at oracle.bi.migration.util.ZipUtils.recursivelyAddToZip(ZipUtils.java:178)
at oracle.bi.migration.util.ZipUtils.bestEfforRecursivelyAddToZip(ZipUtils.java:256)
at oracle.bi.migration.util.ZipUtils.bestEffortCompressDirectoryToZip(ZipUtils.java:213)
at oracle.bi.migration.orchestration.BundleImporter_.finish(BundleImporter_.java:478)
at oracle.bi.migration.orchestration.actionspecification.ImportAction.finish(ImportAction.java:287)
at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:134)
at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:195)
at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:251)
<oracle.bi.migration.orchestration.BundleImporter_ finish>
Answers
-
Hi Dirkt,
Try stopping your OBIEE12c services and then import the BAR file generated from 11g.
Thanks.
0