Migrating from Integrated Operational Planning 11.1.2.0 to Integrated Operational Planning 11.1.2.1

  To migrate data from Integrated Operational Planning 11.1.2.0 to Integrated Operational Planning 11.1.2.1:

  1. To create a custom and export folder in INSTALL_ROOT_11.1.2.0, on the 11.1.2.0 server, run:

    Windows:

    INSTALL_ROOT_11.1.2.0\bin\preparemigration.bat

    Linux:

    INSTALL_ROOT_11.1.2.0/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 11.1.2.0 directory to your 11.1.2.1 directory.

  6. Copy the contents of INSTALL_ROOT/custom from your Release 11.1.2.0 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 11.1.2.0:

    INSTALL_ROOT/custom/bin

    to Release 11.1.2.1:

    INSTALL_ROOT/custom/bin
  8. Start WebLogic Admin Server.

  9. Start Shared Services.

  10. Manually add users from Release 11.1.2.0 to Shared Services 11.1.2.1.

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

  12. 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.

  13. 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.