|
SYMPTOMS
On the server that is running Microsoft Exchange Server and the Microsoft CRM-Exchange E-Mail Router Service, an error message that is similar to one of the following may be logged in the application event log:
Event Type: Warning
Event Source: MSCRMExRouterService
Event Category: None
Event ID: 0
Date: 11/2/2005
Time: 3:28:22 PM
User: N/A
Computer: computername
Description:
Message: [Subject:'Product Info' From:'' To:'"Someone" ' CC:''] in mailbox: [CRMServerUrl:'http://crm/' EmailServer:'EXCH01' EmailAccount:'crmemail' ForceReDelivery:'False'] was determined to have none of its recipients match a Microsoft CRM user or queue.
Event Type: Error
Event Source: MSCRMExRouterService
Event Category: None
Event ID: 0
Date: 11/2/2005
Time: 12:43:51 PM
User: N/A
Computer: computername
Description: Microsoft.Crm.Tools.ExchangeConnectorService.ExchangeSinkServiceException: Verifying before delivery message: crmemail in mailbox: Product Info failed (System.Web.Services.Protocols.SoapException: Server was unable to process request.
CAUSE
This issue occurs if one of the following conditions is true:
The computer account for the Exchange server is not a member of the PrivUser group in the Active Directory directory service.
The Microsoft CRM-Exchange E-Mail Router Service logging level is too high.
RESOLUTION
To give the Exchange server the appropriate permissions, you must add the Exchange server computer account to the PrivUser group in Active Directory. To do this, follow these steps: 1.
On the domain controller, click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers. 2.
Locate and expand the Microsoft CRM organizational unit. Double-click the PrivUserGroup that is in this organizational unit. 3.
Click the Members tab. 4.
Click Add. 5.
Type the name of the Exchange server, and then click Check Names. As soon as the name is resolved, click OK. 6.
Click OK. 7.
Restart the Exchange server for the new permissions to take effect.
If there are warning messages in the application event log after you follow these steps, you can change the logging level of the MSCRMExRouterService to suppress the warning messages. To do this, follow these steps.
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. 1.
On the Exchange server where the Microsoft CRM-Exchange E-Mail Router Service is installed, click Start, click Run, type regedit, and then click OK. 2.
In Registry Editor, click the following subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSCRMExRouterService 3.
Change the value of LogLevel from 1 to 2. 4.
Restart the Microsoft CRM-Exchange E-Mail Router Service:
a.
Click Start, point to Programs, point to Administrative Tools, and then click Services. b.
Right-click Microsoft CRM-Exchange E-Mail Router Service, and then click Restart.
|