RE: VB6 MSXML2.XMLHTTP40 Error
- From: wawang@xxxxxxxxxxxxxxxxxxxx (Walter Wang [MSFT])
- Date: Thu, 22 Feb 2007 05:54:07 GMT
Hi,
I've carefully reviewed your question. Here's my understanding so far, let
me know if I've misunderstood anything:
1) You have 5 servers and 5 websites on each server using the same IP, this
makes 25 websites;
2) You have a synchronous xmlhttp call to retrieve content from the
websites in VB6 using MSXML.
3) Once in a while, calling into one of your websites will cause
objXmlHttp.Send fail; and if you want to retry that again later, calling
..Open will cause error "This method cannot be called until the open method
has been called".
I've searched in our internal support database but didn't found any
relevant cases about such issue. Generally such non-reproducible issue is
difficult to solve completely in newsgroup. Anyway, here's some general
suggestion on where to look into:
1) Make sure the MSXML runtime is up-to-date.
(http://support.microsoft.com/kb/278674,
http://support.microsoft.com/kb/269238)
2) Check the web server log to see why the .send is failing first.
Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: VB6 MSXML2.XMLHTTP40 Error
- From: doug
- RE: VB6 MSXML2.XMLHTTP40 Error
- Prev by Date: Re: Looking for an example of drop and drag image please
- Next by Date: Re: Help needed for use of shell command under VISTA
- Previous by thread: WebBrowser as Control array
- Next by thread: RE: VB6 MSXML2.XMLHTTP40 Error
- Index(es):
Relevant Pages
|