ESP duplicate ESP1195W messages generated for single job failure
search cancel

ESP duplicate ESP1195W messages generated for single job failure

book

Article ID: 191811

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Duplicate ESP1195W for the same jobname found in the ESP started task log: 


16.00.04 STC02115 *ESP1195W Job MYJOB(JOB12754) FAILED, CMPC=CCFAIL AT 16.00.04 ON 10 MAY 2020, APPL MYAPPL.4958
16.00.04 STC02115 *ESP1195W Job MYJOB(JOB12754) FAILED, CMPC=CCFAIL AT 16.00.04 ON 10 MAY 2020, APPL MYAPPL.4958

                       

Environment

Release : 12.0

Component :  ESP WORKLOAD AUTOMATION

Resolution

The application INVOKEs a proc twice, and the proc contains the following statement: 

NOTIFY ABEND FAILURE ROUTE(1) DESC(2)

As the result, the NOTIFY statement is processed twice.  The solution is to remove the second INVOKE statement.