ALLBASE/SQL Message Manual (36216-90213)

280 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
ACTION Refer to the cause and action of the additional message.
14031 MESSAGE DBCore shared memory access error. (DBERR
14031)
CAUSE Unable to access DBCore shared memory segments. Your
current transaction was rolled back.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
14035 MESSAGE DBCore shared memory overflow. (DBERR 14035)
CAUSE There was not enough space in DBCore shared memory to
complete the transaction. Your current transaction was
rolled back.
ACTION Increase the number of run-time control block pages using
the SQLUtil ALTDBE command and try your transaction
again. If the problem persists, record as much information
as possible and contact your HP Service Representative or
Response Center.
14038 MESSAGE DBCore shared memory allocation failed.
(DBERR 14038)
CAUSE ALLBASE ran out of space for runtime control blocks.
ACTION Use SQLUtil to increase the number of runtime control
block pages allocated.
14044 MESSAGE DBCore unable to allocate local heap space.
(DBERR 14044)
CAUSE The application may have too many cursors open at one
time.
ACTION Close cursors as soon as they are no longer needed since
they require a large amount of local heap space.
14045 MESSAGE Log file corruption detected in DBCore.
(DBERR 14045)
CAUSE Warm start could not find a checkpoint in any log file.
ACTION Perform a roll forward recovery.
14046 MESSAGE Log full. (DBERR 14046)
CAUSE The log file is full. Your current transaction was rolled
back.
ACTION Shut down the database and issue a START DBE
NEWLOG statement.
14047 MESSAGE Current clock lower than highest in log.
(DBERR 14047)
CAUSE The system clock was set forward incorrectly, used by one
or more databases, and then reset backward.