Error 1010006

Message text

Maximum blocks for dbspace '%2' is %3 blocks; %4 blocks were specified. %1

Item

Value

SQLCode

-1010006

Constant

EMSG_DATABASE_BLOCKRANGE

SQLState

QXA06

ODBC State

ERROR

Parameter 1

origin of the exception

Parameter 2

dbspace name

Parameter 3

maximum number of blocks for a dbspace given the database's block size

Parameter 4

maximum blocks the user specified

Probable cause

Given a database's block size and the number of blocks specified by the user for the dbspace, the dbspace size (in bytes) would exceed the operating system's limit of bytes per file.