Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/05/2024 11:52 AM
Hi team - We have an SAP S4 instance that we are integrating with using the SAP connector. They had an instance where they accidently created accounts in the system manaually. These were reconciled to Saviynt and then they purged the accounts directly in the target. Saviynt is reconcoling the data and keeping the status as Inactive and not marking them deleted/Suspended from import service. Below is our STATUS_THRESHOLD_CONFIG
{
"statusAndThresholdConfig": {
"statusColumn": "userlock",
"activeStatus": [
0,
128
],
"accountThresholdValue": 10000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": true,
"deleteAccEntForActiveAccounts": false,
"lockedStatusColumn": "userlock",
"lockedStatusMapping": {
"Locked": [
32,
64
],
"Unlocked": [
0
]
}
}
}
Based on the documentation (https://docs.saviyntcloud.com/bundle/SAP-v24x/page/Content/Configuring-the-Integration-for-Importing...). It mentions the "inactivateAccountsNotInFile" set to true would suspend from import but it is not. Can you help with this? It is impacting the flow for provisioning accurately.
07/05/2024 12:09 PM
If account user lock is 0/128 then account will be considered as active else inactive and if account is not exists in target then SFIS
07/05/2024 12:11 PM
So the accounts don't exist in the target but are not being marked suspended from import service. Any thoughts on how to address that? Around 9.1K were purged but are staying as 'Inactive' in Saviynt.
07/05/2024 12:33 PM
Do you see status threshold warning message on job details page?
07/05/2024 12:59 PM
We did but we expanded the threshhold to 10K.
07/05/2024 01:26 PM
Any recommendation on how to get these accounts removed or updated to SFIS?
07/06/2024 10:58 PM
07/05/2024 01:30 PM