Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/07/2023 09:47 AM
Hi,
12/07/2023 10:31 AM
@arushi2403 : In AccountName rule did you configure Check Unique Account with Active, Inactive etc? If not can you configure this(select whatever statuses you want to validate for uniqueness) and see if you are still seeing the same issue.
12/07/2023 10:34 AM
The check Unique account is set to All. So essentially it should check for all accounts(active/inactive).
12/07/2023 11:41 AM
@arushi2403 : Instead of ALL can you select specific statuses and see
12/07/2023 10:35 AM
Please add account exists json for DB connector
12/07/2023 10:44 AM
{
"AccountExistQry" :"SELECT * FROM dba_users DU where DU.USERNAME='${accountName}'"
}
12/07/2023 10:49 AM
{"AccountExistQry" : ["SELECT * FROM DBA_USERS WHERE USERNAME= '${accountName}'"] }
What does logs show result of above it goes to create / update account json