Change ESP1195W and ESP417W message content issued by ESP
search cancel

Change ESP1195W and ESP417W message content issued by ESP

book

Article ID: 408649

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

How to add special string inside the ESP1195W and ESP417W abend message in System logs? This can help us in automating the tickets to corresponding queue. 

 

Environment

Component: ESP Workload Automation
Release: ALL

Resolution

SEND statement in ESP monitor event procedure can be used for your own required message. For example, you can add %MNTAG to the message content. IF logic can be added to the procedure as needed.

And it can specify the routing code and description code. See more on the doc link below:
SEND Command: Send Messages

Note: SEND message is limited to 124 chars. The user mode 6 can be turned on to remove the "ESP(....)" at the end of the sent message. You can add below in ESPPARM:
USERMOD SET(6)

And following can be issued from ESP page mode to make it effective:
OPER USERMOD SET(6)