Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/24/2023 09:58 AM
Hi Team,
We have an usecase where we need to update an Entitlement attribute value to "0" in DBon revoke access for a Database connector.
Can we do that? can we do that?while running the retry job, its saying error in executing query.
Any information on this will be helpful
Regards,
Atrayee
Solved! Go to Solution.
05/25/2023 12:28 AM
Could you please share the error you are getting
05/25/2023 05:16 AM
Hi Rakesh,
{
"ADMIN_KBN" : [
"UPDATE *****Tablename* set ADMIN_KBN='0' where MAIL_ADRESS='oscar*******"
]
}
We need to use an update query but not a delete query. is update query allowed in revoke json?
05/25/2023 05:24 AM
Does same query works in application ?
ADMIN_KBN is Entitlement Type Name/ Display Name
05/25/2023 11:33 PM
05/26/2023 01:33 AM
This issue is resolved, there was some permission issue.
Regards,
Atrayee