DFS2469W TRANSACTION REJECTED reason
Explanation
This message is sent to the terminal entering a transaction
when RACF® determines
that the transaction failed security checking. The reasons for the transaction
rejection are:
- TRANS NOT AUTH; RC=08
- User is not authorized to this transaction code by RACF.
- SIGNON REQUIRED
- Transaction is RACF-protected and the user is not signed on.
- RACF NOT ACTIVE; RC=12
- BY RACF EXIT; RC=16
- RACF exit gave an invalid return code.
- INSTALL ERROR; RC=20
- RACF is not installed or an incorrect level of RACF is installed.
- RACF POE ERROR; RC=24
- The RACF profile has a conditional access list, the port-of-entry field in the security token is filled by blanks, and the port-of-entry class is active.
- RACF DS DELETED; RC=28
- The resource class was selected by RACROUTE REQUEST=LIST GLOBAL=YES, but the RACF data space was deleted.
- NO PASSWORD; RC=36
- User verification required; no password supplied.
- WRONG PASSWORD; RC=40
- User verification failed password.
- USERID REVOKED; RC=44
- User verification failed because the user ID was revoked.
Note:
RC =
represents a decimal value.Additional codes can be supplied by a user-written IMS exit routine.
System action
The transaction entered is ignored.
Operator response
Reenter the transaction with the proper password, or enter another transaction that does not violate security.Programmer response
No action is required.
Problem determination
None.
Module
DFSCIOB0, DFSICIO0, DFSICLE0