ALLBASE/SQL Message Manual (36216-90213)

276 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
duplicates.
13153 MESSAGE DBEFile does not belong to specified
DBEFileSet. (DBERR 13153)
CAUSE The specified DBEFile does not belong to the specified
DBEFileSet as required by the requested function.
ACTION Check the specified DBEFile and DBEFileSet.
13261 MESSAGE DBCore could not find free page buffer.
(DBERR 13261)
CAUSE Due to the number of current users, DBCore was unable to
find free page buffer space. CAUTION: Transaction not
necessarily rolled back.
ACTION Try your transaction again later. You can lock your table
explicitly using the LOCK TABLE statement to decrease
the size of page buffers required or use the SQLUtil
ALTDBE command to allocate more buffer space. If the
problem persists, record as much information as possible
and contact your HP Service Representative or Response
Center.
13262 MESSAGE DBCore internal error !. (DBERR 13262) Please
record the above message including both
numbers.
CAUSE An internal error caused your query to be terminated.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
13310 MESSAGE The log directory is full. (DBERR 13310).
CAUSE The log directory allows for 34 log ids (single log names or
pairs of log names in DUAL LOG mode). Any attempt to
add the 35th log will fail. Note that this error can happen
during ADDLOG or during SETUPRECOVERY In
SQLUtil. The latter also adds a log to the log directory.
ACTION Check the log directory (use the SHOWLOG command for
that purpose) to see if there were any logs that you could
have backed up that you did not. If so, use STORELOG to
back up these logs. Now you have two options. If it was a
direct ADDLOG, then maybe you do not need to ADDLOG
any more.
or
If it was an implicit ADDLOG during SETUPRECOVERY,
use the SQLUtil PURGELOG command to purge the
backed up log files BEFORE attempting
SETUPRECOVERY again.
13313 MESSAGE Wrong number of log file names specified.