Migrate the BI Artifacts for Oracle BI Applications Release 11.1.1.10.2

Use these instructions to migrate the BI Artifacts for Oracle BI Applications release 11.1.1.10.2 to the BAR format.

  1. Generate the BI Migration tool (bi-migration-tool.jar).
    In the environment with Oracle Analytics Server, execute the following command:
    Command path: <DOMAIN_HOME>/bitools/bin
    ./migration-tool.sh package bi-migration-tool.jar
  2. Copy the bi-migration-tool.jar that you created to the environment with Oracle BI Applications release 11.1.1.10.2 using the command as seen in the sample:
    $cp bi-migration-tool.jar /net/example123.us.oracle.com/scratch/
  3. Create the export bundle.
    In the environment with Oracle BI Applications release 11.1.1.10.2, execute the following command:
    JDK_HOME/bin/java 
    -jar <Copied migration tool path>/bi-migration-tool.jar out <ORACLE_BI_HOME> 
    <DOMAIN_HOME> <Export Bundle creation path>/11gExportBundle.jar
    
  4. Copy the export bundle that you created to the environment with Oracle Analytics Server using the sample command:
    user-abc@example123 /bin]$ cp /scratch/user-abc/11gExportBundle.jar /net/example456.us.oracle.com/
  5. Import the export bundle.
    In the environment with Oracle Analytics Server, execute the command using the following syntax:
    Command path: <DOMAIN_HOME>/bitools/bin
    ./migration-tool.sh in <export bundle> <service instance name>
    Once the import is complete, you see the migration succeeded message. The migration moves all the content such as the system security configuration information, the Oracle BI repository, and the Oracle BI Presentation Services Catalog of the Oracle BI Applications release 11.1.1.10.2 11g system to the Oracle Analytics Server standalone machine.
  6. Restart the BI services in the environment with Oracle Analytics Server.
  7. Take a backup of the Oracle BI Applications release 11.1.1.10.2 content (now in the 12c BAR format) in the environment with Oracle Analytics Server using the ./exportarchive command:
    Command path: <DOMAIN_HOME>/bitools/bin
    ./exportarchive.sh <instance_name> <bar file location> encryptionpassword=<password>

    For example, ./exportarchive.sh ssi /scratch/102OBIA_12c encryptionpassword=Admin123.