Provisioning status = Not Verifiable

Which IIQ version are you inquiring about?

8.4

Share all details about your problem, including any error messages you may have received.

Hello,

I am building an AD connector, When creating new account, the account is getting created successfully with all required attributes including samAccountName. But in the request details, under Provisioning Engine, the Status is coming as Not Verifiable only for samAccountName, while all the other attributes status coming as “Finished”. The account gets created without any error.

Please suggest what could be the issue for this status .

Hi @sahoos9 ,

please kindly confirm that the attribute “samAccountName” is part of your application’s account schema.
Also please check an account which was created by IIQ and make sure you find the attribute on the link.

Best regards,
Daniel

1 Like

Hi @sahoos9

Check if the issue is regarding case sensivity:

Define this field as: sAMAccountName

1 Like

Thanks, seems to be case sensitivity issue. solved it.