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

540 AppendixA
Error Messages
Library Procedure Error Messages
-89 MESSAGE Database bad: Restructuring was in process
(restore database).
MEANING DBChangePlus is restructuring the database or was
restructuring the database but failed in the middle.
ACTION Notify database administrator. Restore the database and
redo restructuring if failed.
-90 MESSAGE Root file bad: unrecognized state:
%octal
integer
MEANING For DBOPEN, this error is returned if the root file is in an
unrecognized state. The octal integer represents an ASCII
error code.
ACTION Restore old copy of the database.
-91 MESSAGE Bad root modification level
MEANING For DBOPEN, the software version of the DBOPEN procedure
is incompatible with version of Schema Processor which
created root file.
ACTION Check with system manager that you have correct
TurboIMAGE/XL software. If necessary ask HP support
personnel about conversion.
-92 MESSAGE Database not created
MEANING For DBOPEN, the referenced database has not yet been
created and initialized by the DBUTIL CREATE command.
ACTION Run DBUTIL to create database. Try application program
again.
-93 MESSAGE DATABASE ALREADY EXISTS.
MEANING Database already exists when attempted to create a new
one.
ACTION Change the database name in the schema. If you want to
create in the same name, purge the existing one and then
recreate.