Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Error posting XML document

From: "rocky20" <goldbond_8@-------.--->
To: NULL
Date: 8/2/2005 11:18:00 AM
I'm using a VB program to bring back a record set from SQL Server, convert 
it to XML, and send it to an ASP page for processing.   This job has run 
fine but I started getting an error after I upgraded from Win 2000 to Win 
XP.  Now when I try to send the xml DomDocument  to the asp page I get an 
error that says "-2146697208 The download of the specified resource has 
failed".   Has anyone seen this error before?

I'm running VB 6 on Win XP pulling data from SQL Server 2000.  My asp page 
is runing on IIS 5.

Here's part of the code:
Dim xml As New MSXML2.XMLHTTP
Dim doc As New MSXML2.DOMDocument
...
...
...
    xml.Open "POST", m_ASPPath, False
     xml.setRequestHeader "Content-Type", "text/xml"
    doc.async = False
    objRs.Save doc, adPersistXML
     xml.send doc   'This is where the error occurs

All worked well in Win 2000.  Am I missing something?

Thanks




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent