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

Salesforce application account import job failures due to threshold value

PriyankaLokray
New Contributor
New Contributor

Hi Team,

We have an issue post 5.5 SP3.13 upgrade where one of our Salesforce application account import job started failing due to Account threshold exceeded error. Upon further checking with Saviynt Support team, we were informed to increase the account threshold value for one job execution and later reduce to the default value. However, we are now unable to revert the account threshold value to its original value as the number of inactive accounts keep increasing cumulatively.

For this Salesforce application, we also see the accounts only in Active and Inactive status. Could someone please suggest or recommend any solution to avoid the account import job failure with threshold related error?

7 REPLIES 7

Hsoumare
New Contributor III
New Contributor III

Hi PriyankaLokray,

Could you please share your job configuration and also the ImportAccountJson + StatusthresholdConfig.

Regards
Harouna SOUMARE
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 😉

@Hsoumare - There is no ImportAccountJSON in Salesforce connector. We are importing the accounts based on STATUS_THRESHOLD_CONFIG and Account_Filter_Query where we have given condition to import - below is the example criteria.

isActive=True and profile.name in (few profile names)

rushikeshvartak
All-Star
All-Star

Please use below json

{
	"statusAndThresholdConfig": {
		"accountThresholdValue": 10,
		"correlateInactiveAccounts": true,
		"deleteLinks": true
	}
}

 


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

PriyankaLokray
New Contributor
New Contributor

@rushikeshvartak - We are already using this config and based on this itself, I have raised concern that accountThresholdValue had to be increased and unable to revert to lower value.

 

What is the issue with reverting the threadshold configuration?


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

PriyankaLokray
New Contributor
New Contributor

We are getting the same "Threshold exceeded error" and in logs can see more than 38000+ accounts under "No. of accounts to be deleted" section.

How many total account in app vs threshold ? Does it all getting suspended?


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