${ANT_HOME}/bin/ant -Druntime=<INSTALL_DIR> -Druntime.old=<INSTALL_DIR_OLD>
-f buildmigration.xml -logfile <logfile>
-Dtarget=upgrade-transaction-tables migrate
${ANT_HOME}/bin/ant -f ycdmigration.xml -Druntime=<INSTALL_DIR>
-Druntime.old=<INSTALL_DIR_OLD>
-DYANTRA_RUNTIME_NEW=<INSTALL_DIR>
-Dtarget=upgrade-transaction-tables
migrate -logfile <logfile>
${ANT_HOME}/bin/ant -f ycdmigration.xml -Druntime=<INSTALL_DIR>
-Druntime.old=<INSTALL_DIR_OLD>
-DYANTRA_HOME_NEW=<INSTALL_DIR>
-DYANTRA_RUNTIME_NEW=<INSTALL_DIR>
-Dtarget=upgrade-transaction-tables -Dcom.recertification=true
migrate -logfile <logfile>
The YSCPreInstallMetadataCreator class is called to create the factory setup for the metadata shard. The class creates records in the following tables:
PLT_DB_COLONY
PLT_DB_COLONY_POOL
PLT_DB_POOL
These tables store connection properties for a Sharded deployment.
The *.done files created in the 8.0 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 8.2 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 8.5 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 9.0 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 9.1 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 9.2.0 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 9.2.1 status folder for the task upgrade-transaction-tables are:
The *.done files created in the 9.3 status folder for the task upgrade-transaction-tables are:
The *.restart files are created under the <INSTALL_DIR>/COM/Migration/8.0/COM/transaction/xmls directory.
After the tasks are completed, search for all *.restart files under the following directories:
For the upgrade tasks to be successfully completed, ensure that the value of the Completed attribute is set to "Y" for all the tasks.
If you want to clear or remove all *.restart and *.done files before you restart the transaction data migration, run the clean-up-for-rerun migrate command as part of the process before history and transaction migration.