TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
582 AppendixA
Error Messages
Library Procedure Error Messages
43 MESSAGE Duplicate key item value
MEANING DBPUT has been asked to insert a data entry into a master
data set with a key item value which already exists in the
data set.
ACTION Appropriate action depends on program design.
44 MESSAGE Can't delete master entry with non-empty
detail chains
MEANING DBDELETE has been asked to delete a master data set
entry which still has one or more non-empty chains.
ACTION Appropriate action depends on program design.
49 MESSAGE Illegal buffer address
MEANING Calling program's buffer (identified by buffer parameter)
address of DBGET or DBINFO is an unsupported memory
address.
ACTION Correct the buffer parameter with a valid address. CM
user stack, NM user stack, and the NM heap are valid
memory areas in which to create a buffer parameter.
50 MESSAGE Buffer too small
MEANING Calling program's buffer (identified by buffer parameter)
is too small to accommodate the amount of information
that DBGET or DBINFO wishes to return without extending
into the parameters area. This message is returned only if
the buffer is the last item in the user's stack, and will
overflow the stack boundaries.
ACTION Correct procedure call, or change buffer name or size.
51 MESSAGE STACK OVERFLOW FOR BASIC - IMAGE INTERFACE.
MEANING Insufficient stack space for the BASIC program to execute.
ACTION Increase the stack size using the NMSTACKSIZE option
with the LINK command.