Library Procedure Error Messages (Cont.) [ TurboIMAGE/XL Database Management System Reference Manual ] MPE/iX 5.5 Documentation
TurboIMAGE/XL Database Management System Reference Manual
Library Procedure Error Messages (Cont.)
Library Procedure Calling Errors (Cont.)
-195 MESSAGE Invalid DBG
MEANING The database global control block has been
corrupted.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-196 MESSAGE DBB control block is full
MEANING The database buffer control block is full.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-197 MESSAGE DBG control block is full
MEANING The database global control block is full.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-198 MESSAGE Total DBOPEN count/user exceeds limit
MEANING The DBU index table, the DBUX, is full. This table
is used to map the baseid to the user's DBU. The
DBUX holds a maximum of 127 entries.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-199 MESSAGE Cannot end MPE XL XM transaction: XM error nn
MEANING The logical ending of an MPE transaction failed.
nn is the error number returned. Any writes done
on behalf of the intrinsic will be rolled out.
NOTE: This error is only possible from DBOPEN,
DBPUT, DBDELETE, DBUNLOCK, or DBUPDATE.
ACTION Notify system manager.
-----------------------------------------------------------------
-200 MESSAGE Database language not system supported
MEANING DBOPEN attempted to open the database and found
that the language of the database is not currently
configured. The collating sequence of the language
is unavailable; DBOPEN cannot open the database.
ACTION Notify system manager.
-----------------------------------------------------------------
-201 MESSAGE Native Language Support not installed
MEANING NLS/3000 internal structures have not been built at
system start-up. The collating sequence table of
the language of the database is unavailable; DBOPEN
cannot open the database.
ACTION Notify system manager.
-----------------------------------------------------------------
-202 MESSAGE MPE Native Language Support error nn returned by
NLINFO
MEANING The error number given was returned by NLS/3000 on
a NLINFO call in DBOPEN.
ACTION Notify system manager.
-----------------------------------------------------------------
[REV BEG]
-204 MESSAGE USER STACK IS TOO SMALL FOR RECOVERY IN DBOPEN.
MEANING There is not sufficient stack space to perform
dynamic transaction recovery.
ACTION Increase the stack size for the user application.
----------------------------------------------------------------- [REV
END]
[REV BEG]
-205 MESSAGE WRONG VERSION OF DS SUBSYSTEM.
MEANING Remote database access is done, however, the DS
subsystem does not support it.
ACTION Ensure that the DS subsystem is compatible with
TurboIMAGE/XL. Notify your system administrator.
----------------------------------------------------------------- [REV
END]
-206 MESSAGE Database exceeds limits
MEANING DBOPEN has detected that the remote TurboIMAGE/XL
database exceeds the local IMAGE limitations.
Remote database access cannot be completed. A
TurboIMAGE/XL database can only be accessed from a
local node (which has IMAGE) if and only if the
remote database has not exceeded the IMAGE/3000
data set and data item limitations.
ACTION Access the remote TurboIMAGE/XL database from
another local node which also supports
TurboIMAGE/XL.
-----------------------------------------------------------------
-208 MESSAGE MPE error nn returned by FLABELINFO for MPE XL XM
MEANING MPE file system error nn was returned by the
intrinsic FLABELINFO.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-209 MESSAGE Invalid mode for MPE XL XM DETACH
MEANING An internal error has occurred.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
-210 MESSAGE MPE error nn on log file name
MEANING MPE file system error nn was returned while trying
to obtain the user log file name.
ACTION Notify HP support personnel.
-----------------------------------------------------------------
[REV BEG]
-211 MESSAGE INVALID OR NO USER LABEL.
MEANING The dataset file has no user label or a corrupted
user label.
ACTION Notify your system administrator and HP support
personnel.
----------------------------------------------------------------- [REV
END]
[REV BEG]
-212 MESSAGE Database corruption was detected.
MEANING Internally, the target record either converted into
a wrong slot within a block or the record is beyond
the dataset capacity.
ACTION Notify HP support personnel.
----------------------------------------------------------------- [REV
END]
-213 MESSAGE DBXEND encountered XM error nn when ending a
dynamic transaction
MEANING This is an internal error.
ACTION Notify your system manager and HP support
personnel.
-----------------------------------------------------------------
[REV BEG]
-214 MESSAGE CANNOT CALL DBXUNDO WHEN A TRANSACTION IS STARTED
BY DBBEGIN.
MEANING DBXUNDO can be called only when DBXBEGIN is called
and not DBBEGIN. DBXBEGIN, DBXUNDO, and DBXEND are
compatible intrinsics. DBBEGIN can only be matched
with DBEND.
ACTION Correct the application.
----------------------------------------------------------------- [REV
END]
-215 MESSAGE XM error nn encountered when rolling out a
dynamic transaction.
MEANING This is an internal error.
ACTION Notify your system manager and HP support
personnel.
-----------------------------------------------------------------
-216 MESSAGE Cannot end a dynamic transaction with DBEND
MEANING A transaction started by DBXBEGIN cannot use DBEND.
ACTION Replace the DBEND call with a call to DBXEND.
-----------------------------------------------------------------
-217 MESSAGE DBOPEN mode n incompatible with Dynamic Rollback
MEANING Strong locking must be enforced for dynamic
transactions.
ACTION Use DBOPEN mode 1, 3, or 4.
-----------------------------------------------------------------
-218 MESSAGE Output deferred is incompatible with Dynamic
Rollback
MEANING A database cannot be enabled for AUTODEFER when
dynamic roll-back intrinsics are used.
ACTION Either disable the database for deferred output or
do not use dynamic roll-back intrinsics.
-----------------------------------------------------------------
-219 MESSAGE Remote database access is incompatible with
Dynamic Rollback
MEANING Remote database access cannot be used in
conjunction with dynamic roll-back.
ACTION Use either remote database access or dynamic
roll-back intrinsics, but not both.
-----------------------------------------------------------------
-220 MESSAGE Database and user log not attached to the same XM
log set
MEANING When a database is enabled for DBRECOV roll-back
recovery, the database and user log must be
attached to the same XM log set.
ACTION Move the database and user log to the same XM log
set.
-----------------------------------------------------------------
-221 MESSAGE Cannot begin a transaction when a dynamic
transaction is active
MEANING Each DBOPEN can have only one dynamic transaction
active at one time.
ACTION Check the application to make sure that only one
dynamic transaction is active at one time.
-----------------------------------------------------------------
-222 MESSAGE Only DBXUNDO allowed when dynamic transaction
encounters an error
MEANING A write intrinsic or DBUNLOCK error occurred while
in an active dynamic transaction. Only DBXUNDO can
be called.
ACTION Change the application to call DBXUNDO when this
type of error occurs.
-----------------------------------------------------------------
-223 MESSAGE Cannot DBXEND or DBXUNDO a transaction which was
not active
MEANING DBXEND or DBXUNDO called and no dynamic transaction
is active.
ACTION Do not call DBXEND or DBXUNDO unless the dynamic
transaction has been started by a DBXBEGIN.
-----------------------------------------------------------------
-224 MESSAGE DBCONTROL mode 1 not allowed inside a dynamic
transaction
MEANING DBCONTROL mode 1 enables a database for deferred
output. Deferred output and dynamic roll-back are
incompatible.
ACTION Do not use DBCONTROL mode 1 when inside a dynamic
transaction.
-----------------------------------------------------------------
-225 MESSAGE Record table full for Dynamic Rollback
MEANING The transaction defined in the user application
exceeds the maximum transaction size for dynamic
transactions.
ACTION Shorten your dynamic transaction, or notify your
system manager and HP support personnel.
-----------------------------------------------------------------
-226 MESSAGE Error occurred in when the 00 file was created
MEANING The transaction defined in the user application
exceeds the maximum transaction size for dynamic
transactions.
ACTION Notify your database administrator and HP support
personnel.
-----------------------------------------------------------------
-227 MESSAGE Error occurred in 00 file recovery
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
-----------------------------------------------------------------
-228 MESSAGE DBXBEGIN encountered XM error nn when starting a
dynamic transaction
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
-----------------------------------------------------------------
[REV BEG]
-229 MESSAGE CANNOT DELETE MANUAL MASTER WITH EMPTY CHAINS.
MEANING Error occurred while deleting a manual master entry
despite the chain being empty.
ACTION Notify HP support personnel.
----------------------------------------------------------------- [REV
END]
-230 MESSAGE A DBUNLOCK inside a dynamic transaction is not
allowed
MEANING DBUNLOCK can only be performed when a dynamic
transaction has been completed with a DBXEND or
DBXUNDO.
ACTION Change the application so that it does not call
DBUNLOCK after DBPUT, DBDELETE, or DBUPDATE is used
inside a dynamic transaction.
-----------------------------------------------------------------
-231 MESSAGE During Dynamic Rollback recovery, internal
procedure failed; error nn
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
-----------------------------------------------------------------
-232 MESSAGE Illegal DBCLOSE mode 2 used during an active
dynamic transaction.
MEANING Only DBCLOSE mode 3 is allowed during an active
dynamic transaction.
ACTION Move the DBCLOSE call outside of the dynamic
transaction, or, if appropriate, change the DBCLOSE
mode to 3.
-----------------------------------------------------------------
-233 MESSAGE Key data found in database does not match that in
the memo record
MEANING An internal error has occurred.
ACTION Notify your database administrator and
Hewlett-Packard support personnel.
-----------------------------------------------------------------
MPE/iX 5.5 Documentation