ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 177
ALLBASE/SQL Error Messages: 2420-2795
contain DBEFiles large enough that the primary pages for
the hash table can be allocated using 16 or fewer
DBEFiles.
ACTION Create additional DBEFiles large enough that the primary
pages for the hash table can be allocated using 16 or fewer
DBEFiles.
2520 MESSAGE Not enough space in DBEFileset for hash
primary pages. (DBERR 2520)
CAUSE There is not enough space in the empty table or mixed
DBEFiles in the DBEFileSet specified for the number of
primary pages specified.
ACTION Create additional DBEFile(s) with enough space for the
primary pages, and add them to the specified DBEFileSet.
If you create the files in the same transaction as you create
the table with the hash structure, you can ensure that no
other transaction will be able to use the files.
2521 MESSAGE Maximum size for DBEFile expansion exceeds !
pages. (DBERR 2521)
CAUSE The maximum size that a DBEFile can be expanded, as
specified in the MAXPAGES clause, exceeds the DBEFile
maximum limit. The maximum size may not be exactly the
same size specified with MAXPAGES, because it could be a
rounded number.
ACTION Make sure the maximum DBEFile size specified is within
the system limit.
2522 MESSAGE DBEFile INCREMENT size must be between ! and
! pages. (DBERR 2522)
CAUSE The size you specified in the INCREMENT clause for
DBEFile expansion is not within the range.
ACTION Specify a valid INCREMENT size for the corresponding
DBEFile.
2523 MESSAGE Maximum size ! pages for DBEFile expansion is
less than the initial size ! pages. (DBERR
2523)
CAUSE The maximum size that a DBEFile can be expanded, as
specified in the MAXPAGES clause, is less than the initial
DBEFile size specified in the WITH PAGES clause. The
maximum size may not be exactly the same size specified
with MAXPAGES, because it could be a rounded number.
ACTION Make sure the maximum DBEFile size specified is at least
equal to the initial DBEFile size, and that it is a multiple
of the INCREMENT size. If dynamic DBEFile expansion
is required, the maximum size must be greater than the