We are experiencing huge load on the IQService and ending up with “Connection reset” errors for actual updates due to system initiating modify AD account request every time there is an IdentityRefresh but there is no actual updates to attributes in the modify provisioning plan for most of the Modify Account Requests.
Has anyone faced this kind of issue with Active Directory and any suggestions or recommendations to overcome this issue?
First of all find out which attribute is getting synced daily. We had faces the same issue for the account expiry and resolved it so that it did not sync .let me know by checking for which attribute then i can guide you.
Check to see if “streetAddress” is being synchronized. For some reason (I’m guessing because of the datatype). This attribute seems to always be flagged as a mismatch and gets overwritten every time an attribute synch runs even if the data looks the same.
Thanks for the response!
It looks like it is triggering for all users that are created by IdN and we do not have any before provisioning rule in place.
However, we have few attributes like knownas, managername, domainsuffix in the update provisioning policy but these attributes are not getting updated on a daily basis -
I am planning to remove the attributes in update provisioning plan and see if it reduces the number of modify account requests.