DSNI047I csect-name UNABLE TO ACCESS OBJECT TYPE object-type OBJECT NAME object-name REASON reason-code TYPE resource-type NAME resource-name

Explanation

The resource identified could not be accessed because it was unavailable. The resource could be a database, a table space, an index space, or a partition within a table space or index space.

csect-name
The name of the control section that issued the message.
object-type and object-name
The type and name of the object. If the Db2 catalog is unavailable,object-type contains binary zeros and object-name contains blanks.
reason-code
The reason code for the unavailable resource.
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 accessed, and remains in its current state. If there are other databases, spaces, or partitions to be accessed, they are processed normally.

User response

Correct the resource unavailable problem and reissue the -ACCESS DATABASE command.