DSNP010I END OF ERROR MESSAGES. CONNECTION-ID=xxxxxxxx, CORRELATION-ID=yyyyyyyyyyyy, LUW-ID=logical-unit-of-work-id=token

Explanation

Messages DSNP009I and DSNP010I enclose a block of messages that are received by the data space manager (DSM) subcomponent of Db2 in response to an access method services (AMS) operation.
operation
The access method services operation that was being performed.
data-set-name
The data set on which the operation was being performed.
The prefix of the messages in the block is usually IDC (access method services messages). However, the prefix can also be IKJ (dynamic allocation) or other system subcomponent IDs. Refer to the appropriate MVS publication for descriptions of the enclosed messages.

The operation can be DEFINE CLUSTER, ALTER ADDVOLUMES, ALTER REMOVEVOLUMES, ALTER NEWNAME, or DELETE CLUSTER. One or more other DSM messages follow this message to explain what happened as a result of the failure of this access method services request. The connection ID, correlation ID, and logical-unit-of-work ID (LUW-ID) identify the user or application that encountered the problem.

A LUW-ID of '*' indicates that the thread does not have a LUW-ID. If the LUW-ID is not an '*', the value is a logical-unit-of-work-id that is assigned to the thread followed by an '=' sign and a token value, which can be used in place of logical-unit-of-work-id in any Db2 command that accepts logical-unit-of-work-id as input.

Messages that have the same connection ID, correlation ID, and LUW-ID relate to the same user. This makes it possible to scan a number of DSNP-prefixed messages and group activities involving a given user. Correlation IDs beginning with '0nn', where 'nn' is a number, identify system agents.

System action

Operation continues.

Operator response

This message is directed to the database administrator or the system administrator. Bring it to that person's attention if it appears on the MVS operator's console. The installation should consider directing Db2 messages to a console other than the operator's console.

System programmer response

Use this information to help resolve problems indicated by other DSM messages that follow this one.

Problem determination

See Problem Determination for message DSNP001I for this information.