Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

AD Import Jobs are not ending in Saviynt application 23.9v

CR
Regular Contributor III
Regular Contributor III

Hi Team,

We are facing issue at the time reconciliation of AD import, observed getting some error in log and Job also not ending properly in 23.9v

Raghu_0-1703746547057.png

Log Error: Error Logs : Invalid Reconciliation Field for groupImportMapping: entitlement_value_char. Taking default Reconciliation Field - entitlement_value

this working in as expected in 23.6v prod ,with below configuration:

GroupImportMapping :


"entitlementTypeName": "", 
"performGroupAccountLinking": "true",
"groupObjectClass":"(objectclass=group)", 
"mapping":"customProperty1:sAMAccountName_char,entitlement_value:distinguishedName_char,lastscandate:whenCreated_date,CUSTOMPROPERTY7:managedBy_char,CUSTOMPROPERTY10:extensionAttribute3_char,RECONCILATION_FIELD:entitlement_value_char"
}

Please advice on the above issue.

[This message has been edited by moderator to mask the URL]


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.
4 REPLIES 4

SumathiSomala
All-Star
All-Star

@CRTry below


"entitlementTypeName": "", 
"performGroupAccountLinking": "true",
"groupObjectClass":"(objectclass=group)", 
"mapping":"customProperty1:sAMAccountName_char,entitlement_value:distinguishedName_char,lastscandate:whenCreated_date,CUSTOMPROPERTY7:managedBy_char,CUSTOMPROPERTY10:extensionAttribute3_char,RECONCILATION_FIELD:entitlement_value"
}

 

ensure that RECONCILATION_FIELD should be unique.

Configuring the Integration for Importing Accounts and Access (saviyntcloud.com)

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

CR
Regular Contributor III
Regular Contributor III

Thanks for response @SumathiSomala .

Suggested mapping Recon field tried , but still not working and job also not ending.

Thanks,

Raghu


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Hi @CR ,

Can you try below once.


"entitlementTypeName": "", 
"performGroupAccountLinking": "true",
"groupObjectClass":"(objectclass=group)", 
"mapping":"customProperty1:sAMAccountName_char,entitlement_value:distinguishedName_char,lastscandate:whenCreated_date,CUSTOMPROPERTY7:managedBy_char,CUSTOMPROPERTY10:extensionAttribute3_char,RECONCILATION_FIELD:customProperty17,customProperty17:distinguishedName_char"}


Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂

rushikeshvartak
All-Star
All-Star

Raise ticket with support team for EIC migration issue as it was working as expected in previous version


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.