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

Issue with AD Account Reconciliation

Thriller
New Contributor II
New Contributor II

There is one account who was removed from AD. So while we did a recon, the status of the account became 'Suspended from Import'. Now the user become active in AD and while I am reconciling, the account is not coming in Saviynt

9 REPLIES 9

rushikeshvartak
All-Star
All-Star
  • Do you have any object filter on connection level
  • Does user exists in valid OU

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

CR
Regular Contributor III
Regular Contributor III

@Thriller 

1. respected user entitlement(memberOf ) still available or deleted  in Savyint UI?

2.Recon connector can you send ss for STATUS_THRESHOLD_CONFIG

 


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

Thriller
New Contributor II
New Contributor II

Active is active in Active Directory

But when we do a recon, it shows up as 'Suspended from Import Service'

 

 



{
"statusAndThresholdConfig": {
"statusColumn": "customproperty13",
"activeStatus": ["512","active","544","2080","66048","640","4194816","66080","524800","590336"],
"deleteLinks": true,
"accountThresholdValue": 19000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false
}
}

What is CP13 for suspended account

{
"statusAndThresholdConfig": {
"statusColumn": "customproperty13",
"activeStatus": ["512","active","544","2080","66048","640","4194816","66080","524800","590336","66050"],
"deleteLinks": true,
"accountThresholdValue": 19000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false
}
}


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

Below screenshot is showing the user is suspended from import and CustomProperty13 of this user is 512



 

Try below json

{
"statusAndThresholdConfig": {
"statusColumn": "customproperty13",
"activeStatus": ["512","active","544","2080","66048","640","4194816","66080","524800","590336","66050"],
"deleteLinks": true,
"accountThresholdValue": 19000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false
}
}

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

CR
Regular Contributor III
Regular Contributor III

can you try recon job once more add below type before triggering

connection also add it inactive values ref find below

"statusAndThresholdConfig":{
"statusColumn":"customproperty18",
"activeStatus":[
"512",
"544",
"2080",
"66048",
"640",
"4194816",
"66080",
"524800",
"590336"
],"inactiveStatus": [ "546", "514", "66050"],
"deleteLinks":false,
"accountThresholdValue":60000,
"correlateInactiveAccounts":true,
"inactivateAccountsNotInFile":false
}
}

 and job type

CR_0-1709093567958.png

 


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

Manu269
All-Star
All-Star

@Thriller ,can you try doing full import once?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Thriller
New Contributor II
New Contributor II

I tried but it didn't work