ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 219
ALLBASE/SQL Error Messages: 2800-8220
ACTION First, issue a START DBE statement or a CONNECT (if
AutoStart is enabled). Next, stop the DBEnvironment.
Finally, attempt the START DBE NEWLOG again.
3102 MESSAGE START DBE disallowed. Need rollforward
recovery. (DBERR 3102)
CAUSE The DBEnvironment is still in a fuzzy state. Either you
are attempting a START DBE or START DBE NEWLOG
on a restored version of an online backup of the
DBEnvironment, OR you have performed some but not all
the necessary rollforward recovery on this
DBEnvironment.
ACTION Check the previous rollforward steps if any. Perform as
many RECOVERLOG steps with as many logs as
necessary to reach the matching COMMIT ARCHIVE
point in the log file.
3103 MESSAGE There are no more logs to switch to. (DBERR
3103)
CAUSE This is different from a log full condition. Essentially, if
the user attempts to overwrite an archive checkpoint,
DBCore will first try to switch to the next log. If this
operation fails, the above error is generated.
ACTION Check to see if indeed an attempt was made to overwrite
an existing archive checkpoint. If the need is genuine, use
the ADDLOG command in SQLUtil to add one or more
new logs.
3104 MESSAGE Attempt to create a file in an account other
than the DBCon's. (DBERR 3104)
CAUSE You issued a START DBE NEW or START DBE NEWLOG
statement with a DBEfile or log file in an account other
than the DBECon file's account.
ACTION Check that all files specified in the statement are in the
same account as the DBECon file and reissue the
statement.
3105 MESSAGE Syntax error in file name. (DBERR 3105)
CAUSE You issued a START DBE or START DBE NEWLOG
statement containing an invalid file name.
ACTION Reissue the statement, specifying a valid file name.
3106 MESSAGE START DBE disallowed: DBEnvironment points to
a wrong log file. (DBERR 3106)
CAUSE You did not follow your static restore of a DBEnvironment
with the NEWLOG command.
ACTION Restore DBEnvironment again and perform a NEWLOG