FIX: 16-bit TCP/IP Fails to Connect With Long DNS NamesLast reviewed: April 9, 1997Article ID: Q154627 |
The information in this article applies to:
SYMPTOMSWhen you attempt to connect to a SQL Server using the 16 bit TCP/IP sockets network library with a fully qualified DNS name 20 characters or greater, the following error message appears:
Msg No.:10004 Severity: 9 State: 0 Unable to connect: SQL Server is unavailable or does not exist. General network error. Check your documentation. OS Error: 11004 ConnectionOpen(gethostbyname()) CAUSEWhen the name is passed to the network for resolution to an IP address, it is truncated at the 20th character and “FF FF FF FF” is appended to the name. This results in a name that cannot be resolved.
WORKAROUNDTo work around this problem, use shorter DNS names or use the IP address of the SQL server. MORE INFORMATION This problem is not related to only DNS names. Any name greater than 20 characters will fail in this manner. However, names of that length are not frequently used in environments other than the Domain Name Service.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 4.21a, 6.0 and 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
|
Additional query words: 4.21a 6.0 6.5 hosts daemon
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |