The Notice Manager is a process which manages sending of asynchronous outgoing interfaces (e.g. ISIS), and also manages receiving of asynchronous incoming file based interfaces (e.g. ENOM, Trades, Zeebrugge Hub Allocations).
For outgoing interfaces the EuroRunnerNM.NoticeManagerQC component, which is in the EuroRunnerNMQC COM+ Application, simply queues the sender component. For incoming interfaces NoticeManagerQC is called by File Services, which itself is called from the GMSL Service.
The Notice Manager identifies the type of file that has arrived, if the file type cannot be recognised the file fails, if the file is of a type that EuroRunner is set up to ignore then the file is ignored.
Once EuroRunner has the file contents it will process the message using the relevant processor, if EuroRunner fails to identify certain aspects of the contents, (i.e. unknown unit, unknown shipper etc.) then an error is logged to the event viewer, and the file fails.
After a message is processed the File Service is notified, the notification may be of success, failure, or file ignored.
See the Notice Manager section of the Registry documentation.