How to process monitor event in sequence on CA WA ESP Edition?
search cancel

How to process monitor event in sequence on CA WA ESP Edition?

book

Article ID: 219651

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

We use global variable in the monitor event, which can have multiple runs at the same time. How to process the monitor event in sequence?

Environment

Release : 11.4 and 12.0

Component : CA ESP WORKLOAD AUTOMATION

Resolution

Define another EICASS with MPL(1) to process the monitor event and its commands in sequence:
EICLASS SET CLASS(5) MPL(1)

And add EICLASS(5) on the monitor event:
EVENT ID(ESP.MONITOR)  EICASS(5) SYSTEM(-)  REPLACE