js-migrateas2 |
Top Previous Next |
The js-migrateas2 command may be used migrate AS2 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-migrateas2 you must update the datastore used in Server > Settings > Web > AS2 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 AS2 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-migrateas2 [-options]
Options:
-d delete the original data -h display this help menu
If js-migrateas2 command is run without options then user will be prompted for necessary information. |