Providing the SAG Add-On with access to the remote event service interface queue

The SAG Add-On uses the FTM SWIFT event service, and puts messages into its service interface queue, which has a name of the form:
instance.SYSOU.DNI_R_EVENT
If access to such queues is protected by an external security manager (ESM), you must grant access rights to update that service interface queue to the user ID under which the SAG Add-On is running; otherwise, you can skip this section.
Note: The procedure described here assumes that you use RACF® as your ESM. If you use another ESM, you might have to adjust this procedure.

To change the IBM® MQ authorization for the input queue of the FTM SWIFT remote event service:

  1. On the runtime system of the broker server, log on to TSO as an ESM administrator (UESM1). The access rights of this user are described in Table 1.
  2. Grant permission to update the interface queue of the FTM SWIFT remote event service to the user ID that you created in section Creating an additional user ID. For example, if the user ID is SWNET, carry out one of the following actions:
    1. Add the user ID SWNET to a group that has UPDATE access to this queue.
    2. Issue the following RACF command:
      PERMIT MQM1.INST1.SYSOU.DNI_R_EVENT CLASS(MQQUEUE) ID(SWNET) ACCESS(UPDATE)