TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 535
Error Messages
Library Procedure Error Messages
mode 5, 6, 7, or 8.
ACTION Modify program or notify current user that operation
cannot be performed.
-15 MESSAGE Setup for RDBA failed
MEANING DBOPEN will issue a DSLINE command and a REMOTE
HELLO on behalf of the user if a DBA file is being used for
RDBA. One of these commands failed.
ACTION CheckyourDBAfile to makesurethe DSLINE andREMOTE
HELLO commands are correct.
-21 MESSAGE Bad password (See below for additional status code −21
messages.)
MEANING For DBOPEN, user class granted does not permit access to
any data in database. This is usually due to an incorrect or
null password or maintenance word.
ACTION Supply correct password and/or maintenance word.
-21 MESSAGE Bad data set reference (See above or below for
additional status code −21 messages.)
MEANING For DBINFO (modes 104, 201, 202, 301, and 302),
DBCLOSE, DBFIND, DBGET, DBUPDATE, DBPUT,
DBDELETE, when data set reference is:
• Numeric but out of range of the number of data sets in
database
• An erroneous data set name
• A reference to data set which is inaccessible to user
class established when database opened
For DBFIND, this error is also returned if referenced data
set is a master. Erroneous data set name can arise when a
terminating semicolon or blank is omitted.
ACTION Check application program's procedure call. Correct error
in call.