To resolve this problem, follow these steps on your Exchange
2000 or Exchange 2003 back-end server. Alternatively, follow these steps on
another computer that has access to the same domain controller and the same
global catalog server.
Note This procedure requires the ADSI Edit tool (AdsiEdit.msc). The
ADSI Edit tool is included in Microsoft Windows 2000 Support Tools or Microsoft
Windows Server 2003 Support Tools. For additional information about the ADSI
Edit tool and the Windows Support Tools, see the "More information" section. To
force Exchange 2003 Outlook Web Access to use an FQDN value in the scenario
described in this article, follow these steps.
Warning If you use the ADSI Edit snap-in, the LDP utility, or any other
LDAP version 3 client, and you incorrectly modify the attributes of Active
Directory objects, you can cause serious problems. These problems may require
you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003,
Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, or both Windows
and Exchange. Microsoft cannot guarantee that problems that occur if you
incorrectly modify Active Directory object attributes can be solved. Modify
these attributes at your own risk.
- Start the ADSI Edit tool from Windows 2000 Support Tools or
from Windows Server 2003 Support Tools.
- Expand the following nodes:
- Configuration Container
- Configuration
- Services
- Microsoft Exchange
- Organization_Name
- Administrative Groups
- Your_First_Administrative_Group
- Servers
- Right-click
Your_back-end_Exchange_server, and
then click Properties.
- Click networkaddress in the
Attributes list, and then click Edit.
- Add a new value for ncacn_ip_tcp. Use the
FQDN of the server instead of the NetBIOS name or the host name of the server.
The syntax for this value is
ncacn_ip_tcp:FQDN. For example, if
your Exchange back-end server has a host name of EXCHANGE1 and the FQDN is
EXCHANGE1.domain.com, use the following value for
ncacn_ip_tcp:
ncacn_ip_tcp:EXCHANGE1.domain.com - Remove the old ncacn_ip_tcp value that
contains the NetBIOS name or the host name of the back-end server.
- Apply this change.
- Because your Exchange computer may change this value back
during a failover or a system attendant restart, configure the following
registry value on both nodes of the cluster:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters\UpdateProtocols
Note If the UpdateProtocols value is not present, create it. To do
this, follow these steps.
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows
- Start Registry Editor.
- Locate the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters\
- Right-click Parameters, point to
New, and then click DWORD Value.
- Type UpdateProtocols, and then
press ENTER.
- Right-click UpdateProtocols, click
Modify, type 0 in the Value
data box, and then click OK.
- If your network uses a Hosts file on the back-end cluster
node, modify it by using the following order of entry:
IPAddress to FQDN
IPAddress to NetBIOS
instead of:
IPAddress to NetBIOS
IPAddress to FQDN
- Restart the Exchange services on the back-end cluster
node.
- If there are multiple domain controllers, wait for
replication to occur before you try to log on from the front-end server. If the
problem is not resolved after replication is complete, restart the IIS Admin
Service on the front-end server.