File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-12
12: ZFUP-ERR-WRONG-SERVER
12: ZFUP-ERR-WRONG-SERVER
An application specified a command that requires a newer version of the FUP server.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-WRONG-SERVER (12). This token is always in the error
list.
Recommended Action
You must use a newer version of FUP for this command. Determine the correct server
version, start that version, and retry the command.
13: ZFUP-ERR-EMPTY-RESP
This error number indicates an empty response. No error list is associated with this
error number.
Recommended Action
None.
An example that causes this error number to return is if you have assigned the value
ZSPI-VAL-ERR-AND-WARN to the token ZSPI-TKN-RESPONSE-TYPE (you want to
see a response only if there is an error or warning), and no errors or warnings occurred
during processing of the command. ZFUP-ERR-EMPTY-RESP indicates that all
processing completed successfully.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.