Hi! We are dealing with a weird problem on a production environment. In this tenant, we have 2 LCS, one that enable AD accounts for identities coming Active:
Error is:
[“Exception occurred while executing the RPCRequest: Errors returned from IQService. "The object already exists. The object already exists. 00000524: UpdErr: DSID-031A11FA, problem 6005 (ENTRY_EXISTS), data 0 00000524: UpdErr: DSID-031A11FA, problem 6005 (ENTRY_EXISTS), data 0 . HRESULT:[0x80071392] For identity: CN\u003dXXXXXXXXXX"”]
which make sense, because user already has AD account:
Do you have any Access Profiles in the LCS? Do you have any beforeProvisioning Rules setup, that might move AD accounts to a different OU based on if the account is active or disabled?
Hi Carl! No Access Profiles, only entitlements and roles, and no beforeProvisioniong rules. This turned even more weird, filtering events by Create Account Failed, we have 3301 tries only for one identity (whith already has AD Account):
In Search, can you find these Create Account requests in Account Activity? The Account Activity should tell you the Attributes Requested, look to see what "Add memberOf: " shows.
Then search for what roles contain the memberOf entitlements.
In our environment, we ran into the same problem—intermittent, easily reproducible duplicate account creations. Some account creation failed like yours due to account already in place, but lot end up getting duplicate account. SailPoint determined it was caused by multiple aggregation jobs running concurrently, triggering refresh, and causing account creation request. The issue was resolved by enabling a feature flag that prevents duplicate account creation. You may be encountering the same issue; hopefully SailPoint Support can offer you a similar workaround.
Hi @UjjwalJain ! Thans for responding! Yes, this is very werid, identity as an AD account linked to identity. It appears that ISC get stuk tried to add a group that identity also has on AD, and this operation comes with a create account that fails, because indeed account already exists.
We are seeing the same issue where an identity is created and a Create Account request is sent to AD and provisions successfully. However, within seconds, another Create Account request is sent to AD attempting the same operation, which fails (expected in our case bc we’ve set samAccountName to not use a uniqueCounter).