DSNP013I INSUFFICIENT PRIMARY ALLOCATION SPACE TO FORMAT CONTROL PAGES IN DATA SET data-set-name CONNECTION-ID=xxxxxxxx, CORRELATION-ID=yyyyyyyyyyyy, LUW-ID=logical-unit-of-work-id =token
Explanation
Data space manager (DSM) discovered that the primary space quantity given in the data set definition was not large enough. Formatting of required control information in the first several pages was not possible. 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
DSM terminates its actions associated with the current SQL request. Higher level functions might terminate the current SQL request or the unit of recovery that issued the request.
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
This should occur only for table spaces or indexes that are not storage group defined. (The Db2 interpreter forces the initial allocation to be large enough if a storage group is used.) Check both the page size specification (4KB or 32KB) and the number of control pages required (2 for table space, 3 for index space). Specify the primary allocation value again so that at least (pages multiplied by page size) bytes are allocated.
Problem determination
See Problem Determination for message DSNP001I for this information.