Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/04/2024 05:46 AM
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?
10/04/2024 05:59 AM
Hi @Kaushik1 bit confused is it rest or db connector?
Share rest or db config json
10/04/2024 06:26 AM
@Kaushik1 Can you share the Import Account Json of the DB connector.
10/04/2024 06:36 AM
10/04/2024 07:16 AM
@Kaushik1 you need to increase threshold value and check it.
"statusAndThresholdConfig":{
"accountThresholdValue":700
},
10/04/2024 07:22 AM
Hi,
My question is more of that why the job is not showing threshold breach message on UI.
10/04/2024 07:34 AM - edited 10/04/2024 07:37 AM
Oh got..!
Did you configured statusAndThresholdConfig ?
10/04/2024 07:55 AM
{
"statusAndThresholdConfig": {
"statusColumn": "status",
"activeStatus": [
"1",
"active"
],
"deleteLinks": true,
"accountThresholdValue": 3000,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": false
}
}
10/04/2024 08:38 AM