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

Appendix A 537
Error Messages
Library Procedure Error Messages
-31 MESSAGE Bad
mode
MEANING This error occurs in all procedures when the mode
parameter is invalid. For DBGET, mode is 7 or 8 and
referenced data set is a detail, or mode is 5 or 6 and
referenced data set is a detail without search items.
ACTION Correct mode in procedure call.
-32 MESSAGE Unobtainable access mode; AOPTIONS requested:
n
, granted:
m
MEANING For DBOPEN, root file cannot be opened with FOPEN using
the access options (AOPTIONS) requested for the specified
access mode. The second element of the calling program's
status area contains the requested AOPTIONS, and the
third element contains the AOPTIONS granted to DBOPEN
by the MPE file system.
This error usually occurs either due to concurrent
database access by other users or due to MPE account or
group security provisions.
ACTION See the MPE/iX Intrinsics Reference Manual for meaning
of AOPTIONS values.
Action depends on program's design. Normally notify user
that requested access mode is not available.
-33 MESSAGE Mode 7 diagnostics not allowed
MEANING For DBGET, mode 7 is not appropriate for diagnostics.
ACTION Use a different mode for DBGET when diagnostic item list
is in effect.
-34 MESSAGE Database must be recovered before access is
allowed.
MEANING The system failed while the MUSTRECOVER option was
enabled. The MUSTRECOVER option prevents write access
to the database until it is recovered with DBRECOV.
ACTION Recover the database with DBRECOV.