Retry Configurations
Provisioning Retry Errors
SailPoint connectors that support provisioning operations have the ability to retry a failed operation based on configurable error messages.
The retryableErrors entry in the connector configuration is a list of strings that the connector searches for in the error message received from the managed
Add a list of retryable error messages to the attributes map of the
For example,
<entry key="retryableErrors">
<value>
<List>
<String>[error_message_1]</String>
<String>[error_message_2]</String>
</List>
</value>
</entry>
Note
Error messages containing very specific information about date/time, sequence ID and so on must be avoided. Error codes or error message substrings would be good candidates for inclusion.