DSNU1631I csect-name - utility-name SYSTEM UTILITY FAILED BECAUSE THE CALL TO DFSMSHSM FAILED WITH RC = X' return-code', REASON = X'reason-code'. SEE THE HSM ACTIVITY LOG FOR HSM MESSAGES INDICATING THE CAUSE OF ERROR

Explanation

The call to DFSMShsm to perform the backup or the restore of the copy pools failed with the return code and reason code indicated in the message.

csect-name
The name of the control section that issued the message.
utility-name
The name of the system utility that failed.
return-code
The return code issued by DFSMShsm. This value indicates which message to look for in the HSM job log:
X'6'
Look for message ARC1806E.
X'66'
Look for message ARC1866I.
X'8' or higher
Look for message ARC1808E.
reason-code
The Db2 reason code value that indicates the reason for the failure. For explanations of reason codes, see Db2 reason codes.

System action

The utility is terminated.

System programmer response

Look up the return code and reason code in the DFSMShsm documentation, and take the appropriate action. Examine the HSM job log. In some cases, the HSM job log contains messages that indicate the cause of the error.

Problem determination

The HSM log does not have information for every error. If the HSM log does not have information for this error, use the reason code and return code to diagnose the problem.

Severity

8 (error)