Message handler file format

A message handler is a plain text file and has the suffix .msh.

The file is stored in the folder called MsgHandlers in the engine tier install directory. The following is an example message file.


TUTL 000031      1      1   The open file limit is 100; raising to 1024...
TFSC 000001   1         2   APT configuration file...
TFSC 000043   2         3   Attempt to Cleanup after ABORT raised in stage...

Each line in the file represents message rule, and comprises four tab-separated fields:

  • Message ID . Case-specific string uniquely identifying the message
  • Type. 1 for Info, 2 for Warn
  • Action . 1 = Suppress, 2 = Promote, 3 = Demote
  • Message . Example text of the message