How Can We Help?
Answer
XMAlert
Added a debug option to help identify when emails are not being generated where the issue is being generated from.
To Install
- Stop the service
- Close the MMC console
- Copy the two files into the installed service directory (C:\Program Files\eXomin\XMAlert Service\[Service Name])
- Open the XMAlert.Service.exe.config in a text editor and add the following:
<section name="debug" type="XMAlert.Configuration.DebugHandler,XMAlert.Configuration"/>
<debug><options enable="true" debugLocation="C:\Program Files\eXomin\XMAlert Service\XMAlert" /></debug>
The enable should be set to false in production and set to true when a debug is required
When set to true the debugLocation is used to store the file it generates. This can be any location on the machine
- Close the text editor
- Copy the file XMAlert.Configuration.dll to C:\Program Files\eXomin\XMManagement Console\ and override
- Open the MMC console and restart the service
The reason for the text editor adding and enabling/disabling is so that the option is not accidently switched on via the MMC console.
It is a debug option and should only be used as required and then disabled.
Please ensure that when you enable the logging to disable it, otherwise the file is going to grow and performance and space starts becoming an issue.
Please contact your implementation partner for details on the above.
Comments are closed.