Migrating from Integrated Margin Planning 4.0.x to Integrated Margin Planning 11.1.2.1

  To migrate data from Integrated Margin Planning 4.0.x to Integrated Margin Planning 11.1.2.1:

  1. To create a custom and export folder in INSTALL_ROOT_4.0.x, on the 4.0.x server, run:

    Windows:

    INSTALL_ROOT_4.0.x\bin\preparemigration.bat

    Linux:

    INSTALL_ROOT_4.0.x/bin/preparemigration.sh
  2. Create a new directory INSTALL_ROOT/custom and copy the contents of INSTALL_ROOT/samples/imp/* to INSTALL_ROOT/custom.

  3. To create the migration scripts in INSTALL_ROOT/custom/bin, use the sample migration scripts in INSTALL_ROOT/samples/sample/bin directory from 11.1.2.1 as a reference to update your scripts.

  4. If importmodel_imp_export.isa and importresponse_imp_export.isa do not exist in INSTALL_ROOT/custom/bin in Release 11.1.2.1, perform the following:

    1. Locate the following files from Release 11.1.2.1 model in INSTALL_ROOT/custom/bin/:

      importmodel_export.isa
      importresponse_export.isa
      
    2. Create a backup, and then rename them to:

      importmodel_imp_export.isa
      importresponse_imp_export.isa
      
  5. Copy the contents of INSTALL_ROOT/export from your Release 4.0.x directory to your 11.1.2.1 directory.

  6. Copy the contents of INSTALL_ROOT/custom from your Release 4.0.x directory to your 11.1.2.1 directory with the exception of the following files:

    INSTALL_ROOT/custom/bin
    custom/build.xml
    custom/model/acls.xml (Copy security_filters.xml)
    
  7. Copy the *_export.isa files from Release 4.0.x:

    INSTALL_ROOT/custom/bin

    to Release 11.1.2.1:

    INSTALL_ROOT/custom/bin
  8. To convert the exported Release 4.0.x XML files compatible with the 11.1.2.1 XML files for the migration, at the command prompt in INSTALL_ROOT_11.1.2.1, run:

    Windows:

    Run setenv.bat and then Run converter.bat.

    Linux:

    Run setenv.sh and then Run converter.sh.

  9. Start WebLogic Admin Server.

  10. Start Shared Services.

  11. Manually add users from Release 4.0.x to Oracle's Hyperion® Shared Services 11.1.2.1.

  12. Run createIOPinstance, isreset, and start the Integrated Operational Planning server.

  13. Run migrate:

    Windows:

    migrate.bat -u IOP_ADMIN_USER -p IOP_ADMIN_PASSWORD

    Linux:

    migrate.sh -u IOP_ADMIN_USER -p IOP_ADMIN_PASSWORD

    where IOP_ADMIN_USER is a Shared Services user with the Oracle Integrated Operational Planning, Fusion Edition administrator provision and IOP_ADMIN_PASSWORD is the password of IOP_ADMIN_USER.

  14. Log on to the application from your Web browser by connecting to the following URL:

    http://MYHOST.domain.com:PORT/interlace

    where MYHOST and PORT represent the host name and port number for the server.