TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 513
Error Messages
Schema Processor Error Messages
Schema Processor File Errors
Various file error messages are listed in this section. Each such message is preceded by the
character string:
****** FILE ERROR ******
Additionally, the Schema Processor prints a standard MPE file information display on the
$STDLIST file.
MESSAGE FILE ALREADY EXISTS; UNABLE TO CLOSE
file name
MEANING FCLOSE error occurred on specified file. Can be caused by duplicate file in
group with same name as root file.
ACTION Change database name or purge file of same name. Or, be sure correct file
and file name used. Check MPE FILE commands used. If other cause,
consult MPE/iX Intrinsics Reference Manual for similar message.
MESSAGE READ ERROR ON
file name
MEANING FREAD error occurred on the specified file.
ACTION Check text file or MPE FILE command.
MESSAGE UNABLE TO USE
file name
MEANING Specified file cannot be opened with FOPEN, or its characteristics make it
unsuitable for its intended use.
ACTION Change database name, or purge file of same name. Or, be sure correct file
and file name used. Check MPE FILE commands used. If other cause,
consult MPE/iX Intrinsics Reference Manual for similar message.
MESSAGE UNABLE TO WRITE LABEL OF
file name
MEANING FWRITELABEL error occurred on specified file.
ACTION Change database name or purge file of same name. Or, be sure correct file
and file name used. Check MPE FILE commands used. If other cause,
consult MPE/iX Intrinsics Reference Manual for similar message.
MESSAGE UNEXPECTED END-OF-FILE ON
file name
MEANING Call to FREAD or FWRITE on specified file has yielded unexpected end of file
condition.
ACTION Change database name, or purge file of same name. Or, be sure correct file
and file name used. Check MPE FILE commands used. If other cause,
consult MPE/iX Intrinsics Reference Manual for similar message.