ESP528e Message missing
search cancel

ESP528e Message missing

book

Article ID: 141392

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Reporting that ESP528e messages no longer being written when an application is triggered and a job is pointing to an invalid member.

 

 

Environment

Release : 12.0

Component : CA ESP WORKLOAD AUTOMATION

Cause

Customer triggered event and a job in the application had an invalid member name. The member was not found in the JCL library and ESP528e message was not issued.

Resolution

Reason being, you can name your members anything you would like. ESP does not know if the name is valid or not so this is not an event error. The event will still trigger and the application will load. The 2582e message is designed when the job goes READIED and then ESP will look to see if the member name is found in the JCLLIB coded in the application.

This was proven in testing. Once the job in question is readied it will get a submit error and produce the ESP2582e message. There is no ESP528e message during event triggering.

528e:

ERROR OCCURRED PROCESSING EVENT xxxx.yyyy {TRDSN xxxx|IN APPL xxxx.yy}
Reason:
This message indicates that some error has occurred during the execution of an Event. If the event was triggered by a dataset, the dataset is displayed after 'TRDSN'. If the event failed when submitting a job, the application name and its generation number is displayed.
System Action:
This message is followed by another message describing the actual error.
Action:
Respond to the next message.

 

2582e:

Reason:
An I/O error occurred opening an OS data set for a SUBMIT command in the execution of an Event.
System Action:
The Event execution will be bypassed.
Action:
Notify your software support personnel.