Before running a migration script, complete the following:
The migrate script restores the system to its preparemigration state.
The migration script highlights the following:
The directories where the data resides after preparemigration
Loading the dimension members using the migration-home/data/rowsource*.csv files that were exported during preparemigration.
Using the loader scripts exported as migration-home/loader/load-dim*.xml
Loading the row source values using the migration-home/data/rowsource*.csv files that were exported during preparemigration.
Using the loader scripts exported as migration-home/loader/load-rowsource*.xml
Loading the cube values using migration-home/data/cube*.csv files that were exported during preparemigration. Only user input data from cubes is exported.
Using the loader scripts exported as migration-home/loader/load-cube*.xml
Creating a sandbox, completing the load, calculating, and submitting
Restoring the system to its state at the time of preparemigration
See the sample migration script in install-root/samples/sample for details.