Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/06/2024 09:36 PM - last edited on 08/06/2024 10:37 PM by Sunil
Hi,
I created a report to deprovision the following roles:
(referring to https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter17-EIC-Analytics/Managing-An...
Report Query
================
select r.ROLE_NAME, u.username as name, rua.ROLEKEY as roleKey, rua.ACCOUNTKEY as acctKey, u.USERKEY as userKey, 'Deprovision Role' as 'Default_Action_For_Analytics' from role_user_account rua join user_accounts ua on ua.ACCOUNTKEY=rua.ACCOUNTKEY join users u on u.USERKEY = ua.USERKEY join roles r on r.ROLEKEY = rua.ROLEKEY where r.STATUS=1 and u.username = 'M12827150' ;
================
I want to create a deprovisioning task by using Job for this report, but nothing is created when I execute job.
Job details
================
================
Manually changing the Action to "deprovision role" from the report creates a task.
How do I run a Job to create a deprovisioning task?
Regards,
[This message has been edited by moderator to fix Documentation URL]
Solved! Go to Solution.
08/06/2024 10:08 PM
You need to allowed action as "Deprovision Role " only remove other option
08/07/2024 02:56 AM
Thanks for your comment.
I edit allowed action to only deprovision role, but confirmed same results.
Should we check other settings?
Regards,
08/07/2024 05:07 AM
In job configuration did you tick take default action ?