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: Miscellaneous Error- 800A2EE2
mjsenno

From: Middletown, CT USA
Posts: 5
Member Since: 07/28/03
posted July 28, 2003 8:35 AM

I am trying to do a post and get the following error message: Miscellaneous Error Code: 800A2EE2. I can't find any documentation on what this means.

Also, if I want to monitor the status how do I get the status event to fire continually during the connection attempt?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted July 28, 2003 8:50 AM


It means that an error occurred that we do not handle with our own error code and description.

Please explain the process we must take to duplicate this problem with one of our samples.

There is no "Status" event for the Web control. It sounds like you are describing the progress event, which will fire during the transmission.

mjsenno

From: Middletown, CT USA
Posts: 5
Member Since: 07/28/03
posted July 28, 2003 1:39 PM

Here is the basic code I'm using. Just trying to do a POST of username and password to a URL. The URL uses a variable from an earlier step. I can't provide the URL since it is vendor provided and requires prior steps to reolve it (these steps work and I am creating the correct URL).

Yes, how would I print the progress event?

' Attempt authentication by posting to server
set Http = CreateObject("Dart.Http.1")
set Headers2 = CreateObject("Dart.DartStrings.1")
set SendHeader = CreateObject("Dart.DartStrings.1")
url = "https://" & servernm & "//user/home"
Http.Url = url
Http.TimeOut = 120000
Http.Redirect = False
wscript.echo authparms
Http.Post authparms, , , Headers2
mjsenno

From: Middletown, CT USA
Posts: 5
Member Since: 07/28/03
posted July 28, 2003 1:50 PM

What about an error that says the Win32 Internet function needs to redo the request?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted July 28, 2003 1:54 PM

There are several posts on this forum regarding that. Please search for "redo the request" with the quotes.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted July 28, 2003 1:57 PM

In order to help with this, we will need the same url you are using and access to the website. Support will also be required. If you don't have support, please contact our sales department.
mjsenno

From: Middletown, CT USA
Posts: 5
Member Since: 07/28/03
posted July 28, 2003 2:24 PM

Here is a URL I'm trying to post authentication parameters in the form of "username=USER&password=PASS". I keep getting that Internet function error I specified earlier. Would you be able to point me in the right direction.
http://service3.hotspot.t-mobile.com/user/home
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted July 28, 2003 2:30 PM

I would try all the suggestions that have already been made by other people first. As I said in my previous post, please search for "redo the request" on this forum (including the quotes)

If you are still not able to get the result that you want after reading all the suggested posts, we'll need to work through this off the forum.

If you don't have support, please contact our sales department.

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