ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 163
ALLBASE/SQL Error Messages: 2101-2419
had the NULL value.
ACTION Check the value given to the RAISE ERROR statement
and ensure that it is not null.
2361 MESSAGE Error number must be positive for RAISE
ERROR. (DBERR 2361)
CAUSE The error number given to the RAISE ERROR statement
was negative or zero.
ACTION Check the value given to the RAISE ERROR statement
and ensure that it is greater than zero.
2362 MESSAGE Error number for RAISE ERROR must have data
type INTEGER or SMALLINT. (DBERR 2362)
CAUSE The error number for RAISE ERROR was an invalid data
type.
ACTION Ensure that the data type of the error number is
INTEGER or SMALLINT.
2363 MESSAGE Error text cannot be NULL for RAISE ERROR.
(DBERR 2363)
CAUSE The error text given to the RAISE ERROR statement had
the NULL value.
ACTION Check the value given to the RAISE ERROR statement
and ensure that it is not null.
2364 MESSAGE Error text for RAISE ERROR must have data
type CHAR or VARCHAR. (DBERR 2364)
CAUSE The error text for RAISE ERROR was an invalid data
type.
ACTION Ensure that the data type of the error text is CHAR or
VARCHAR.
2365 MESSAGE Deadlock detected causing rollback query.
(DBERR 2365)
CAUSE Deadlock occurred.
ACTION Determine the cause of the deadlock and take appropriate
actions to correct the problem. See "Resolving Conflicts
among Concurrent Transactions" in the chapter "Currency
Control through Locks and Isolation Levels" in the
ALLBASE/SQL Reference Manual.
2366 MESSAGE Timeout expired (! seconds) causing rollback
query. (DBERR 2366)
CAUSE The timeout expired.
ACTION No action is required.
2367 MESSAGE RENAME COLUMN is not allowed on a check