Start of change

DSNT319I csect-name command-name PROCESSING SKIPPED AT LEAST ONE UNAVAILABLE OBJECT

Explanation

The processing for the command-name command skipped at least one unavailable object that was specified in the command. The object was in an unavailable state, a lock could not be acquired on the object, or the object did not exist. Db2 issues this message only one time per command instance.

csect-name
The name of the control section that issued the message.
command-name
The name of the one of the following commands:
  • START DATABASE
  • STOP DATABASE
  • ACCESS DATABASE
  • DISPLAY DATABASE

System action

The unavailable object is skipped and the command processing continues with the next object.

User response

Investigate the status of objects that were specified in the command. If necessary, retry the command after the unavailable resource situation is resolved.

Severity

0 (informational)

End of change