cancel
Showing results for 
Search instead for 
Did you mean: 

ASP Classic / VBScript Error - AIM Integration Method

I had created a script using the AIM Method, and it was working just fine earlier today.

 

Now, after a couple hours of a successful transaction, I am getting the following error message:

 

msxml3.dll error '800c0008'

The download of the specified resource has failed.

 

The line at fault is:

 

objRequest.send post_string

 

And the objRequest params are:

 

Dim objRequest, post_response
Set objRequest = Server.CreateObject("Microsoft.XMLHTTP")
 objRequest.open "POST", post_url, false
 objRequest.send post_string
 post_response = objRequest.responseText
Set objRequest = Nothing

 

Not entirely sure why this is happening.  I've tried the fixes suggested in this post, no luck though.  Any thoughts?

 

 

 

 

 

nmansuri
Member
2 REPLIES 2

I am experiencing the same problem.  It is sporadic in that sometimes it is successful and sometimes not.  However, each time ran against the http://test.authorize.net link it successfully completes the request.  Is there a fix?

texdev
Member

That's just a general connection error, which means either your hoster is flaking out or Authorize.net's test server is flaking out. It could be either, but more likely the latter, since the test server can occasionally be unreliable.