ALLBASE/SQL Message Manual (36216-90213)

116 Chapter4
ALLBASE/SQL Error Messages: 746-2100
1089 MESSAGE Duplicate COMMENT PARTITION clause defined.
(DBERR 1089)
CAUSE You have more than one COMMENT PARTITION clause
in the START DBE NEW or START DBE NEWLOG
statement.
ACTION Check the specified START DBE statement.
1090 MESSAGE Dynamic Parameters cannot be used as both the
first and
the second operands in a BETWEEN predicate.
(DBERR 1090)
CAUSE You specified dynamic parameters as both the first and the
second operands in a BETWEEN predicate.
ACTION Modify your statement to not contain dynamic parameters
as both the first and second operands of the BETWEEN
predicate.
1091 MESSAGE TID function cannot be used as the argument
of the aggregate function. (DBERR 1091)
CAUSE You cannot use the TID function as the argument of an
aggregate function.
ACTION Check and modify the command.
1092 MESSAGE Duplicate constraint type specified. (DBERR
1092)
CAUSE You specified the same constraint type more than once in a
SET CONSTRAINTS statement.
ACTION Remove the duplicate constraint type(s) and reissue the
statement.
1093 MESSAGE Default timeout value out of valid range.
(DBERR 1093)
CAUSE The default timeout value you specified is invalid.
ACTION Verify that the default timeout value is within the valid
range.
1094 MESSAGE Maximum timeout value out of valid range.
(DBERR 1094)
CAUSE The maximum timeout value you specified is invalid.
ACTION Verify that the maximum timeout value is within the valid
range.
1095 MESSAGE Default timeout value exceeds maximum timeout
limit. (DBERR 1095)
CAUSE The default timeout value is greater than the maximum
timeout limit.