Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
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"
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.)
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.
To resolve this problem, follow these steps:
- 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://kbalertz.com/Feedback.aspx?kbNumber=949079/
)
How to use the Microsoft Dynamics CRM Deployment Configuration tool for Microsoft Dynamics CRM 4.0
- 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')
- 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>
- Restart Internet Information Services (IIS), and then restart Microsoft Dynamics CRM Asynchronous Processing Services. To do this, follow these steps:
- Click Start, click Run, type iisreset, and then click OK.
- Click Start, click Run, type services.msc, and then click OK.
- Right-click Microsoft CRM Asynchronous Processing Service, and then click Restart.
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://kbalertz.com/Feedback.aspx?kbNumber=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
| kbmbsemail kberrmsg kbtshoot kbmbsmigrate kbprb kbexpertiseinter KB950248 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate