System Error 53 When Connecting to a Fully Qualified Domain Name (FQDN)

ID: Q137565


The information in this article applies to:


SYMPTOMS

When you attempt to connect to a Fully Qualified Domain Name (FQDN) from a Windows NT computer, you may receive the following error message:

System error 53 has occurred. The network path was not found.

NOTE: You may also receive this error if you misspell the name of the remote computer.


CAUSE

When you attempt to establish a NetBIOS over TCP/IP connection (such as a file share or print share) to a remote computer, your computer must:

Windows NT 4.0 computers use the following logic when using a FQDN for this process: (for example, when you type "net use \\host1.domain2.com\public")

For cases when the hostname does not match the NetBIOS (server) name, this process relies upon the Adapter Status Query, which is a UDP datagram sent to UDP port 137. In some cases, such as certain firewall environments, the Adapter Status Query may fail.


RESOLUTION

To resolve this problem, obtain the latest service pack for Windows NT 4.0 or Windows NT Server 4.0, Terminal Server Edition. For additional information, please see the following article in the Microsoft Knowledge Base:

Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack



An updated version of Rdr.sys offers a new registry parameter to slightly change the above logic:
Please see the following article in the Microsoft Knowledge Base for more information on the *SMBSERVER name and why it is registered on Windows NT servers:
ARTICLE-ID: Q161431
TITLE : Connecting to NetBIOS Resources Using DNS Names or IP Addresses

The new registry parameter that allows control of this behavior is:


   Value: FqdnUsesSmbServerName
   Key: HKLM\CurrentControlSet\Services\Rdr\Parameters
   Value Type: REG_DWORD - Boolean
   Valid Range: 0,1 (False,True)
   Default: 0 (False)
   Description: Setting this parameter to "1" causes your computer to try a
                NetBIOS session to the name "*SMBSERVER      " instead of
                using an Adapter Status Query when the hostname part of a
                FQDN does not match the NetBIOS computername on the target
                system. 


STATUS

Microsoft has confirmed this to be a problem in Windows NT 4.0 and Windows NT Server 4.0, Terminal Server Edition. This problem was first corrected in Windows NT 4.0 Service Pack 4.0 and Windows NT Server 4.0, Terminal Server Edition Service Pack 4.

Additional query words: 4.00


Keywords          : kbnetwork NT4SP4Fix kbbug4.00 nttcp kbfix4.00.sp4 NTSrvWkst 
Version           : WinNT:4.0
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: April 10, 1999