How to reset EDIT/EXEC super users in autosys_secure
book
Article ID: 17447
calendar_today
Updated On:
Products
CA Workload Automation AE - Business Agents (AutoSys)
CA Workload Automation AE - Scheduler (AutoSys)
Workload Automation Agent
Issue/Introduction
I am no longer able to access autosys_secure to add any super user.
Is there a way to add the super user in autosys_secure?
Environment
Release: ATSYHA99000-11.3.6-Workload Automation AE-High Availability Option
Component:
Resolution
- Stop the scheduler and the application server, then run the below SQL commands
- delete from aedbadmin.ujo_keymaster where hostid='SECURITY';
- Update aedbadmin.ujo_alamode set int_val=0 where type = 'JOB';
- Update aedbadmin.ujo_alamode set int_val=0 where type = 'EVT';
- Delete from aedbadmin.ujo_alamode where type = 'SEC';
- Commit;
- Start the application server, then run "autosys_secure" to add your new super EDIT/EXEC users
- When done, exit from autosys_secure, then run again autosys_secure to ensure you have access to all the options in autosys_secure
- Start the scheduler
Feedback
thumb_up
Yes
thumb_down
No