Retry Configurations

Connectors that support provisioning operations also have the capability to retry the operation if it fails. The retryableErrors entry is a list of strings through which the connector searches when it receives a message from the managed application. To take advantage of this feature, add a retryable error messages list to the attributes map in a source. If one of the strings in the entry is in the error, the connector attempts to retry the connection. If the configured error string is not a part of the error message, then the connector will not attempt a retry. Add the following entry in the source XML using the SailPoint REST APIs.


This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/retry_configurations.html

There is a reference to “source XML” here, but ISC does not use XML.

A better example and reference to the REST API for updating this value would be helpful. The example provided is not in the correct format that the Update Source - Partial REST API uses currently.

The “cc” end point shown has been deprecated.

Hi Geoff! Thanks for your input. I created a Jira issue to track the effort and I’ll update the comment thread when it’s been addressed: CONDOCS-4266

The work for CONDOCS-4266 has been completed and the guide has been updated.