To migrate data from Integrated Margin Planning 4.0.x to Integrated Margin Planning 11.1.2.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
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 in Release 11.1.2.1, perform the following:
Copy the contents of INSTALL_ROOT/export from your Release 4.0.x directory to your 11.1.2.1 directory.
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)
Copy the *_export.isa files from Release 4.0.x:
INSTALL_ROOT/custom/bin
to Release 11.1.2.1:
INSTALL_ROOT/custom/bin
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.
Manually add users from Release 4.0.x to Oracle's Hyperion® 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 Oracle Integrated Operational Planning, Fusion Edition 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.