It is possible that this error is due to a fauly script engine install (reinstall from
Microsoft Script Downloads). More likely, however, you are using the MSXML2.DOMDocument object to retrieve XML data from a URL, and receiving the following error:
msxml3.dll error '800C0007' No data is available for the requested resource. |
If this is the case, you should use MSXML2.ServerXMLHTTP to retrieve the data, then use the DOMDocument object to parse it. See
Article #2173 for plenty of samples (and see
KB #281142 for more information about the error, and a different workaround).