ALLBASE/SQL Message Manual (36216-90213)

218 Chapter7
ALLBASE/SQL Error Messages: 2800-8220
3079)
CAUSE The DBECon file is inaccessible because the security
access of the DBECon file has been changed.
ACTION Correct the security access of the DBECon file.
3080 MESSAGE DBECon error - Attempted a MULTI user session
on a SINGLE user DBEnvironment. (DBERR 3080)
CAUSE You tried to initiate a multi-user session on a single user
DBEnvironment
or
your database administrator has started the
DBEnvironment in single-user mode in order to make
changes through SQLUtil.
ACTION Ask your database administrator to change the DBECon
file user mode to MULTI
or
ask your database administrator to notify you when the
DBEnvironment is again accessible in multi-user mode.
3088 MESSAGE MOVEFILE cannot be used to move DBECon.
(DBERR 3088)
CAUSE You tried to move the DBECon file using the MOVEFILE
statement.
ACTION The DBECon file stores the start up parameters for the
DBEnvironment defined by the START DBE NEW
statement and must remain in the same location as the
DBEnvironment.
3100 MESSAGE COMMIT ARCHIVE attempt was not preceded by a
successful BEGIN ARCHIVE. (DBERR 3100)
CAUSE Some user has already got a BEGIN ARCHIVE in
progress, and some other user attempts to COMMIT
ARCHIVE. This is illegal.
ACTION Refrain from performing a COMMIT ARCHIVE if you
were not the one to have a BEGIN ARCHIVE in the first
place.
3101 MESSAGE START DBE NEWLOG disallowed. Need rollforward
recovery. (DBERR 3101)
CAUSE You are most probably trying a START DBE NEWLOG on
a DBEnvironment that has incomplete transactions in its
log. The only operations permitted are START DBE or
CONNECT (if AutoStart is enabled); either of these will
roll back incomplete transactions and force completed
transactions to disk.