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

  To migrate data from Integrated Operational Planning 4.0.x to Integrated Operational 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/sample/* 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_iop_export.isa does not exist in

    INSTALL_ROOT/custom/bin,

    perform the following:

    1. In Release 11.1.2.1, locate the following file from Release 11.1.2.1 model:

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

      importmodel_iop_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)
    custom/data/model-data.xls
  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 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 Integrated Operational Planning 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.