Deploy configuration to the database
Update the FTM database with Immediate Payments configuration data for a specific payment scheme. You must also update the configuration data when you are migrating from an earlier version of Immediate Payments.
Use the following steps to deploy the Immediate Payments configuration data for
a specific payment scheme.
- Open a Db2® command window.
- Go to the <Installation Directory>/ip/v3213/admin/scripts/<scheme>/database directory, where:
- <Installation Directory>
- Represents the FTM for Immediate Payments installation directory.
- <scheme>
- Represents the directory for the payment scheme.
- Set the name of the queue name prefix and application name prefix in the ftmip_config.properties file. For more information about the queue name prefix, see Configuring the Immediate Payments message queues.
- If you are running Immediate Payments with FTM for Digital Payments, replace the fsm.sql and config.sql files with the files that are located in the ./DP_Integration directory. Copy these files only when you want to use a payment scheme that is supported by the Digital Payments integration, such as the TCH payment scheme.
- Update the database by running the following script. Redirect the output to a log file for installation
verification.
ftmip_config.sh db-name db-schema-name | tee -a log-file
The parameters for this script are shown in the following list.- db-name
- The name of the FTM database.
- db-schema-name
- The database schema name to use.
- log-file
- The name of the file that contains the redirected output.