Verifying the configuration data

After you approved and deployed the configuration data to the SAG, you can verify the global parameters, MQ connections, message partners, and endpoints configured in the SAG. To do this you must have the SagAdmin role and the system configuration administrator (DniSA) role. To verify the configuration data for SAG1 in instance INST1:

  1. Open the CLI with the following parameters:
    dnicli -i INST1 -ou DNFSYSOU -s DNFSAGCFG
  2. Verify the global parameters. To do this, issue the readGlobalParameters command:
    rgp -sag SAG1
  3. Verify the content of the MQ connection. To do this, issue the readMQConnection command:
    rmqc -sag SAG1
    Because there can be only one MQ connection per SAG, there is no need to specify the name of the MQ connection to be verified.
  4. Verify that all message partners configured in FTM SWIFT were deployed to the SAG. To do this, issue the listMessagePartner command twice:
    • Once to list the message partners configured in the FTM SWIFT database
    • Once to list the message partners configured in the SAG
    Each of the message partners listed by the first command should also be listed by the second command. If not, an error has occurred during deployment. Make sure the SAG and SAG Add-On is running, re-deploy the SAG configuration data and check the monitor output for error messages.
    For example, for SAG1 enter:
    lmp -sag SAG1 -src cfg
    lmp -sag SAG1 -src sag
  5. For each message partner, verify its content. To do this, issue the readMessagePartner command. Among other things, verify that, if the message partner uses Sag:RelaxedSNL or Sag:BasicInterAct message format, a certificate list was assigned to it.
    For example, for the message partner MP1, enter:
    rmp -sag SAG1 -mpn MP1
    The output of this command might look like this:
    DNFG2029I 'MsgPartner deployed:'
    DNFG2028I CetificateListName (cln) 'certlist1'
    ⋮
    DNFG2028I SupportedMessageFormat (mfm1) 'Sag:RelaxedSNL'
    DNFG2028I MessagePartnerName (mpn) 'MP1'
    ⋮
    This indicates that message partner MP1 supports Sag:RelaxedSNL mode, and was assigned the certificate list with the name certlist1.
  6. Verify the content of each configured certlist. To do this:
    • List all certificate lists by entering the listCertLists command.
    • For each certificate list, issue the readCertList command:
      rcl -cln certificate_list_name
  7. Verify that all configured endpoints are deployed to the SAG. To do this, issue the listSiEndpoints command:
    lep -sag SAG1
  8. For each configured endpoint, verify its content. To do this, issue the readSiEndpoint command:
    rep -sag SAG1 -epn endpoint_name