Authorizing use of the RMA

FTM SWIFT controls access to the Relationship Management Application (RMA) based on the destinations used by your location. To help you specify these destinations, FTM SWIFT generates, during customization, for each business OU, a script with a name of the form:
deployment_dir/instance/admin/ou_dnfclacco.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 DnfRmAccessControl  -co <BIC8> -attr ACCEPT
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr APPROVE
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr BREAKLOCK
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr CHANGE
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr CREATE
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr DELETEQUERY
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr DELETESTALE
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr PROCESSQUERY
add -ou DNIvOU -ct DnfRmAccessControl  -co <BIC8> -attr VIEW

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

  1. Copy the script into your home directory.
  2. Copy all add commands once for each destination used by your location.
  3. In the copy of the script, replace the <BIC8> placeholder in each add command with the BIC8 of a destination used by your location.
  4. Run the modified copy of the ou_dnfclacco.cli script. You must have the system configuration administrator (DniSA) role.
    dnicli -i instance -ou SYSOU -s DNI_SYSADM -cft ou_dnfclacco.cli -cp IBM-1047
  5. 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.