NET/MASTER Messages Manual
NNM1637
Messages
106159 Tandem Computers Incorporated 2–309
NNM1636 INVOKE ERROR :
errtext
Cause. A RUN MDMAINT command was issued to create a user map for a given DDL
definition, but an error occurred while accessing the definition.
errtext
is one of the following :
1. DICTIONARY NOT LOCATED IN THIS SUBVOL $
volume
.
subvolume
2. RECORD NAME
record_name
NOT FOUND IN DICTIONARY
3. DICTIONARY IS CORRUPT
4. INSUFFICIENT MEMORY
5. FILE ERROR ACCESSING DICTIONARY
filename
ERRNO
errno
6. UNSUPPORTED DICTIONARY VERSION
Effect. The MDMAINT program is terminated, and the map is not built.
Recovery. Take appropriate action according to
errtext
as follows:
1. Rerun the program using the correct location of the dictionary.
2. Rerun the program using a record name that exists in the dictionary. Note that
record names containing hyphens have the hyphens translated to underscores in
the dictionary.
3. Recreate the dictionary, then rerun the program.
4. Rerun the program later when more memory becomes available.
5. Use the Guardian file-system error number,
errno
, to determine the appropriate
action to take. Rerun the program when the file error on the named dictionary file
has been corrected.
6. Convert the dictionary to your version of Data Definition Language, then rerun
the program.
NNM1637 SUCCESSFULLY DELETED USER MAP
map-name
Cause. A RUN MDMAINT command was issued with the DEL option, and the given
user map was successfully deleted from the map file.
map-name
is the name of the deleted map.
Effect. The map is deleted.
Recovery. This message is informational only; no recovery action is necessary.