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

Appendix A 625
Error Messages
Utility Error Messages
MESSAGE DBEND FOUND TRANSACTION WHICH ALREADY ENDED
MEANING Internal error.
ACTION Contact your database administrator.
MESSAGE ***DBSTORE FAILED - NO DATABASE STORED***
MEANING A file error or other message follows explaining the problem.
ACTION Contact your database administrator.
MESSAGE Dynamic capacity expansion in progress flag is on
MEANING The data set is being expanded by DBPUT in another process. The number
of entries and the current capacity may not be accurate since the data set
is being expanded at this time. If asterisks (***) are in the "no. of entries"
and "%max cap" fields, then a previous DBPUT may have aborted while
DBPUT was expanding this data set.
ACTION If there are positive numbers in the "no. of entries" and "% max cap" fields,
nothing needs to be done. This message is for information only. If the
asterisks are in these two fields, then a DBOPEN must be performed to
correct the capacity information for the data set. DBOPEN can be done via
QUERY/3000 or any application. This DBOPEN should be the first open of
the database in order to correctly adjust the data set free count and the
root file data set capacity fields using the actual data set file size. (See
chapter 3 for more information on capacity expansion and chapter 5 for
DBOPEN.)
MESSAGE EOF SEEN, PROGRAM TERMINATING
MEANING An end-of-file (EOF) has been entered.
ACTION Run DBUTIL again, and do not type :EOF interactively. Or correct job
stream which contains error.
MESSAGE FGETINFO FAILURE
MEANING DBUTIL received an error when calling MPE FGETINFO.
ACTION Contact your database administrator.