ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 203
ALLBASE/SQL Error Messages: 2800-8220
ACTION Check the correctness of operations. Either audit logging
for the DBEnvironment should be turned on (this may be
done through the START DBE NEWLOG statement)
or
the ENABLE AUDIT LOGGING statement is not valid.
2811 MESSAGE Insufficient size specified for the new SCR.
(DBERR 2811)
CAUSE Note that it is possible to change the MAXPARTITIONS
parameter through the START DBE NEWLOG statement.
In so doing, the product restores the current SCR slots into
this new log file (the current SCR value has an image
stored in the DBECon file). If the new MAXPARTITIONS
specified is not large enough to contain
all
the occupied
slots from the old SCR, this error is generated.
ACTION Reissue the START DBE NEWLOG statement with the
appropriate MAXPARTITIONS.
2812 MESSAGE There are still some active transactions in
the old SCR. (DBERR 2812)
CAUSE You attempted a START DBE NEWLOG, and the old SCR
(out of the DBECon file) still contains some active
transactions. This can only happen if the database was not
shut down in a manner such that all operations could be
properly terminated.
ACTION Connect to the database and release it. This allows
ALLBASE/SQL to terminate any uncommitted
transactions. Then you can reissue the START DBE
NEWLOG statement.
2813 MESSAGE More than one slot found for the same
partition. (DBERR 2813)
CAUSE The partition was specified twice when opening a log scan.
ACTION Eliminate the duplication.
2814 MESSAGE Open_Log_Scan failed on ALL specified
partitions. (DBERR 2814)
CAUSE Check the per partition return codes.
ACTION Use the per partition return code information to determine
your action.
2815 MESSAGE Hard resync record encountered in partition
!. Scan aborted. (DBERR 2815)
CAUSE The master and slave databases are inconsistent.
ACTION Resync the indicated partition.
2816 MESSAGE Open_Log_Scan could not reserve log for
partitions found. (DBERR 2816)