When attempting to bring up SI, on an ACF2 system, the following message appears:
ZWEAM400E Error initializing SSL Context: 'R_datalib (IRRSDL00) error: not RACF authorized to use the requested service (8, 8, 8)'
The Unix report against the SMF type 230 records I get the following:
R_datalib SISRVR SIGROUP 0 0 8 8 8
10/08/20 20.282 9.34.11 SIZSRVRU **** OPS
Failed - Not authorized to use this service
R_datalib SISRVR SIGROUP 0 0 8 8 36
10/08/20 20.282 9.34.11 SIZSRVRU **** OPS
Failed - dbToken error.
Release : 16.0
Component : CA ACF2 for z/OS
Acf2 requires that the user must have IRR.DIGTCERT.LISTRING resource READ access in the FACILITY class when using a KEYRING owned by that user.
Example to grant SISRVR access to the keyring:
SET RESOURCE (FAC)
RECKEY IRR.DIGTCERT.LISTRING add(UID(SISRVR) SERVICE(READ) ALLOW)
See section KEYRING User Profile Records for details.