Login  
Search All Forums
Dart Home | PowerTCP Web for ActiveX | Custom Development Reply | PowerTCP Web for ActiveX Topics | Forums   
AuthorForum: PowerTCP Web for ActiveX
Topic: Error '800a2afc'
User850

Posts: 5
Member Since: 01/15/01
posted March 14, 2001 5:29 PM

i get this strange error Dart.Tcp.1 error '800a2afc'

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 hostname -> address translation attempt (using gethostbyname() or WSAAsyncGetHostByName()) which uses the DNS (Domain Name Server), and an MX record is returned but no A record - indicating the host itself exists, but is not directly reachable.

/asp/rf/rf_DISCFiles.asp, line XX


and i have no idea what it means
here is the code that i have for it
 
Set objDartWeb = Server.CreateObject("Dart.Web")
objDartWeb.Request.Url = "http://ServerIP/getfilesize.asp?z=true"
objDartWeb.Request.Variables("pathx") = CStr(Path)
objDartWeb.Post   'line XX
Set objDartWeb = Nothing

thanks for a help
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted March 14, 2001 5:34 PM


It means it could not resolve "ServerIP" to a valid address.

Hope this helps!

Tony Priest
Dart Tech Support
User850

Posts: 5
Member Since: 01/15/01
posted March 14, 2001 5:40 PM

Server IP is valid ip
trust me i can run iis of it
i just can't connect to it trought the
dart object and that error doesnt tell me much
why????


also it gives me this one somethimes
Dart.Tcp.1 error '800a2af9'

No such host is known. The name is not an official hostname or alias, or it cannot be found in the database(s) being queried. This error may also be returned for protocol and service queries, and means the specified name could not be found in the relevant database.

/asp/Files.asp, line xx

maybe that will help
 

Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted March 14, 2001 7:59 PM


It's basically the same error. It means that the host could not be found. Sounds like you have network configuration problem. Maybe you use a proxy server? Maybe you have more than one NIC and you are binding to the wrong one?

Tony
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX