ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 205
ALLBASE/SQL Error Messages: 2800-8220
ACTION Eliminate the duplicates and try again.
2823 MESSAGE Open log scan failed due to missing log file
(sequence #!). (DBERR 2823)
CAUSE A log needed for the log scan being opened has been
purged.
ACTION For a resync application, perform a hard resync. Auditing
cannot be done.
2824 MESSAGE More than one tuple qualified for key column
search. (DBERR 2824)
CAUSE Multiple tuples found during Apply_Log with key column
search enabled.
ACTION Try the Apply_Log with key column search disabled.
2825 MESSAGE Timeout expired (! seconds). (DBERR 2825)
CAUSE A request for a database resource, such as a lock, could not
be granted before the user timeout was exceeded. The
current transaction was rolled back.
ACTION Retry the transaction when the requested resource
becomes available, or increase the user timeout value.
2826 MESSAGE Insufficient number of transactions. (! is
required) (DBERR 2826)
CAUSE An attempt to start the DBE with the maximum allowable
transactions less than or equal to the number of persistent
transactions currently present in the DBE.
ACTION Specify a larger number of transactions to start the DBE.
2827 MESSAGE The function was invoked in an improper
context. (DBERR 2827)
CAUSE An XA function has been invoked in an invalid context.
ACTION Correct the context and try again.
2828 MESSAGE Comment is disallowed. (DBERR 2828)
CAUSE An attempt was made to log a comment for a transaction
that is already persistent.
ACTION Retry the function without a comment.
2829 MESSAGE Blocking condition exists. (DBERR 2829)
CAUSE A transaction join was attempted with the nowait option
speciļ¬ed. The function would have had to wait.
ACTION Try again later or remove the nowait option.
2830 MESSAGE Duplicate global transaction identifier.
(DBERR 2830)