We are getting “Timeout waiting response” for Active directory source connection failure or when we attempt for test connection. Can someone kindly suggest on this?
it is the only source that have problem in this VA and other sources working fine.
Hi Shaft,
Try increasing timeout time and check test connection.Check the AD configuration once even the it could be the reason for it.Check the DN in the configuration.
Thanks!!
Hi @shaffusailpoint ,
Have you validated that the connection has been established from VA server for this application?
Also please check below link and see if it helps you to resolve problem.
Thanks
Thanks Naveen,
De we have configuration to change timeout? I mean kindly any suggestion where to increase timeout?
You have to use the partial update api to increase the timeout error .Check this out update-source | SailPoint Developer Community
Thanks!!
If even test connection is having timeout - i would check if VA has network connectivity available to AD. Can you check this first?
No, need to ping AD in VA?
Hi Shaft,
Add this in your json payload and use partial source update api .This will increase the timeout error.Similarly you can increase other timeout errors check the below image for it.
[
{
"op": "replace",
"path": "/connectorAttributes/healthCheckTimeout",
"value": "45"
}
]
Thanks!!
Thanks Naveen, let me check on this
You can check connectivity with nc -zv domainControlerHost 389
For ldap - change port for other services
For full AD connection you need to ensure network connectivity from both VA and iqservice host - see the diagram
Thanks a lot Kamil. Will check on this as well.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.