Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring an Event Policy to Retry the File Upload Action

Transient network problems can cause a file upload operation to fail. When this happens, you might want to retry the file upload operation. By default, if the file upload operation fails for any reason, the event policy does not retry the upload operation.

To configure the policy to retry a file upload operation, include the optional retry-count and retry-interval statements:

retry-count number retry-interval seconds;

You can include these statements at the following hierarchy levels:

The retry-count statement sets the number of times the policy retries the upload operation if the upload fails. The default value for the retry-count statement is 0 and the maximum is 10.

If you include the retry-count statement, you can also include the retry-interval statement, which sets the time interval (in seconds) between each retry.

For a configuration example, see Example: Retrying the File Upload Action.

Published: 2013-03-05

Published: 2013-03-05