ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 279
ALLBASE/SQL Error Messages: 11007-22540
CAUSE You attempted a SETUPRECOVERY followed by either
another SETUPRECOVERY or by a set of RECOVERLOG
commands and then another SETUPRECOVERY.
ACTION Remove the extra SETUPRECOVERY command.
13345 MESSAGE DBE in ARCHIVE mode. Cannot overwrite with
NON ARCHIVE logging. (DBERR 13345)
CAUSE STOREONLINE was attempted with NON_ARCHIVE
logging option. However, the DBEnvironment is in archive
mode. This cannot be done because NON_ARCHIVE
logging can be done only if the DBE is in non-archive
mode.
ACTION For NON_ARCHIVE logging, turn off the archive logging
before doing STOREONLINE.
13346 MESSAGE Build of file STORLIST failed because of
duplicate file. (DBERR 13346)
CAUSE Duplicate STORLIST file exists in the group where
SQLUtil is used.
ACTION To find and delete STORLIST, do the following:
:LISTFTEMP STORLIST
:PURGE STORLIST
Execute the SQLUtil command again.
14024 MESSAGE Deadlock detected. (DBERR 14024)
CAUSE Deadlock was detected between your transaction and
another. Your current transaction was rolled back.
ACTION Issue your command again.
14027 MESSAGE Session terminated by DBA. (DBERR 14027)
CAUSE Your session was terminated by a user with DBA
capability.
ACTION Access the DBE again when the system is available.
14028 MESSAGE No updates are allowed on a Wrapper DBE.
(DBERR 14028)
CAUSE You attempted to do an operation that would try to update
a wrapper DBEnvironment. No updates are allowed once
the DBEnvironment has been converted to a wrapper
DBEnvironment.
ACTION Do not try to update the wrapper DBEnvironment.
14029 MESSAGE Your current transaction was rolled back by
DBCore. (DBERR 14029)
CAUSE Your transaction was rolled back due to another error. An
additional message will be returned.