BRenBot error? [message #149392] |
Wed, 13 April 2005 03:47 |
Kanezor
Messages: 855 Registered: February 2005 Location: Sugar Land, TX, USA
Karma:
|
Colonel |
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/winsock_reference.asp
Quote: | WSANO_DATA
11004
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.
|
My guess is that a reverse-lookup on your IP returned a domain, which when looking up that domain, your IP address was not a part of, or some other silly domain resolution error. Contact your ISP to verify that the your reverse lookup exists and is correct.
---
|
|
|