Autorep -I <application> gives more output as expected
search cancel

Autorep -I <application> gives more output as expected

book

Article ID: 273587

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Box job has 5 jobs. Each one has different application.

When performing autorep -I using application from the box , it lists all jobs despite the underlying jobs have different application

insert_job: BOX01   job_type: BOX
application: APPL_BOX

insert_job: JOB01   job_type: CMD
box_name: BOX01
application: APPL_1

insert_job: JOB02   job_type: CMD
box_name: BOX01
application: APPL_2

insert_job: JOB03   job_type: CMD
box_name: BOX01
application: APPL_3

insert_job: JOB04   job_type: CMD
box_name: BOX01
application: APPL_4

insert_job: JOB05   job_type: CMD
box_name: BOX01

Environment

Release : 12.1

Resolution

This is working as designed.
When running 

autorep -I <application_name_box>                it will display all the jobs from this box, despite that the jobs might have different application name

[autosys@ae121 ~]$ autorep -I APPL_BOX

Job Name                                                         Last Start           Last End             ST/Ex Run/Ntry Pri/Xit
________________________________________________________________ ____________________ ____________________ _____ ________ _______
BOX01                                                            -----                -----                IN    0/0
 JOB01                                                           -----                -----                IN    0/0
 JOB02                                                           -----                -----                IN    0/0
 JOB03                                                           -----                -----                IN    0/0
 JOB04                                                           -----                -----                IN    0/0
 JOB05                                                           -----                -----                IN    0/0

 

When running  

autorep -I <application_name_box> -L 0         it will display only the level one, so only the box itself with this application name

[autosys@enele-lnx-ae121 ~]$ autorep -I APPL_BOX -L 0

Job Name                                                         Last Start           Last End             ST/Ex Run/Ntry Pri/Xit
________________________________________________________________ ____________________ ____________________ _____ ________ _______
BOX01                                                            -----                -----                IN    0/0