Hi,
I’m getting an intermittent fault when trying to disable accounts. It only affects the one AD account - none of the other of which there are many, and are all built the same.
Has anyone seen this before? (single account aggregation and source account both work, and the account is where it says it is, so not option b or c, but also if it can aggregate then its not a either).
Basically it works on any where between t he 1st and 5th attempt at disabling
["Error(s) reported back from the IQService - Error occurred while disabling the account ***
Failed to connect to the server for CN\u003dA******net:
There is no such object on the server. 0000208D: NameErr: DSID-03100245, problem 2001 (NO_OBJECT), data 0, best match of: \t\u00***** .
HRESULT:[0x80072030] Possible reasons for failure include
a) The Domain Controller is currently not reachable
b) The object has either been moved or renamed
c) The object has been deleted \n
Please Ensure the data has been aggregated before performing the operation "]
This issue majorly occurs when you have a load balancer in place either for DC or IQServices. I would check whether all the DC nodes sync with latest data and also check the connectivity.
There is a load balancer in place for this source, however, the error message still pops up when I switch it over to a single server.
I’ll raise a ticket to check the DC node syncing. Thanks
Please check the AD connecters & IQS certificates are latest and matching with your source configuration. For example, The DN name should be same with case sensitive between the source config and in the certificates.
Even I was seeing this problem and it does not happen every time. Do you also have a OU movement logic when disabling the account? We have single IQ service server with multiple DCs. We do not have a load balancer. IQ Service server is up to date. I will validate the cert once.
Then there is your clue I guess. Since ISC doesn’t yet update the DN when you move an AD account to a different OU using AC_New_Parent, it needs to be aggregated before it can be updated again.
ISC performs a single account aggregation as part of either the enable or disable provisioning policies, and updates the DN on the identity cube. That is not the issue
Hi @j_place ,
No it doesn’t.
Observationally, it appears that the load balancer is being too efficient and that’s its splitting the instruction from sailpoint (1 - the disable and move OU; 2 - single account aggregation from new DN) to two different DCs which is causing the problem. This was further observed when checking on the DC that the move had happened, but apparently failed according to sailpoint. Alternate single account aggregations switched between passing and failing depending on which DC the API call was sent to.
I’ve removed the load balancer from the Domain settings page on the source, and instead pointing it at a single server. This appears to have solved the issue, but I will keep the source under observation for a while.