js-migrateadhoc

Top  Previous  Next

The js-migrateadhoc command may be used migrate ad-hoc entries previously stored in per-domain datastore (H2 database) to a common datastore (user defined relational database) in JSCAPE MFT Server.  Prior to running js-migrateadhoc you must update the datastore used in Server > Settings > Email > Ad Hoc File Transfer 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 ad hoc file transfer records.  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-migrateadhoc [-options]

 

Options:

 

-d delete the original data

-h display this help menu

 

If js-migrateadhoc command is run without options then user will be prompted for necessary information.