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

610 AppendixA
Error Messages
Utility Error Messages
MESSAGE MAXIMUM ERROR COUNT HAS BEEN EXCEEDED
MEANING DBRECOV keeps track of all the errors that were encountered. If the
number goes past a certain threshold (default is 0, but can be configured
up to a maximum of 3000), DBRECOV will abort.
ACTION Correct the problems causing the errors. If the user specifies an error
count, this count could also be increased.
MESSAGE MAXIMUM WARNING COUNT HAS BEEN EXCEEDED
MEANING DBRECOV keeps track of all the warnings that were encountered. If the
number goes past a certain threshold, DBRECOV will abort.
ACTION If the user specifies a warning count, this count could be increased.
MESSAGE MISSING!!
MEANING The keyword FILE is not found in the first record; or the keyword DSLINE
is not found in the second record; or the keyword HELLO is not found in any
of the remaining records.
ACTION Use EDITOR to modify the record in the database-access file that returned
the error message.
MESSAGE MISSING DBNAME1
MEANING An equal sign (=), semicolon (;), or end of line followed the keyword FILE.
ACTION Use EDITOR to change the FILE command.
MESSAGE MISSING DBNAME2
MEANING
dbname
1= was followed by a semicolon (;) or end of line.
ACTION Use EDITOR to change the FILE command.
MESSAGE MISSING DSDEVICE
MEANING DEV= was followed by a semicolon (;), #, or the rest of the record was blank.
ACTION Use EDITOR to change the FILE command.
MESSAGE MISSING LOCAL PART
MEANING No characters preceded the =HELLO command.
ACTION Use EDITOR to change the HELLO command.