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

558 AppendixA
Error Messages
Library Procedure Error Messages
ACTION Correct the application.
-215 MESSAGE M 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 BOPEN 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.