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 12030
Alexandre Archambault

From: Montréal, QC Canada
Posts: 49
Member Since: 02/27/01
posted June 3, 2002 9:42 AM

I am getting a 12030 (httpConnectionAborted)error from time to time.

 1. Who aborts the connection the remote or host. Or can it be either.

 2. What can I do to diagnose the situation.

 I've never had this problem on my develop. machine and yet on the application server, where the application using the dart component is, it occurs from time to time.

 Thanks for your help it is really appreciated
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted June 3, 2002 10:30 AM

Hi,
This is an error raised by wininet.dll that we pass along to you. I am not sure if it is caused by the server or client, but you could use a protocol sniffer to determine exactly what is being sent between the two.

One possibility is that the control is checking the Modified date for the site, and then aborting the connection if the page is the same as that in its cache. You may want to try setting Cache = False, to see if that eliminates occurrences of the error.
-ken
Alexandre Archambault

From: Montréal, QC Canada
Posts: 49
Member Since: 02/27/01
posted June 5, 2002 9:22 AM

I don't think the Cache = False will help. This error is occuring on a POST.


Thanks
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted June 5, 2002 9:51 AM

Hi,
I would try to determine exactly what is being sent and received by the control when the error occurs.
Unlike WebAsp, though, the Web control does not have a Trace function, so you may want to use a protocol sniffer to help you log this.
-ken
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX