08/22/2023 12:13 PM
Hello,
We have defined a role, there is no entitlements or users associated with it yet. but somehow its status is inactive. and it is not allowed to be updated.
How can we change its status back to active and continue use it? We must use this same role name because we need migrate same role definition/association from another IAM system to Saviynt.
Thanks.
Solved! Go to Solution.
08/22/2023 12:34 PM
Hi @alc ,
1. Checked the check box Role modification auto approve under Admin -> Global Configuration-> Roles.
2. Change the status of Role from Inactive to Active. It will create new version of role.
3. Go to version tab of the Roles, select the latest version and send for approval.
4. Request will be auto approved and status changes will be reflected.
Let me know if it helps.
08/22/2023 12:44 PM
Hello Pandharinath,
Thanks for your help. We do have that checkbox checked in global configuration. we tried the checkbox and also tried uncheck it and enable auto aprroval workflow for role modification, neither is working, when we go to the role and click Edit, it shows:
08/22/2023 12:49 PM
@alc ,
Can you import the same role using CSV with same details and status as Active and try.
You can get sample Role import csv in Saviynt documentation.
08/22/2023 01:10 PM
I tried import role via import role association option. it is not get updated at all.
Any idea please?
08/22/2023 01:33 PM
08/22/2023 01:49 PM
Thanks Rushikesh, I saw your other forum using custom query:
update roles set status =0 where roletype=4 and role_name in ('A','B')
But I am not sure where to use it? I tried a job with execute advanced query, looks it only allow SELECT query even I select update option.
Can you point me correct job types and job parameters?
Thanks
08/22/2023 03:24 PM
Please check below link for sample:
https://docs.saviyntcloud.com/bundle/EIC-FAQ/page/Content/FAQs.htm
Search with "Enhanced Query Execution"
08/22/2023 04:43 PM
Thank you very much! this document helps. I'll follow the instructions to execute select statement fro insert and update.