Start of change

DSNU590I csect-name RESOURCE NOT AVAILABLE - object-name REASON = X'reason-code', ON object-name PROHIBITS PROCESSING

Explanation

Processing failed because a required object was not available for the indicated reason.

csect-name
The name of the control section that issued the message.
reason-code
The Db2 reason code that indicates why the object was not available.
object-name
The name of the unavailable object, which is a database, table space, or index space. If the object is in a stopped state and has partitions, the stopped state applies to one or more of the partitions.

If the utility is REORG TABLESPACE with the LASTLOG NO option, the failure is in the LOG phase, and the reason code is 00C9000A, this message means that the maximum number of retries has been reached for the object. Review any DSNU1122I messages and address the availability of the objects reported in those messages.

System action

  • If the return code is 8, utility processing is terminated.
  • If the return code is 4, utility processing continues to the next request.

User response

Determine the cause for unavailability. The -DISPLAY DATABASE command can be used to determine the status. After ensuring the object is available, resubmit the job.

Severity

8 (error) or 4 (warning)

End of change