Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Unable to load data in the Email Router Configuration Manager


View products that this article applies to.

Symptoms

You receive the following error when you try to load data in the Email Router Configuration Manager:
The remote name could not be resolved 'http'

↑ Back to the top


Cause

Incorrect values are set in the registry on the CRM server for the keys:

  • ADRootDomainScheme
  • ADSdkRootDomain
  • ADWebApplicationRootDomain

↑ Back to the top


Resolution

1 . Open SQL Server management studio and run the following query on the MSCRM_CONFIG database:
select nvarcharcolumn, columnname from DeploymentProperties

2 . Note the values in the nvarcharcolumn for the following:
  1. ADRootDomainScheme
  2. ADSdkRootDomain
  3. ADWebApplicationRootDomain

3. Launch Registry editor on the CRM server and check for the hive below:

HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM[ADRootDomainScheme]: Value should match with noted in step 2-A
HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM[ADSdkRootDomain]: Value should match with noted in step 2-B
HKEY_LOCAL_MACHINE\Software\Microsoft\MSCRM[ADWebApplicationRootDomain]: Value should match with noted in step 2-C

If the values above do not match, then change the registry values as per the values obtained from SQL in Step 2.

5. Perform an IISRESET on the CRM server and restart the Microsoft Email Router service.

6 . Now launch the Email Router Configuration Manager and click Load Data on Users, Queues and Forward mailboxes.

↑ Back to the top


Keywords: kbmbspartner, kbmbsmigrate, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2394264
Revision : 1
Created on : 1/7/2017
Published on : 10/11/2012
Exists online : False
Views : 265