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

Appendix A 549
Error Messages
Library Procedure Error Messages
-146 MESSAGE Invalid transaction ID.
MEANING The transaction ID used in a call to DBBEGIN and in the
call to its corresponding DBEND do not match.
ACTION Contact your database administrator or application
programmer.
-147 MESSAGE Mode doesn't match DBBEGIN mode.
MEANING The DBBEGIN mode and its corresponding DBEND mode
must match.
ACTION Contact your database administrator or application
programmer.
-148 MESSAGE Base ID list doesn't match DBBEGIN base ID
list.
MEANING The base ID list passed to DBBEGIN for a multiple
database transaction does not match the DBEND base ID
list for the same transaction.
ACTION Contact your database administrator or application
programmer.
-151 MESSAGE Text length greater than 512 bytes
MEANING Text provided to DBBEGIN, DBEND, DBMEMO,
DBXBEGIN, DBXEND, DBXUNDO is too long.
ACTION Modify program.
-152 MESSAGE DBCLOSE called while a transaction is in
process; DBBEGIN called while a transaction
is in process; DBXBEGIN called while a
transaction is in progress
MEANING A transaction is in process.
ACTION Call DBEND before DBCLOSE. Call DBEND before the next
DBBEGIN. Call DBXEND before the next DBXBEGIN.
-153 MESSAGE DBEND called while no transaction in progress
MEANING No DBBEGIN precedes the call to DBEND.
ACTION Call DBBEGIN before DBEND.