Notification email address change
search cancel

Notification email address change

book

Article ID: 44338

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys) Autosys Workload Automation

Issue/Introduction

We need to change the notification email address on all the jobs in autosys. Is there a simple way of doing this?
Is there a command or series of commands to this?

Environment

Release: ATSYHA99000-11.3.6-Workload Automation AE-High Availability Option
Component:

Resolution

This is an example that you can follow to change a specific notification email address.

 1) Run autorep -j ALL -q > jil.txt 

  This will get a job listing of ALL jobs 

 2) Do a replace all in notepad on the address you want to change. 

 3) Do another replace all to change insert to update. (IE Change insert_job to update_job) 

 4) Run:  jil < jil.txt 

This will jill the updates back in.