FIX: 16-bit TCP/IP Fails to Connect With Long DNS NamesID: Q154627
|
When 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())
When 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.
To work around this problem, use shorter DNS names or use the IP address of the SQL server.
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.
Microsoft 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: 6.0 6.5 hosts daemon
Keywords : kbnetwork SSrvLAN kbbug6.50 kbbug6.00 kbfix6.50.sp2
Version : 4.21a 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: April 1, 1999