Which IIQ version are you inquiring about?
8.3
Hello Community,
I calculate the distinguishedName (nativeIdentity) for AD via a Provisioning Policy (Create) using a rule.
The rule does execute on the first create attempt and correctly sets nativeIdentity.
However:
If the Create operation fails (e.g. due to a homonym / “object already exists” error),
IdentityIQ continues to reuse the old nativeIdentity value in subsequent create attempts…
I don’t understand where this old value is coming from or why it takes precedence over the current rule logic in the provisioning policy create..
I tried to clean cache and restart server but nothing works
the nativeIdentity is well recalculated only if i remove the business role that is used for provisioning the AD account and reassign it to user ( the business role has an assignment rule )
I also have this warning on the logs : WARN QuartzScheduler_Worker-2 sailpoint.provisioning.AssignmentExpander:xyz - Stale account target memory: Role MyBusinessRole1, Application ActiveDirectory, Identity CN=XX,OU=XX,DC=XX,DC=XX
Did anyone face the same problem please and how to correct it?