APPL_RETRY_MSG_IDS - UPPS configuration option
Description
The APPL_RETRY_MSG_IDS option specifies a comma-separated list of PeopleSoft message IDs.
If a PeopleSoft error occurs (status code 20), and the error message ID returned by PeopleSoft matches one of the ones specified in the list, UPPS will retry the web service call.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -appl_retry_msg_ids list | |||||
Environment Variable | UPPSAPPLRETRYMSGIDS=list | |||||
Configuration File Keyword | appl_retry_msg_ids list |
Value
list can be a comma-separated list of PeopleSoft message IDs. If no retries are desired, a value of none
can be specified.
Conversely, *
can be specified to retry on all message IDs.
Note
The UNV6856I
message will be printed whenever an error occurs performing the web service request.
The message will print the PeopleSoft message ID, which can be used to form the list of message ids to retry on.
Command Usage
The APPL_RETRY_MSG_IDS option is an AFT (Application Fault Tolerant) option.
AFT (Application Fault Tolerant) options are associated with program execution, not commands. They can be used to retry Web Service calls that were successfully sent by UPPS, but failed on the backend PeopleSoft server.