Thoughts on Error Handling.
Posted: Mon 27 Apr 2020 9:40 pm
Hi All,
In particular @mcrossley,
Following my recent issue I posted I'm wondering what error handling could be added to MX.
First that comes to mind, is adding a single line to the MX DOS Console under the words Running Normally,
maybe just a simple Errors Have Occured.
Second thought would be an Alarm Light on the Interface Dashboard.
Third idea, which appeals to me personally, is;
External Command to Run after "X" number of errors.
In my own case I'd use that to launch on of my favorite little utils, Swithmail…
https://www.tbare.com/software/swithmail/
A Simple CLI program that could send me a notification email.
(And has a GUI that can be used to generate either an XML file with the message details or the full command line,
Only other condition with the above, would be the frequency with which the External Command would be executed.
For the above case I think just once would be sufficient/mandatory????
Cheers
Phil
In particular @mcrossley,
Following my recent issue I posted I'm wondering what error handling could be added to MX.
First that comes to mind, is adding a single line to the MX DOS Console under the words Running Normally,
maybe just a simple Errors Have Occured.
Second thought would be an Alarm Light on the Interface Dashboard.
Third idea, which appeals to me personally, is;
External Command to Run after "X" number of errors.
In my own case I'd use that to launch on of my favorite little utils, Swithmail…
https://www.tbare.com/software/swithmail/
A Simple CLI program that could send me a notification email.
(And has a GUI that can be used to generate either an XML file with the message details or the full command line,
Code: Select all
C:\Swithmail.exe /S CmxError.xmlFor the above case I think just once would be sufficient/mandatory????
Cheers
Phil