DSNL048I csect-name SAF USER MAPPING FUNCTION function-name FAILED WITH RETURN VALUE=return-value RETURN CODE=return_code REASON CODE=reason_code ERROR MESSAGE:saf_error_message
Explanation
The SAF user mapping plug-in function failed.
When Db2 receives a user registry
name from a remote client application, Db2 calls
the SAF user mapping plug-in service to retrieve the z/OS® user ID which will be used as the primary
authorization ID for the remote connection.
- function-name
- The name of the SAF user mapping function that failed. Possible functions can be safMappingInit(), safMappingLookup(), or safMappingTerm().
- return-value
- SAF user mapping function return value.
- return_code
- SAF user mapping function return code.
- reason_code
- SAF user mapping function reason code.
- saf_error_message
- SAF user mapping function error message detailing the error condition.
System programmer response
Refer to the z/OS Security Server - RACF® Messages and Codes for the meaning of SAF user mapping function return_value, return_code. reason_code, and saf_error_message.