File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-63
67: ZFUP-ERR-VOL-NOT-FOUND
67: ZFUP-ERR-VOL-NOT-FOUND
A partition or alternate-key file name points to a nonexistent volume.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-VOL-NOT-FOUND (67). This token is always in the error
list.
ZFUP-MAP-CMD-ERROR
is a structured token with these fields:
ZNAME
is the primary file name.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
Recommended Action
Ensure that all of the partition names specified in FUP-DDL-PART-RENAME-OPTS (or
the alternate-key file names that are specified in ZFUP-DDL-ALT-RENAME-OPTS)
reside on existing volumes.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZFUP-MAP-CMD-ERROR
ZNAME type ZSPI-DDL-FNAME.
ZCOMMAND type ZSPI-DDL-INT.
ZOBJECT type ZSPI-DDL-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.