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

Appendix A 559
Error Messages
Library Procedure Error Messages
-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.