How to get the details of user who has fired the job from WCC(Front End) ?
search cancel

How to get the details of user who has fired the job from WCC(Front End) ?

book

Article ID: 232047

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

We need to know the login user of WCC (Workload Control Center) who has fired the job.

Resolution

We can get this information through "autotrack" command which is not enabled by default. You need to enable "autotrack" prior to running the jobs.  

To enable autotrack:
  1. Navigate to Autosys administrator prompt.
  2. Run command:  autotrack -u 2 

Once autotrack is enabled then all version and changes information will be stored. 
We can retrieve the details of the job runs as below:
autotrack -J <job name>

Example: Below command shows the last run details of job "hostname"  
autotrack -J hostname

Here the job "hostname" was triggered by user "ejmcommander"

 

Additional Information

Refer below documentation link for more information on autotrack:
https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/workload-automation-ae-and-workload-control-center/11-3-6-SP8/reference/ae-commands/monitor-and-report-on-workload/autotrack-command-tracks-changes-to-the-database.html

Attachments