FIM2010: How to enable logging for the webservices connector

OVERVIEW

The purpose of this wiki is to provide information on how to enable logging for the Web Services Connector.

STEPS TO ENABLE LOGGING

  1. On the FIM Synchronization Service Machine, Navigate to

    %programfiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\UIShell\Web Service Configuration
  2. Create a backup copy of the WSConfigTool.exe.config file
  3. Edit the WSConfigTool.exe.config file
  4. Look for LoggingLevel

    <setting name="LoggingLevel" serializeAs="String">

                   <value>0</value>

    </setting>
  5. Change the value to 3

    <setting name="LoggingLevel" serializeAs="String">

                    <value>3</value>

    </setting>
  6. Save the WSConfigTool.exe.config file

 

LOG FILE NAME AND LOCATION

  • Log file location: C:\ProgramData\WebServiceConfigTool
  • Log file name: WebServiceConfigTool.log

ADDITIONAL INFORMATION

FIM LANDING PAGE: Resource Wiki Page Index

WebServices Connector