TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 615
Error Messages
Utility Error Messages
MESSAGE PARSE OF FILE REFERENCE FAILED
MEANING Internal error.
ACTION Contact your database administrator.
MESSAGE PASSWORD IS INCORRECT
MEANING The logid password in the database is not the same as the password in the
MPE table.
ACTION Set the logid and correct password into the database. Or, use the MPE
ALTLOG command to alter the password inthe MPE table so it matches the
one in the database.
MESSAGE PASSWORD MUST NOT BE LONGER THAN 8 CHARACTERS
MEANING The password is too long so it is incorrect.
ACTION Retype the correct logid and password.
MESSAGE PREMATURE EOF ON ASCII ACCESS FILE
MEANING DBUTIL encountered an end of file mark before at least one =HELLO record
in the database-access file.
ACTION Use EDITOR to change the ASCII file.
MESSAGE RECORD SIZE EXCEEDS 128 CHARACTERS!
MEANING The longest record in the database-access file exceeds the allowable length.
ACTION Use EDITOR to modify the database-access file.
MESSAGE RECORDS ARE NUMBERED!
MEANING The database-access file is numbered.
ACTION Use EDITOR to keep the file unnumbered.
MESSAGE RECORD TABLE OVERFLOW
MEANING More than 1000 detail records have been added and they have been given
relative record numbers different from those originally assigned. Wrong
database could have been restored, or not all modifications to the database
were logged.
ACTION Run DBRECOV without the NOABORTS option or recover to a point before
the occurrence of the error. Or restore the correct database. Or restore
database and perform DBUNLOAD/DBLOAD.