DSNI002I csect-name UNABLE TO START OBJECT TYPE object-type OBJECT NAME object-name REASON reason-code TYPE resource-type NAME resource-name
Explanation
The resource identified could not be started because it was unavailable. The resource 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 started and remains in its current state. If there are other databases, spaces, or partitions to be started, they are processed normally.
User response
Correct the resource unavailable problem and reissue the -START command.