Setting up AT-TLS for NetMaster (NM) API Service.
On the joblog of the NM API Service STC, this error message is found:
Cannot load keystore 'safkeyring:////Your-id/Your-keyring' because `R_datalib (IRRSDL00) error: not RACF authorized to use the requested service (8, 8, 8)`. The service is not able to start.
Configuration or external security error
The error:
R_datalib (IRRSDL00) error: not RACF authorized to use the requested service (8, 8, 8)
is usually returned when the userid does not have the correct READ authority to the Resource class FACILITY IRR.DIGTCERT.LISTRING, as documented on the Add Permission to the Keyring section of the Enable HTTPS Communication with AT-TLS page of NetMaster 12.2 documentation.
The same error can occur when Your-id in keyStore: safkeyring:////Your-id/Your-keyring parameter in yaml file is the STC name, not the userid related to that STC. The STC userid must be used instead.
See R_datalib return and reason codes for additional info.