ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 165
ALLBASE/SQL Error Messages: 2101-2419
table/view !.!. (DBERR 2400)
CAUSE The number of columns you specified in the ALTER
TABLE, CREATE TABLE, or CREATE VIEW statement
was greater than the maximum number of columns
allowable.
ACTION Issue the command again ensuring that the total number
of columns does not exceed 1023.
2402 MESSAGE Maximum number of tables per module exceeded.
(DBERR 2402)
CAUSE The maximum number of tables for a SELECT statement
has been exceeded.
ACTION Issue the command again, specifying no more than 31
tables.
2404 MESSAGE Maximum number of concurrent transactions
exceeded. (DBERR 2404)
CAUSE The maximum number of concurrent transactions has
been exceeded.
ACTION Retry the begin transaction statement again. If it fails, ask
your database administrator for assistance.
2405 MESSAGE Index ! on table !.! has more than ! columns.
(DBERR 2405)
CAUSE The index you specified contains more than 16 columns.
ACTION Check the CREATE INDEX statement to make sure that
the number of columns specified is less than or equal to 16.
2406 MESSAGE SelectList contains more than ! columns.
(DBERR 2406)
CAUSE The number of items in the select list exceeded the
maximum number allowable.
ACTION Check your SELECT statement to make sure that the
number of items in the select list is equal to or less than
1024.
2407 MESSAGE Length of column ! in table !.! exceeds !
bytes. (DBERR 2407)
CAUSE The number of bytes in the specified column exceeded the
maximum number allowable.
ACTION Issue the CREATE TABLE statement again with the
maximum number of bytes or less.
2408 MESSAGE Tuple length of table !.! exceeds ! bytes.
(DBERR 2408)
CAUSE You attempted to create a table with a minimum tuple