Deploy configuration to the database

Update the FTM database with High Value Payments configuration data. You must also update the configuration data when you are migrating from an earlier version of High Value Payments.

Use the following steps to deploy the High Value Payments configuration data.
  1. Open a Db2® command window.
  2. Go to the <install dir>/hvp/v3213/admin/scripts/database directory, where:
    <install dir>
    Represents the FTM for High Value Payments installation directory.
  3. Set the name of the queue name prefix and application name prefix in the ftmhvp_config.properties file. For more information, see Configuring the High Value Payments message queues.
  4. Update the database by running the following script. Redirect the output to a log file for installation verification.
    ftmhvp_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.