DSNI003I csect-name UNABLE TO STOP OBJECT TYPE object-type OBJECT NAME object-name REASON reason-code TYPE resource-type NAME resource-name
Explanation
The identified object could not be stopped because a resource required to perform the stop was unavailable. The object could be a database, a table space, an index space, or a partition within a table space or an index space.
- csect-name
- The name of the control section that issued the message.
- object-type and object-name
- The type of object and the object name. If the Db2 catalog is unavailable, object-type contains binary zeros and object-name contains blanks.
- reason-code
- The reason code that explains why the resource was unavailable
- resource-type and resource-name
- The type and name of the resource that the message identifies. For an explanation of resource-type and resource-name values, see Resource types.
System action
The specified database, space, or partition is not stopped and remains in the current state. If there are other databases, spaces, or partitions to be stopped, they are processed normally.
User response
Correct the resource unavailable problem and reissue the -STOP command.