I’m facing issue when executing before provisioning rule(Termination,Rehire).
Our rule is executing correctly and able to update required attributes.
However attached error is coming and not able to understand the effect of error.
Are you sure all your attribute in the provisioning plan were updated successfully? From the error it looks like update of certain attributes has failed because it couldn’t locate the DN of the user specified.
It’s probably because the user was moved but IDN is still looking to update those attributes of the user in the old OU. Are you modifying OU by setting AC_newParent attribute in rule? If not, maybe that’s the reason you see this error intermittently.
07/25/2023 01:54:39 : ADConnectorServices [ Thread-3 ] ERROR : “Caught exception in Modify for identity CN=testukgfn103, testukgln103 (sbs777103),OU=Users,OU=CRH,OU=Hospitals,OU=SB-Departments,DC=wipro,DC=org. System.Exception: Failed to connect to the server for CN=testukgfn103, testukgln103 (sbs777103),OU=Users,OU=CRH,OU=Hospitals,OU=SB-Departments,DC=wipro,DC=org:There is no such object on the server. There is no such object on the server. 0000208D: NameErr: DSID-03100245, problem 2001 (NO_OBJECT), data 0, best match of: ‘OU=Users,OU=CRH,OU=Hospitals,OU=SB-Departments,DC=wipro,DC=org’ 0000208D: NameErr: DSID-03100245, problem 2001 (NO_OBJECT), data 0, best match of: ‘OU=Users,OU=CRH,OU=Hospitals,OU=SB-Departments,DC=wipro,DC=org’ . HRESULT:[0x80072030]
at sailpoint.services.ADConnectorServices.bind(String distinguishedName, Boolean isCrossForest, Boolean isCrossDomain, String serverToBind, Boolean isCrossDomainMove, Boolean bindForShadow)
at sailpoint.services.ADConnectorServices.Modify(Boolean processExchangeAttributeUpdate, Boolean& atleastOneAttrReqFulfilled)”