CICS region getting errors access a Keyring:
+DFHXS1218 CICSname The CICS region userid CICSname is not authorized to access keyring TSTRING
DFHPA1909 CICSnameSYSA DATA INVALID FOR 'KEYRING'. RESPECIFY KEYWORD AND DATA OR BYPASS WITH '.END': 'TSTRING'.
Release : 16.0
Component : ACF2 for z/OS
Getting resource class FACILITY violations for resource IRR.DIGTCERT.LISTRING for the CICS region.
There are two resource checks for a task(in this case CICSname) to access a Keyring. If the first check fails, the second check is done.
When logonid CICSname did not have NON-CNCL both checks failed. To allow logonid CICSname access to the keyring using the 'Global profile checking' you can update the TYPE(FAC) $KEY(IRR.DIGTCERT.LISTRING) to give logonid CICSname access. For example using the RECKEY command:
ACF
SET RESOURCE(FAC)
RECKEY IRR.DIGTCERT.LISTRING ADD( UID(*************CICSname) SERVICE(READ) ALLOW)
F ACF2,REBUILD(FAC)