Hi All,
Any idea on how we can fix the below error for active directory aggregation ?
[ERROR 1] java.lang.RuntimeException: sailpoint.connector.ConnectorException: [ ConnectorException ] [ Error details ] Connection reset
Hi All,
Any idea on how we can fix the below error for active directory aggregation ?
[ERROR 1] java.lang.RuntimeException: sailpoint.connector.ConnectorException: [ ConnectorException ] [ Error details ] Connection reset
@Prashanth1812 Can you please increase the timeout and try?
Regards,
Shekhar Das
I did it throws me same error Shekhar
[
{
"op": "add",
"path": "/connectorAttributes/healthCheckTimeout",
"value": 180
}
]
The default value is 180 seconds. If the timeout error continues, increase the value in 90 second increments and try again
@Prashanth1812 please increase aggregateTimeout
@Prashanth1812 ,
I suggest checking the Firewall rules where the VA and IQService servers are installed.
Traffic should be allowed between VAs IQServer and Active Directory server.
Thanks,
Vaibhav
Agree with @vdivakar can be either of these cases as well.
Test connection is working, but throws connection reset error in aggregation only.
Sure, will try it Thanks
How do I do this @shekhardas1825
If you are asking about increasing aggregation timeout then you have to increase in same way you updated it for healthCheckTimeout
Use partial source update API.
Regards,
Shekhar Das
I have increased connectionTimeout: 270 and aggregatetimeout:180. Account aggregation gives me same error.
@Prashanth1812 In your connector configuration, can you validate that on the domain settings page that you have the correct domain DN? For example, if my path to my users is OU=Users,OU=Corporate,DC=MYDOMAIN,DC=COM, on the Domain Settings page, I would only put the DC=MYDOMAIN,DC=COM.
Then on the Account and Groups Settings page, you would enter the OU=Users,OU=Corporate,DC=MYDOMAIN,DC=COM in the search DN. If you have a search filter I would remove it until you get a successful search completed.
The second thing to try would be if you are attempting this aggregation with TLS configured, try using port 389 without TLS.
Alicia
I am facing the same error, even after increasing healthCheckTimeout as well as validating domain settings.
@shekhardas1825 were you able to resolve your issue?