Skip to end of banner
Go to start of banner

Notification Service Logs and Events

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

The details below are applicable for ANS v2017.1.1.00 and higher.

NS Logs and Events

NS Logging can help to understand the reason for failure on startup.

  1. Check NSOperation.log file. By default log file is located in the same folder as NS. If there is no log file check section “How to enable NS log file”
  2. Check events from NS in Control Panel - > Administrative Tools -> Event Viewer-> Windows Logs -> Application. The relevant events have Source = AdonisNotificationService.

The events may be saved as shown on the screenshot below:


How to enable NS log file

  1. Open folder where NS installed. Default folder is C:\Program Files (x86)\Adonis\NotificationService
  2. Open NS config file NotificationService.exe.config in text editor
  3. Set setting OperationLogEnable = true

<configuration>

      <appSettings>

                <add key="OperationLogEnable" value="true" />

                 …

Also, it is possible to specify a folder for log file in the parameter OperationLogFolder. By default value is empty. This means that the log file will be written to the same folder where NS located.

        <add key="OperationLogFolder" value="" />

  1. Save file
  2. Restart Adonis Notification service
  • No labels