I’m facing a problem with AD account provisioning, both in automatic and manual mode. When it tries the account creation I recieve this error: Native Identity should not be null or empty.
The process starts with the accounts aggregation from HCM authoritative source, it creates the correspondents accounts and identities and then it should starts the AD account provisioning thanks to the association of a role with some entitlements from AD but it goes in error.
I tried to manually request entitlements from AD source in order to trigger the provisiong phase but it gives me back the same error.
Can you help me with this problem? Thanks in advance
Can you check whether multiple AD accounts are correlated from same source to an identity? If so, resolve it by correlate only one account and try the provisioning. It could resolve the issue. I know you are saying it gets failed during account creation, but it is worth to verify it.
@l_pulignano try to use the transform at identity level and use that attribute(adou) in the create account some thing like this
CN=$(firstname).$(lastname)$(uniqueCounter),$adou
With the logic you mentioned, you can directly configure the create profile with “Create Unique Account ID” generator for distinguishedName with the below format considering that your “Person_Last_Name” and “Person_First_Name” are linked lastname and firstname identity attribtues.