+

Search Tips | Advanced Search

Connection security profiles for CICS connections

Profiles for checking CICS connections are composed of the queue manager or queue sharing group name followed by the word CICS . Give the user ID associated with the CICS address space READ access to the connection profile.

Profiles for checking connections from CICS take the form:
hlq.CICS

where hlq can be either qmgr-name (queue manager name) or qsg-name (queue sharing group name). If we are using both queue manager and queue sharing group level security, IBM MQ checks for a profile prefixed by the queue manager name. If it does not find one, it looks for a profile prefixed by the queue sharing group name. If it fails to find either profile, the connection request fails

For connection requests by CICS, we need only permit the CICS address space user ID access to the connection profile.

For example, the following RACF commands allow the CICS address space user ID KCBCICS to connect to the queue manager TQM1:
RDEFINE MQCONN TQM1.CICS UACC(NONE)
PERMIT TQM1.CICS CLASS(MQCONN) ID(KCBCICS) ACCESS(READ)
Parent topic: Profiles for connection security

Last updated: 2020-10-04