Advertisement

08.22.2005 at 12:48AM PDT, ID: 21534987
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Solution for timeout Error while using MSXML2.ServerXMLHTTP

Asked by wtipl in Active Server Pages (ASP)

Tags: , , ,

I am using MSXML2.ServerXMLHTTP to access a web page which is located on another machine(localwebserver),trying to send XML request  & accept the response

 During the "Send" I get the following error.

"Error Type:
msxml3.dll (0x80072EE2)
The operation timed out
/pmstest/abc.asp, line 100"

The asp code is as follows:

            Dim objXmlHTTP
                                Dim objXmlDOM
            Set objXmlDOM =Server.CreateObject("Microsoft.XMLDOM")
            objXmlDOM.async=false
            objXmlDOM.loadXML(strPostXml)            
            Set objXmlHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")
            objXmlHTTP.setOption 1, true
            objXmlHTTP.Open "POST", Session("strLocalWebServerPath") & "/data_pulling.asp", true
            objXmlHTTP.send(strPostXml)                  
            While (objXmlHTTP.readyState<>4)
                       objXmlHTTP.waitForResponse(10000)      
                                Wend

The error is shown on the line containing the code for objXmlHTTP.send(strPostXml).

This error occurs occasionally. after multiple quick attempts.

If objXmlHTTP.Open last parameter is set to False, the error is as follows
error:-Error Type:
msxml3.dll (0x80072EF1)
The operation has been canceled
/pmstest/abc.asp, line 100

Pls help.

Thanks


Start Free Trial
 
Loading Advertisement...
 
[+][-]08.22.2005 at 02:19AM PDT, ID: 14722692

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.22.2005 at 02:54AM PDT, ID: 14722815

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.22.2005 at 02:57AM PDT, ID: 14722825

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.22.2005 at 03:53AM PDT, ID: 14723041

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.22.2005 at 06:15AM PDT, ID: 14723793

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Active Server Pages (ASP)
Tags: timeout, operation, out, timed
Sign Up Now!
Solution Provided By: deighc
Participating Experts: 4
Solution Grade: A
 
 
[+][-]01.07.2006 at 09:25AM PST, ID: 15637746

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.11.2006 at 03:30PM PST, ID: 15677034

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32