I have an Active Directory integration that has been working flawlessly for several years until recently when the client made changes to their infrastructure. Now, we’re getting this error on all create, delete, and modify events:
Error(s) reported back from the IQService - Error occurred while disabling the account CN=Amanda Ross,OU=Operations,OU=GSP,DC=customerDomain,DC=com. An operations error occurred. 000004DC: LdapErr: DSID-0C091212, comment: In order to perform this operation, a successful bind must be completed on the connection., data 0, v4f7c HRESULT: [0x80072020]
The only operations that execute correctly are a Test Connection and Aggregation tasks. The client reports that the user communicating with has Full Admin permissions.
Regarding LDAP ports (389, 636, 3268, and 3269), communication is established on all of them. The IQService is installed on the same server as the IIQ on port 5050, with which communication is established.
The authentication used is simple, without TLS enabled.
You can add the following AttributeRequest to your provisioningPlan in the before provisioning rule if the operation is disable.
AttributeRequest attrReq = new AttributeRequest("AC_NewParent", ProvisioningPlan.Operation.Set,"OU=DisabledUsers,DC=example,DC=com")); //Give Disabled OU Path);
@jacob_islas This issue seems to be with IQService. Could you please check if the service account used is still binding to the right AD environment? As you have mentioned TLS is not enabled, it should work with 389 port.
@Rameshv Current post is having a different issue than you posted. Would recommend starting a new thread instead of continuing discussing here.
Please explain about provisioning plan. where should i start it. i have copied code. but that’s not working well. please any one assist me through from scratch it would be useful for me.