Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

(tick)

(tick)


Command Line, Long Form

-appl_retry_msg_ids list

(tick)

(tick)


Environment Variable

 UPPSAPPLRETRYMSGIDS=list

(tick)

(tick)

Configuration File Keyword

appl_retry_msg_ids list

(tick)

(tick)


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.

Notes

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.

  • No labels