Scripts to Update the TIBCO MFT Internet Server Database

TIBCO MFT Internet Server provides two scripts to allow you to create or update database tables for the Docker image (one for UNIX and another for Windows).

Before running these scripts, you must first create the TIBCO MFT Internet Server database. See TIBCO Managed File Transfer Internet Server Installation manual for details to create a database.

Two scripts are provide with the TIBCO MFT Internet Server distribution to prepare the database. These scripts are located in the MFT-Install/cloud/dbsetup folder.
  • Windows: cloudconfig.bat
  • UNIX: clouddbconfig.sh
Note: When you execute the script to update the database, the computer where the script is executing must have connectivity to the database. Additionally, you can only use the same database type (Oracle, MS SQL, mySQL, and the like) and the JDBC driver that was used when you created the initial Docker image.

These scripts allow you to do the following actions:

  1. Define the properties of the TIBCO MFT Internet Server database connection.
  2. Save the database connection properties in a file.
  3. List and update the database connection properties.
  4. Update the database with new tables and columns required by this TIBCO MFT Internet Server release or hotfix.
  5. Test the database connection.
  6. Generate the cloud database XML file required by TIBCO MFT Internet Server containers to connect to the correct TIBCO MFT Internet Server database.