Recording message audit data for the Remote Audit service

The Remote Audit service records audit data for a particular OU only if the attribute DniFlagMsgAudit of the CO DniOptionsRmtMsgAudit is not specified or is set to a value other than No for that OU. For example, to disable the recording of message audit data for the Remote Audit service for the OU BANKA in instance INST1:

  1. Open the CLI with the following parameters:
    dnicli -i INST1 -ou SYSOU -s DNI_SYSADM
  2. Enter the following command on a single line after the INST1.SYSOU.DNI_SYSADM> prompt:
    add -ou BANKA
        -ct DniOptionsMsgAudit 
        -co DniOptionsRmtMsgAudit
        -attr DniFlagMsgAudit
        -val No
  3. Commit, approve, and deploy the changes:
    com -ou BANKA
    app -ou BANKA
    dep -ou BANKA
    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.

To enable the recording of audit data by the Remote Audit service, enter the same command, but with -val Yes.

The Remote Audit service is used by the following services and commands:
  • The SIPN FIN SFD (FSM audit data)
  • The delete command of the OAMS Administration Program
  • The dispose command of the Data Integrity Checker Utility
Consequently, if you disable the recording of message audit data for the Remote Audit service, this disables the recording of message audit data for these services and commands as well, regardless of what other attributes might be set.