Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TSR Parsing Within Eas_distribution

For parsing incoming TSRs Incoming TSRs are parsed by tsr_to_w_state.incis used.  

This include file transforms incoming TSR with xslt translation to correlation Id and email address from error description (if the TSR has AlertNotificationEmail in description AlertNotificationEmail) and with correlation ID and get_w_state.inc gets AlertNotificationEmail task parameter (this parameter is unique!) . If this parameter exists – it is used as email address, if it doesn’t exist, include uses the address from description or default email.

Result of this stage – new email address (if the TSR was for new types of alerts).

...