SailPoint IIQ | WebServices Connector | Rate limit quota violation | HTTP Error Code: 429

We are facing the below error message while running account aggregation for a WebService connector based application:

“Exception during aggregation. Reason: java.lang.RuntimeException: sailpoint.connector.ConnectorException: Url: …, Message: 429 : {"fault":{"faultstring":"Rate limit quota violation. Quota limit exceeded. Identifier : DefaultPerMinute_81DCFBDB-C5FC-4036-86B8-186608A53912","detail":{"errorcode":"policies.ratelimit.QuotaViolation"}}}, HTTP Error Code: 429

Anyone who faced this issue earlier and was able to resolve, please let me know

Hi @upuitandi

Typically, each API endpoint is configured with a limit on the number of allowed requests—e.g., 25 requests per hour. If this limit is exceeded, the system will return an error. In such cases, you’ll need to wait until the next time window (e.g., the next hour) before making additional requests.

If you require a higher limit, please coordinate with the target application team to request an update to the current rate limits.

2 Likes

this is a API error, not a IIQ one.