- Start MQL as system administrator (user that is allowed to modify the corresponding business objects and files).
-
Run the migration tool as follows, and specify the corresponding tracked store and captured store:
MQL<1>java com.matrixone.fcs.tools.migrateTrackedStore -fromStore tracked-store -toStore captured-store;
For example, MQL<3>java com.matrixone.fcs.tools.migrateTrackedStore -fromStore tracked-store -toStore file-store;
Migrating bus A22ACD5500001EBC5453D3AC0000001C format f file test_file.txt to store file-store
Migrating bus A22ACD5500001EBC5453D3AC00000014 format f file test_file.txt to store file-store
Migrating bus A22ACD5500001EBC5453D3AC00000014 format f file test_file2.txt to store file-store
3 files treated.
The migration tool will process one business object at a time and commit its changes. Therefore, in the event of an unexpected error, the previously processed business objects would not need to be reprocessed.
You can also run the tool in simulation mode
using the -simul option to see the list of files that will be processed.
Note:
Do not run the migration tool in parallel. In case of abnormal termination of the migration tool, it may be necessary to clean up the workspace directories which are temporary directories. The workspace directories can be found under the server install directory.