Microsoft Dynamics CRM 2011 Cookbook
上QQ阅读APP看书,第一时间看更新

Enabling tracing on the Microsoft Dynamics CRM 2011 E-mail Router machine

In this recipe, we will explore the steps to enable tracing for the Dynamics CRM 2011 E-mail router service.

How to do it…

Follow the next steps to enable tracing on the Dynamics CRM 2011 E-mail Router machine:

  1. Log in to the server where Microsoft Dynamics CRM 2011 E-mail Router is installed with the local machine administrative permission.
  2. Launch Registry Editor by going to the Start menu and clicking on Run. Then type regedit and click on OK.
  3. Navigate to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSCRMEmail subkey in the registry.
  4. Right-click on the subkey and select Modify. Change the decimal value to 3 from the default value of 1.
  5. Thereafter, locate the Microsoft.Crm.Tools.EmailAgent.xml file in the machine. By default, the file is located at SystemDrive:\Program Files\Microsoft CRM Email\Service.
  6. Open the file in a text editor such as Notepad. Then, change the <LogLevel> value from 1 to 3 shown as follows:
    <LogLevel>3</LogLevel>
  7. Save the file.
  8. And finally, restart E-mail Router.

How it works…

This recipe enables tracing for the E-mail Router machine. Tracing specific to E-mail Router is enabled by modifying the registry entries specific to E-mail Router in the machine where the E-mail Router component is installed.