TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

584 AppendixA
Error Messages
Library Procedure Error Messages
63 MESSAGE DBG disabled; potential damage; only DBCLOSE
allowed
MEANING Another process sharingthe database has aborted because
of logical inconsistency or internal error in
TurboIMAGE/XL, leaving DBG in potentially inconsistent
state. All user accesses through existing DBG are disabled
(except for DBCLOSE, mode 1). Returned by all intrinsics.
If the database has been enabled for dumping, an I and a J
file should exist. These files can help determine the cause
of the error. The database should be recovered. This error
has the same effect on a database as a system failure.
ACTION Issue a DBCLOSE, mode 1.
64 MESSAGE No room for DBG entry in PCBX (MPE portion of
stack)
MEANING The PCBX is full.
ACTION Try again when system resources are available.
65 MESSAGE Can't grant buffer request
MEANING DBCONTROL cannot increase the number of buffers as
requested by the user. A current count is returned.
ACTION Request a smaller number of buffers.
66 MESSAGE DBG pointed to by root file does not match
MEANING Root file is not compatible with DBG.
ACTION Notify HP support personnel.
67 MESSAGE DBU disabled; potential damage; only DBCLOSE
allowed
MEANING The user's control block is in an inconsistent state.
ACTION Issue a DBCLOSE, mode 1.