Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Sav for Sav account import DB job failed to alert on Threshold breach error

Kaushik1
New Contributor
New Contributor

Hi,

We have observed an issue where SAVforSav DB account import job's threshold value is kept as 3k. However, when the count exceeded more than 3k, the job did not throw an alert message. However, this is happening for REST based connector.

Could you please confirm if there is any restriction where account import DB job would not alert on threshold breach?

8 REPLIES 8

NM
Honored Contributor II
Honored Contributor II

Hi @Kaushik1 bit confused is it rest or db connector?

Share rest or db config json

stalluri
Valued Contributor II
Valued Contributor II

@Kaushik1 Can you share the Import Account Json of the DB connector.


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

 

Raghu
All-Star
All-Star

@Kaushik1  you need to increase threshold value  and check it.

"statusAndThresholdConfig":{

"accountThresholdValue":700
},


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

Kaushik1
New Contributor
New Contributor

Hi,

My question is more of that why the job is not showing threshold breach message on UI.

Oh got..!

Did you configured statusAndThresholdConfig ?


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

stalluri
Valued Contributor II
Valued Contributor II

{
"statusAndThresholdConfig": {
"statusColumn": "status",
"activeStatus": [
"1",
"active"
],
"deleteLinks": true,
"accountThresholdValue": 3000,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": false
}
}


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star
  • This is known limitation currently.
  • Please raise idea ticket for job details page improvement to show threshold  breach message 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.