js-migrateoftp |
Top Previous Next |
The js-migrateoftp command may be used migrate OFTP messages previously stored in per-domain datastore (H2 database) to a common datastore (user defined relational database) in JSCAPE MFT Server. Prior to running js-migrateoftp you must update the datastore used in Services > OFTP > Datastore Settings to Use common database option, pointing to a relational database of your choice. Additionally you must create the necessary tables in your database to store OFTP messages. Example database schema for Oracle, MySQL and MSSQL can be found in the etc/oracle.sql, etc/mysql.sql and etc/mssql.sql files relative to your JSCAPE MFT Server installation directory.
Usage: js-migrateoftp [-options]
Options:
-d delete the original data -h display this help menu
If js-migrateoftp command is run without options then user will be prompted for necessary information. |