We have many SQL Loader connections integrated in IdentityNow. We are observing test connection and aggregation failures for these connections, with timeout or authentication errors. Has anyone faced a similar issue, and if so, has a fix been received for this?Below are the errors we are receiving at our end -
[ ConnectionFailedException ]
[ Possible suggestions ] Verify that Connection User and Password are correct.
[ Error details ] Error occurred while establishing the connection with Data File during iterate operation. Auth fail
2.[ ConnectionFailedException ]
[ Possible suggestions ] Verify that Connection User and Password are correct.
[ Error details ] Error occurred while establishing the connection with Data File during iterate operation. Failed to load table
The username and password are correct because when we run a manual test connection or aggregation, they work fine.
you might need to increase the timeout threshold on the connector. This would really depend on how large your data set is that you are trying to pull in.
For Aggregation, you can set aggregateTimeout, for Test Connection you can set healthCheckTimeout. There are few more options that you can check in SailPoint integration document. Sample Source PATCH API body for your reference