Configuring FMT FIN parameters

Each OU associated with an LT that is to use FMT FIN to send FIN messages must be explicitly enabled to do so. To help you do this, FTM SWIFT generates, during customization, for each business OU, a script with a name of the form:
deployment_dir/instance/admin/ou_dnfcpcpa.cli
where:
deployment_dir
Directory specified in the CDP initialization file.
instance
Name of the instance.
ou
Name of the OU.

These scripts contain the following commands:

add -ou DNIvOU -ct DnfFinParametersSnfil -co DnfFinParametersSnfil -attr FmtFinSendingEnabled
com -ou DNIvOU

The customization process substitutes the placeholder DNIvOU in the script with the name of the OU. To run this script:

  1. Copy the script into your home directory.
  2. Run the copy of the script. To do this, you must have the system configuration administrator (DniSA) role. Enter the following command:
    dnicli -i instance -ou SYSOU -s DNI_SYSADM -cft ou_dnfcpcpa.cli -cp IBM-1047
  3. Approve and deploy the changes:
    dnicli -i instance -ou SYSOU -s DNI_SYSADM 
    app -ou ou
    dep -ou ou

    If dual authorization is enabled, another user with the appropriate access rights must approve the changes before they can be deployed. If dual authorization is disabled, you can skip approving the changes and immediately deploy them.