ErrorCode 0x800c0007 on XML.Load,

ErrorCode 0x800c0007 on XML.Load, "No data is available for the requested resource."

Secure Home | Search | About
 Microsoft Applications Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
ErrorCode 0x800c0007 on XML.Load, "No data is available for the requested resource." BillJohnson4 04-17-2006
Posted by on April 17, 2006, 4:56 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
XML Experts:

We have the following JavaScript that has been working well for two
years. On Thursday, April 13, it started to fail. Someone said that
Microsoft downloaded some automatic security updates around that time.
We have .NET Framework 2.0 installed on our IIS Server, if that is a
clue.

---------------------- C U T H E R E ----------------------

var oXML = new ActiveXObject("MSXML2.DOMDocument.3.0");
oXML.async = false;
if (oXML.load(url))
{
//        (good ...)
}
else
{
        alert(oXML.parseError.errorCode + '\n\n' + oXML.parseError.reason);
}

---------------------- C U T H E R E ----------------------

oXML.parseError.errorCode = 0x800c0007, and
oXML.parseError.reason = "No data is available for the requested
resource."

We generate our XML automatically and I put our output through an XML
validator and our XML appears to be fine.

Is there something that we need to do on our server or (IE 6.0) browser
in order to make this work again?


Posted by Alex Krawarik[MSFT] on April 17, 2006, 5:34 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
You are using MSXML3, which has nothing to do with .NET Framework 2.0. The
problem may be on your client or server, its hard to say for sure...the
error you are seeing is coming from URLMON, Internet Explorer's networking
component but it kind of depends on what resource you are actually trying to
load in oXML.load(url)

If your break was indeed caused by a patch, you might try looking into
MS06-13 a bit, which was released April 11. I didnt see anything in there
that would specifically affect you from the information you've given thus
far, but here's the link

http://support.microsoft.com/kb/912812





> XML Experts:
>
> We have the following JavaScript that has been working well for two
> years. On Thursday, April 13, it started to fail. Someone said that
> Microsoft downloaded some automatic security updates around that time.
> We have .NET Framework 2.0 installed on our IIS Server, if that is a
> clue.
>
> ---------------------- C U T H E R E ----------------------
>
> var oXML = new ActiveXObject("MSXML2.DOMDocument.3.0");
> oXML.async = false;
> if (oXML.load(url))
> {
> // (good ...)
> }
> else
> {
> alert(oXML.parseError.errorCode + '\n\n' + oXML.parseError.reason);
> }
>
> ---------------------- C U T H E R E ----------------------
>
> oXML.parseError.errorCode = 0x800c0007, and
> oXML.parseError.reason = "No data is available for the requested
> resource."
>
> We generate our XML automatically and I put our output through an XML
> validator and our XML appears to be fine.
>
> Is there something that we need to do on our server or (IE 6.0) browser
> in order to make this work again?
>



Similar ThreadsPosted
Good Spyware Resource October 10, 2005, 3:12 pm
Using CUSRMGR from Win 2K Resource Kit for Mass Admin Password Cha January 23, 2006, 12:03 pm
load error with xp pro September 3, 2006, 5:44 am
Windows XP unable to load Antivirus software June 1, 2006, 10:07 am
Help with 'web bugs' requested. February 10, 2008, 5:22 pm
Coded symbols box appears after default Windows load screen October 1, 2006, 11:00 am
Windows Security Center Alert Page Wont Load Up/ Open! November 23, 2005, 8:16 am
Re: what does the "Microsoft data access" "remote data services" add-in do? October 18, 2007, 3:17 am
what does the "Microsoft data access" "remote data services" add-in do? October 17, 2007, 5:40 am
modem, router, firewall ? advice requested October 25, 2006, 6:07 pm

The site map in XML format XML site map

Contact Us | Privacy Policy