Article ID: 950248 - Last Review: April 18, 2008 - Revision: 1.0

Error message when you upgrade from Microsoft Dynamics CRM 3.0 to Microsoft Dynamics CRM 4.0: "The E-mail Router Configuration Manager was unable to retrieve user and queue information from the Microsoft Dynamics CRM server"

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

SYMPTOMS

Consider the following scenario:
  • You upgrade from Microsoft Dynamics CRM 3.0 to Microsoft Dynamics CRM 4.0.
  • You configure the Microsoft Dynamics CRM 4.0 E-mail Router for an organization.
  • You click Load Data.
In this scenario, you may receive the following error message:
The E-mail Router Configuration Manager was unable to retrieve user and queue information from the Microsoft Dynamics CRM server. This may indicate that the Microsoft Dynamics CRM server is busy. Verify that URL 'http://organization name' is correct. Additionally, this problem can occur if specified access credentials are insufficient. To try again, click Load Data. (The request failed with HTTP status 404: Not Found.)

CAUSE

This problem occurs if the following conditions are true:
  • The ADSdkRootDomain value and the ADWebApplicationRootDomain value are set to the server name.
  • Microsoft Dynamics CRM is configured to use the host headers.

RESOLUTION

To resolve this problem, follow these steps:
  1. Download the Microsoft Dynamics CRM Deployment Configuration tool. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
    949079  (http://support.microsoft.com/kb/949079/ ) How to use the Microsoft Dynamics CRM Deployment Configuration tool for Microsoft Dynamics CRM 4.0
  2. To check the values that are currently set, run the following query on the Microsoft Dynamics CRM configuration (MSCRM_Config) database.
    SELECT Id, ColumnName, NvarCharColumn From DeploymentProperties
    WHERE ColumnName IN ('ADSdkRootDomain','ADWebApplicationRootDomain')
    
  3. Use the Microsoft Dynamics CRM Deployment Configuration tool to update the ADSdkRootDomain value and the ADWebApplicationRootDomain value to the host header value. To do this, run the following two commands in the Microsoft Dynamics CRM Deployment Configuration tool.
    microsoft.crm.deploymentconfigtool.exe addresssettings update -sdkrootdoamin: <host header value>
    microsoft.crm.deploymentconfigtool.exe addresssettings update -webapprootdomain: <host header value>
  4. Restart Internet Information Services (IIS), and then restart Microsoft Dynamics CRM Asynchronous Processing Services. To do this, follow these steps:
    1. Click Start, click Run, type iisreset, and then click OK.
    2. Click Start, click Run, type services.msc, and then click OK.
    3. Right-click Microsoft CRM Asynchronous Processing Service, and then click Restart.

MORE INFORMATION

For more information about how to update the Microsoft Dynamics CRM Web site port, click the following article number to view the article in the Microsoft Knowledge Base:
947423  (http://support.microsoft.com/kb/947423/ ) How to update the Microsoft Dynamics CRM Web site port after you install Microsoft Dynamics CRM 4.0

APPLIES TO
  • Microsoft Dynamics CRM 4.0
  • Microsoft Dynamics CRM E-mail Router, when used with:
    • Microsoft Dynamics CRM 4.0
Keywords: 
kbmbsemail kberrmsg kbtshoot kbmbsmigrate kbprb kbexpertiseinter KB950248