CAUAJM_W_10446 Security Access to Resource Denied!
search cancel

CAUAJM_W_10446 Security Access to Resource Denied!

book

Article ID: 111184

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

CAUAJM_W_10446 Security Access to Resource Denied!
CAUAJM_E_10448 FATAL SECURITY ERROR: Tampering or corruption of the security-related database keys detected! CAUAJM_E_10449 Please contact CA WAAE technical support!

 

Environment

Release:
Component: ATSYS

Resolution

Login to Oracle as aedbadmin and run the following SQL:

delete from ujo_keymaster where hostid='SECURITY';
update ujo_alamode set int_val=0 where type = 'JOB';
update ujo_alamode set int_val=0 where type = 'EVT';
delete from ujo_alamode where type = 'SEC';
commit;

Do this for both AutoSys Event Servers if in AutoSys is in dual server mode.

Then, run autosys_secure and add the autosys O/S user as an EDIT/EXEC superuser. AutoSys will then be in Native Security mode.
After this is complete, run autosys_secure again and select Activate CA EEM instance security and enter the EEM server information.