OVERVIEW |
The purpose of this wiki is to provide information on how to enable logging for the Web Services Connector.
|
|
STEPS TO ENABLE LOGGING |
- On the FIM Synchronization Service Machine, Navigate to
%programfiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\UIShell\Web Service Configuration
- Create a backup copy of the WSConfigTool.exe.config file
- Edit the WSConfigTool.exe.config file
- Look for LoggingLevel
<setting name="LoggingLevel" serializeAs="String">
<value>0</value>
</setting>
- Change the value to 3
<setting name="LoggingLevel" serializeAs="String">
<value>3</value>
</setting>
- Save the WSConfigTool.exe.config file
|
LOG FILE NAME AND LOCATION |
- Log file location: C:\ProgramData\WebServiceConfigTool
- Log file name: WebServiceConfigTool.log
|
|
FIM LANDING PAGE: Resource Wiki Page Index
WebServices Connector
|