Discussion:
msxml3.dll error '80072ee2'
(too old to reply)
Juan M B
2005-08-09 11:45:01 UTC
Permalink
Hello:

I am trying to figure out this error message from a website we host:
msxml3.dll error '80072ee2'

The operation timed out

/xml_test.asp, line 9

This is happening on a Windows 2003 server. The test page we are using to
troublehoot and that gives the error is below:

<%
Dim strUrl, bDoneSuccessfully, strFile, strHttpResponse, strHttpStatus
Dim payload

set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")

objXMLHTTP.Open "GET",
"http://edist.fmr.com/pickfile.asp?cyclename=mar2005&doctype=ALL", false
Call objXMLHTTP.setTimeouts(60000,60000,60000,60000)
objXMLHTTP.Send
strHttpResponse = objXMLHTTP.responseText
strHttpStatus = objXMLHTTP.status

If objXMLHTTP.status = "200" Then
response.Write "Ok"
else
response.Write objXMLHTTP.status
End If

set objXMLHTTP = Nothing
%>

Any advice or ideas are appreciated.
Shailesh Daterao
2006-11-18 08:38:33 UTC
Permalink
msxml3.dll error "80072ee2"
The operation timed out
/xml_test.asp, line 9
This is happening on a Windows 2003 server. The test page we are using to
<%
Dim strUrl, bDoneSuccessfully, strFile, strHttpResponse, strHttpStatus
Dim payload
set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")
objXMLHTTP.Open "GET",
"http://edist.fmr.com/pickfile.asp?cyclename=mar2005&doctype=ALL", false
Call objXMLHTTP.setTimeouts(60000,60000,60000,60000)
objXMLHTTP.Send
strHttpResponse = objXMLHTTP.responseText
strHttpStatus = objXMLHTTP.status
If objXMLHTTP.status = "200" Then
response.Write "Ok"
else
response.Write objXMLHTTP.status
End If
set objXMLHTTP = Nothing
%>
Any advice or ideas are appreciated.
I am trying to figure out this error message from a website we host:
msxml3.dll error "80072ee2"

The operation timed out

/tlbizform.asp, line 25

This is happening on a Windows 2003 server. The test page we are using to
troublehoot and that gives the error is below:

<%
Dim strUrl, bDoneSuccessfully, strFile, strHttpResponse, strHttpStatus
Dim payload

set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")

objXMLHTTP.Open "Post",
"http://edist.fmr.com/pickfile.asp?cyclename=mar2005&doctype=ALL", false
objXMLHTTP.Send
strHttpResponse = objXMLHTTP.responseText

I'm anabel to find any solution on this.

Could any one help me out in this............
%>

Posted from http://www.topxml.com/renntp using reNNTP: the website based NNTP reader.
Loading...