XCLN: Troubleshooting Windows Client over InternetLast reviewed: February 3, 1998Article ID: Q161489 |
The information in this article applies to:
SYMPTOMSWhen the Microsoft Exchange client is connecting over the Internet, you receive a message that says "server cannot be found."
CAUSEDue to firewalls or name resolution issues, the client is unable to attach to Microsoft Exchange Server.
WORKAROUNDTo resolve this problem, you need to work on both the client and the server: On the computer running Microsoft Exchange Server:
a. Start Registry Editor (Regedt32.exe). b. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey: SYSTEM\CurrentControlSet\Services\MSExchangeDS\Parameters c. Create a REG_DWORD registry entry called "TCP/IP port." The value is "decimal" <port number>. You must also configure the port number in your packet filter. NOTE: The <Port Number> may be any number over 1024 and must be in decimal format. In addition, the DS and IS Port Number must be different. EXAMPLE: "TCP/IP Port"=dword:00000400(1024) The number 1024 for the DS above is 400 in hexidecimal format. d. For the Information Store, create a registry entry called "TCP/IP port" under the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \MSExchangeIS\ParametersSystem\ This is a DWORD and the value is "decimal" <port number>. NOTE: The <Port Number> may be any number over 1024 and must be in decimal format. In addition, the DS and IS Port Number must be different. EXAMPLE: "TCP/IP Port"=dword:00000402(1026) The number used was 1026 for the IS, 402 in hexidecimal format. e. Add a registry entry called "TcpipClientSupport" under the following key: HKEY_LOCAL_MACHINE/System/CurrentControlSet/Control/LSA This is a DWORD; set it to Hex 1. On the client:
a. Start Registry Editor (Regedt32.exe). b. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey: SOFTWARE/Microsoft/Exchange/Exchange Service Provider c. Make sure the RPCBindingOrder value has ncacn_ip_tcp listed first. d. Quit Registry Editor. For 16-bit clients (Windows 3.x clients): a. Open Exchng.ini (in the Windows directory). b. In the [Exchange Provider] section, make sure Rpc_Binding_order=ncacn_ip_tcp. REFERENCEFor additional information, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q149692 TITLE : XCLN: Error Message When Clients Try to Connect via Internet ARTICLE-ID: Q152725 TITLE : XCLN: How to Connect over the Internet to an Exchange ServerAlso see http://www.microsoft.com/exchange/guide/papers/connecttointernet.asp
|
Additional query words: kbfaq
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |