Security profiles required for a CICS application
Additional security profiles required for a CICS implementation of the two queue manager scenario.
The CICS application uses a CICS address space user ID of CICSAD1 and a CICS task user ID of CICSTX1. The security profiles required on queue manager QM1 are different from those profiles required for the batch application. The profiles required on queue manager QM2 are the same as for the batch application.
The following profiles are required on queue manager QM1:
Class | Profile | User ID | Access |
---|---|---|---|
MQCONN | QM1.CICS | CICSAD1 | READ |
MQADMIN | QM1.CONTEXT.** | CICSAD1 CICSTX1 | CONTROL |
MQQUEUE | QM1.LQ1 | CICSAD1 CICSTX1 | UPDATE |
MQQUEUE | QM1.RQA | CICSAD1 CICSTX1 | UPDATE |
MQQUEUE | QM1.RQB | CICSAD1 CICSTX1 | UPDATE |