When a notification is sent to a delivery endpoint (web service) and the message is rejected, no failure notification is shown within PSE. In order to track this issue I currently have to sift through the log files looking for exceptions such as this:
Exception: System.Web.Services.Protocols.SoapException: Internal Error EventFrameId=8286c3f8-1241-11e9-80df-005056b06dd7, EventFrameName=Meter Value Change Detected 2019-01-07 01:00:00.000, NotificationId=4ab639dd-5241-43ca-a205-05226d1559b2, NotificationName=Maximo Web Service, EngineOperation=EventFrameChange
I then have to turn on advanced logging via the Notifications.UserNLog.config file and then go back to my log file to see which analysis/notification is throwing the error.
As with Analyses, can I get some way to know if notifications to an endpoint are in error?