ALLBASE/SQL Message Manual (36216-90213)

178 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
initial size.
2524 MESSAGE Connection ID ! does not exist. (DBERR 2524)
CAUSE The Connection ID specified does not exist.
ACTION Use a valid Connection ID.
2525 MESSAGE Transaction ID ! does not exist. (DBERR 2525)
CAUSE The Transaction ID specified does not exist.
ACTION Use a valid Transaction ID.
2526 MESSAGE Attempting to terminate current query. (DBERR
2526)
CAUSE The current query is being terminated.
ACTION Take appropriate action for this query.
2527 MESSAGE There is no transaction for Connection ID !.
(DBERR 2527)
CAUSE There was an attempt to terminate a transaction for the
specified Connection ID, but no transaction was in
progress.
ACTION No action is required.
2528 MESSAGE Attempting to terminate persistent
transaction. (DBERR 2528)
CAUSE There is an attempt to terminate a persistent transaction.
ACTION The SQLUtil command cannot be used to terminate a
persistent transaction.
2529 MESSAGE The user termination level does not allow
this type of termination. (DBERR 2529)
CAUSE The user attempted to perform an unauthorized
termination.
ACTION A user can terminate a transaction or query if the user is
the owner or the user has DBA authority. No action
required.
2530 MESSAGE Query was aborted externally. (DBERR 2530)
CAUSE The query was aborted by an external process.
ACTION Resume the query at an appropriate time.
2600 MESSAGE Integer overflow on operation !. (DBERR 2600)
CAUSE The result of an integer arithmetic operation within an
expression was too big for the hardware to accommodate.
ACTION Try to modify your expression so that divisions occur
before multiplications or break the expression into
multiple expressions.