ASP / XML issue with IIS

cordt.huneke_at_convergys.com
Date: 08/02/04


Date: Mon, 2 Aug 2004 12:32:24 -0700

Here is a brief description of the problem.

We have an ASP file (listener.asp) that is used to process
SOAP transactions on our web server. The ASP file uses
XML Core Services to load an XML file into a DOM document
variable. We process around 50,000 transactions a day
using this process. We have been getting intermittent
errors while trying to load the XML file. We typically
receive between 3 and 20 errors a day. We have attempted
many different fixes and we recently upgraded to XML Core
Services 4.0. None of our attempts have been successful
in resolving the issue. Here is an excerpt of the code
that fails.
        Set oXMLDoc = Server.CreateObject
("Msxml2.DomDocument.4.0")
        oXMLDoc.async = false
        oXMLDoc.Load (strSchemaLocPhys)

where strSchemaLocPhys
is "C:\Inetpub\wwwroot\cbwapiprod\CBWWorkflow.xml".



Relevant Pages

  • Re: ASP / XML issue with IIS
    ... My experience is that "file-based" databases get these sporadic errors - ... You should always have error-handling code for if a database becomes ... > We have an ASP file that is used to process ... > many different fixes and we recently upgraded to XML Core ...
    (microsoft.public.inetserver.asp.general)
  • Problem with Internet Explorer ActiveX Update
    ... We have a .NET ASP application that uses to load an ActiveX ... I have replaced the HTML in the .ASP file with the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Debugging Java GUI application
    ... "Navodit" wrote in message ... The code for the Java GUI application is invoked by a .asp file which uses the archive to load the application. ...
    (comp.lang.java.gui)
  • Re: not loading asp
    ... > We have a web server running IIS 5.0 that will not load ... > any file with an .asp file extension. ...
    (microsoft.public.inetserver.asp.general)
  • not loading asp
    ... We have a web server running IIS 5.0 that will not load ... any file with an .asp file extension. ... loads .html just fine, but all links to an .asp file end ...
    (microsoft.public.inetserver.asp.general)