Migration Failed export Bundle package 11g to 12 BI Publisher — Oracle Analytics

Oracle Analytics Cloud and Server

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

Migration Failed export Bundle package 11g to 12 BI Publisher

Received Response
1
Views
2
Comments
3262467
3262467 Rank 2 - Community Beginner

Hi All,

I am actually migrating OBI BI Publisher 11g to 12c and use the ./migration-tool.sh.

Now I try to export like the same on Migration Guide. Like this:

$JDK_HOME/bin/java -jar $ORACLE_HOME/bi/migration-tool.sh

jlib/bi-migration-tool.jar out $ORACLE_HOME/Oracle_BI1

$DOMAIN_HOME/tmp/migration-tool-test/test_export.jar

But I'm getting the following error:

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.MigrationTool prepareForAction

                    INFO: Loading 11g jars from '/oracle/obiee'

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.environment.ClasspathSetup loadJarWithHighestVersion

                    INFO: Selected jar version: com.bea.core.utils.full_1.9.0.1.jar

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.environment.ClasspathSetup loadJarWithHighestVersion

                    INFO: Selected jar version: com.bea.core.i18n_1.8.0.0.jar

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.MigrationTool informUser

                    INFO: Performing export with top-level install directory/oracle/obiee, domain home=/oracle/obiee/user_projects/domains/bifoundation_domain, output file = /tmp/migration/export.jar

  1. 08.11.2016 18:13:51 oracle.bi.metadata.export11g.FileNames11g getBIDomainConfigFile

                    INFO: Found domain config file at: /oracle/obiee/user_projects/domains/bifoundation_domain/config/fmwconfig/biee-domain.xml

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.MigrationTool alertUser

                    SCHWERWIEGEND: Configuration error: Could not determine instance root: No instance directories exist on disk

      oracle.bi.migration.MigrationSetupException: Could not determine instance root: No instance directories exist on disk

        at oracle.bi.migration.util.Discover11gInstanceDirectory.discover11gInstanceDirectory(Discover11gInstanceDirectory.java:39)

        at oracle.bi.migration.orchestration.actionspecification.ExportAction.performAction(ExportAction.java:49)

        at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:115)

        at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:203)

        at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:258)

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.MigrationTool alertUser

               SCHWERWIEGEND: Check command line arguments are correct

  1. 08.11.2016 18:13:51 oracle.bi.migration.tool.MigrationTool alertUser

SCHWERWIEGEND: Migration action failed

Thanks.

Answers

  • 3068122
    3068122 Rank 4 - Community Specialist

    Hi ,

    first configure OBIEE using "Clean State" option. Then try to import test_export.jar file

  • 1850078
    1850078 Rank 1 - Community Starter

    I am facing the same issue. I was wondering if you found a solution to this issue.

    Thanks!