Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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”

    logfile”

  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:Image Removed

...


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="OperationLogFolder" value="" />

  1. Save file

  2. Restart Adonis Notification service