00E70069

Explanation

An installation error was detected while the CICS® Attachment Facility was attempting to establish the connection to Db2 for your CICS transaction. This error can be caused by the following situations:
  • The current CICS transaction identifier was not found in any of the resource control table (RCT) entries.
  • A valid authorization name was not found using the RCT entry for this CICS transaction. The AUTH= parameter in the RCT specifies up to three sources for authorization checking. None of these yielded a valid name for checking. For example, the RACF® group might have been specified, but the user was not a member of any RACF group. Or terminal identifier might have been specified, but the transaction was being run without a terminal.

System action

The request is not processed.

System programmer response

Check the RCT table specifications for this transaction to determine if they are missing or incorrect. If modification is needed, change the RCT source and install the RCT again.

Problem determination

You might be able to use the DSNC DISPLAY command to check for the existence of an RCT entry for this transaction. If an entry exists, refer to the RCT source. Look at the AUTH= parameter list and determine why CICS was unable to establish a valid authorization name for checking.