TAMSTC started task failed with RC-0100 but TAMJVM runs successfully.
search cancel

TAMSTC started task failed with RC-0100 but TAMJVM runs successfully.

book

Article ID: 374826

calendar_today

Updated On:

Products

Trusted Access Manager for Mainframe

Issue/Introduction

In TAMSTC started task log shows error:

java.io.IOException: R_datalib (IRRSDL00) error: not RACF authorized to use the requested service (8, 8, 8)

 

Environment

Product: TRUSTED ACCESS MANAGER FOR Z

Cause

Certificates/Key Ring has not been setup correctly. Startup has Set SSL_ENABLED=TRUE to enable HTTPS connections.

Resolution

Generate Certificates/Key Ring for HTTPS Connections.

For ACF2, all the steps must be completed. 

Step.

  1. Permit TAMSTC access to use certificates:SET RESOURCE(FAC)
    RECKEY IRR ADD(DIGTCERT.LIST UID(*****tamstc) SERVICE(READ) ALLOW)
    RECKEY IRR ADD(DIGTCERT.LISTRING UID(*****tamstc) SERVICE(READ) ALLOW)
    F ACF2,REBUILD(FAC)