ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 109
ALLBASE/SQL Error Messages: 746-2100
ACTION Revise your program to modify the host variable
declarations and/or the INSERT statement references to
host variables. Refer to the ALLBASE/SQL Reference
Manual for additional information on the INSERT
statement.
1040 MESSAGE User id is too long. (DBERR 1040)
CAUSE The length of the DBEUserID you specified was not within
the range of 1 through 20 bytes.
ACTION Issue the command again, specifying a valid DBEUserID.
1041 MESSAGE Duplicate type of authority specified. (DBERR
1041)
CAUSE You specified the same type of authority twice in either the
GRANT or REVOKE statement.
ACTION Issue the command again, specifying each type of
authority only once.
1042 MESSAGE Duplicate columns specified. (DBERR 1042)
CAUSE The same column was specified twice in the UPDATE
option of either the GRANT or REVOKE statement.
ACTION Issue the command again, specifying each column only
once.
1043 MESSAGE Column names required. (DBERR 1043)
CAUSE You did not specify column names in the CREATE VIEW
statement.
ACTION Issue the command again, specifying the column names in
parentheses. Refer to the ALLBASE/SQL Reference
Manual for additional information on the CREATE VIEW
statement.
1044 MESSAGE Scale must not be larger than precision.
(DBERR 1044)
CAUSE The number of decimal places (scale) was greater than the
the number of digits (precision) specified in the CREATE
TABLE statement.
ACTION Issue the command again, specifying the scale as less than
or equal to precision.
1045 MESSAGE DUAL LOG specified multiple times. (DBERR
1045)
CAUSE The DUAL LOG option was specified more than once in
the START DBE NEW or START DBE NEWLOG
statement.
ACTION Issue the command again, specifying DUAL LOG only
once. Refer to the ALLBASE/SQL Reference Manual for