Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
-
What have you tried?
- Create Account request for Active Directory and its failing.
- The source is healthy and both account and entitlement aggregation is completed successfully.
-
What errors did you face (share screenshots)?
-
Share the details of your efforts (code / search query, workflow json etc.)?
- The usernamegenerator transform is used for both distinguishedName and sAMaccountName attributes in the create account policy.
- When sourcecheck is “true” in the usernamegenerator transform, the Create Account request fails. If sourcecheck is mapped to “false”, the account gets provisioned successfully.
- On the create account page, I selected user as the objecttype, checked the schema, and confirmed that accountid and accountname are mapped to distinguishedName and samAccountName.
- Aggregation finished successfully, including entitlements, and the source is healthy.
- The usernamegenerator applies these patterns:
“patterns”: [
“CN=$fi$ln,$OU”,
“CN=$fi$ln${uniqueCounter},$OU”
]
$fi: first initial of firstname
$ln: lastname
$OU: based on the location value
Example: CN=JDoe,OU=YOURCONTAINER,DC=YOURDOMAIN
Note: TestOU was used instead of the specified OU in this example.
6) I’ve validated the $fi$ln variables in a static transform and it produces the expected output -
What is the result you are getting and what were you expecting?
Error Message:
An unexpected error occurred: sailpoint.thunderbolt.service.NotRetryableActionException: Unable to generate a unique value for ‘User5538’, action UniqueAccountIdValidator[nativeIdentity=UKiran,app=Active Directory - Conviva_New] is not retry-able due to InvalidConfigurationException: [ InvalidConfigurationException ]
[ Error details ] Required string attribute ‘User’ is not defined.It must have a valid value.I’ve checked the configurations for Create Account and Source and didn’t find any issues, but I’m still getting an error.





