Occasionally the text logs will not provide enough detail when troubleshooting issues with Exchange interactions. In these cases it can be helpful to enable lower level trace logging. Please follow the steps detailed below to enable logging of low level EWS traces.
Steps to Enable Logging
- Ensure there is no activity in Discovery Center before continuing.
- On the Application Server, open Services.msc and turn off the Active Navigation Scheduler service.
- Navigate to the config files for Discovery Center. By default this can be found at C:/Program Files/Active Navigation/Discovery Center.
- Identify the configuration file that relates to your issue; see the table below for the relevant file/s.
Location Feature /Scheduler/
ActiveNavigation.Scheduler.exe.config/Scheduler/
SchedulerTasks.config/Skimmer/
ANSkimmer.exe.config/Analysis/
ANAnalysis.exe.configActions x x Skim x Analysis x - Create a copy of the relevant file/s and rename it to create a backup.
- Open the existing file/s in a text editor.
- Find and replace the section below. We change the text in red to the word "True"
From
<setting name="TraceEwsMethods" serializeAs="String">
<value>False</value>
To<setting name="TraceEwsMethods" serializeAs="String">
<value>True</value> - Save the files that you have changed and restart the Discovery Center Scheduler Service.
- Your logs should now be including more verbose error messages. Please provide this information in your support ticket.