Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

What does this error mean?

May
12,939
171
What does this error mean?

Code:
TCC: (Sys) V:\gettemps.btm [7]  The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
 "http://raws.wrh.noaa.gov//cgi-bin/roman/meso_table_mesowest.cgi?stn=KSYR&unit=0&time=LOCAL"
I have never seen it before and get it occasionally from that URL.
 
Unfortunately, I didn't see anything that would indicate a workaround or
fix.

Googling led me to:
http://msdn.microsoft.com/en-us/library/ms740668(VS.85).aspx

WSANO_DATA11004

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*<http://msdn.microsoft.com/en-us/library/ms738524(v=VS.85).aspx>
or *WSAAsyncGetHostByName*<http://msdn.microsoft.com/en-us/library/ms741522(v=VS.85).aspx>)
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.


Only barely more info is here: http://support.microsoft.com/kb/819124
WSANO_DATA (11004)

- *Translation*: Valid name, no data record of requested type.
- *Description*: The requested name is valid and was found in the
database, but it does not have the correct associated data that it is being
resolved for. The typical example for this is a host name-to-address
translation attempt (using gethostbyname [Wsapiref_0q5u.asp] or
WSAAsyncGetHostByName [Wsapiref_7bhu.asp]) that uses the DNS server. An MX
record is returned but no A record. This indicates that the host itself
exists, but it is not directly reachable.


On Tue, Nov 16, 2010 at 12:25, vefatica <> wrote:


> What does this error mean?
>
>
> Code:
> ---------
> TCC: (Sys) V:\gettemps.btm [7] The requested name is valid and was found
> in the database, but it does not have the correct associated data being
> resolved for.
> "
> http://raws.wrh.noaa.gov//cgi-bin/roman/meso_table_mesowest.cgi?stn=KSYR&unit=0&time=LOCAL
> "
> ---------
> I have never seen it before and get it occasionally from that URL.
>
>
>
>
>



--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
 
What does this error mean?

Code:
TCC: (Sys) V:\gettemps.btm [7]  The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
 "http://raws.wrh.noaa.gov//cgi-bin/roman/meso_table_mesowest.cgi?stn=KSYR&unit=0&time=LOCAL"
I have never seen it before and get it occasionally from that URL.

I have no idea. It's a Windows error, not a TCC / TCMD one, so you should probably address this to Microsoft.
 

Similar threads

Back
Top