To migrate data from Integrated Margin Planning 11.1.2.0 to Integrated Margin Planning 11.1.2.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
Create a new directory INSTALL_ROOT/custom and copy the contents of INSTALL_ROOT/samples/imp/* to INSTALL_ROOT/custom.
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.
If importmodel_imp_export.isa and importresponse_imp_export.isa do not exist in INSTALL_ROOT/custom/bin:
Copy the contents of INSTALL_ROOT/export from your Release 11.1.2.0 directory to your 11.1.2.1 directory.
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)
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
Manually add users from Release 11.1.2.0 to Shared Services 11.1.2.1.
Run createIOPinstance, isreset, and start the Integrated Operational Planning server.
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.
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.