Socket error 11004

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Socket error 11004

Bill Schwab-2
Blair,

I might have a new socket error for you to add to SocketErrorNames
(SocketError class>>initialize): 11004 aka WSANO_DATA.  Now if I could just
figure out why the machine was looking for the address in question =:0

Have a good one,

Bill



WSANO_DATA - Error 11004
Product: Version: Platform:
ALL ALL ALL

----------------------------------------------------------------------------
----

Question/Problem: Valid name, no data record of requested type

Answer/Solution: The requested name is valid, but does not have an Internet
IP address at the name server. This is not a temporary error. This means
another type of request to the name server will result in an answer. For
protocol and services resolution, the name or number was not found in the
respective database. WSAHOST_NOT_FOUND for details.


 From MSDN
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not
have the correct associated data being resolved for. The usual example for
this is a host name-to-address translation attempt (using gethostbyname or
WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record
is returned but no A record-indicating the host itself exists, but is not
directly reachable.


--
Wilhelm K. Schwab, Ph.D.
[hidden email]