TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 561
Error Messages
Library Procedure Error Messages
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.
-234 MESSAGE Cannot purge the 00 file
MEANING The 00 file cannot be purged due to MPE file system error.
ACTION Find out the file system error number in element 2 of the
status array, and notify your database administrator and
HP support personnel.
-235 MESSAGE Dynamic transaction aborted due to DBCLOSE
mode 1, database closed.
MEANING Only DBCLOSE mode 3 is allowed during an active dynamic
transaction.
ACTION Move the DBCLOSE call outside of the dynamic transaction.
-236 MESSAGE Internal error
nn
occurred when opening the
AUX file.
MEANING An internal error has occurred.
ACTION Notify your database administrator and Hewlett-Packard
support personnel.
-237 MESSAGE Cannot DBXEND or DBXUNDO a DBBEGIN
transaction
MEANING A transaction started by a DBBEGIN cannot use DBXEND
or DBXUNDO.
ACTION Replace the DBXEND call with a call to DBEND or replace
the DBBEGIN call with a call to DBXBEGIN.