ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 277
ALLBASE/SQL Error Messages: 11007-22540
(DBERR 13313)
CAUSE The ADDLOG command expects either one file name in
single logging mode or two file names in dual logging
mode. You may have tried to enter more or less than the
permitted number of names.
ACTION Check the logging mode and number of log names you
specified.
13317 MESSAGE DBEnvironment has already finished recovery.
(DBERR 13317)
CAUSE You issued a TerminateRecovery command, but recovery
has already ended.
ACTION Eliminate the extra TerminateRecovery command.
13318 MESSAGE Attempted ENDRECOVERY in an inconsistent
state. (DBERR 13318)
CAUSE You are trying to end recovery at a time before the
DBEnvironment was consistent after a STOREONLINE
operation. When you enable archive mode with the
STOREONLINE command, an archive checkpoint record
is written to the log file
after the online backup is
finished.
This process can take some time, during
which other DBEnvironment activity continues to be
logged. You can only recover to a point beyond the archive
checkpoint record.
ACTION Do not terminate recovery. Continue to apply more logs
through RECOVERLOG at least until the archive
checkpoint record is reached. At that time,
ENDRECOVERY will be successful.
13319 MESSAGE The specified file is not a log file. (DBERR
13319)
CAUSE The log file name specified in response to RECOVERLOG
is not an ALLBASE log file.
ACTION Specify the correct log file name.
13320 MESSAGE The specified log file does not have the
desired sequence number. (DBERR 13320)
CAUSE You specified a file name with an inappropriate sequence
number. During RECOVERLOG, the log manager expects
log sequence numbers in order (starting with the number
specified in the DBECon file of the online backup).
ACTION Specify the log file name with the correct sequence
number.
13322 MESSAGE SETUPRECOVERY is not done. (DBERR 13322)
CAUSE You attempted a RECOVERLOG or ENDRECOVERY