Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No data is available for the requested resource

Status
Not open for further replies.

qsac

Programmer
Jan 22, 2002
242
US
Any Help is Appreciated!

Here is the code:
Set XML = Server.CreateObject("msxml")
XML.URL = FullPath

Where FullPath is path to file. If the path is an absolute reference to a file on my the local hard disk it works. If the path is a reference to a URL it throws the error below.

msxml3.dll error '800c0007'
No data is available for the requested resource.

Any ideas? Thanx in advance


 
My initial thoughts would be a permissions problem. Make sure that you have rights to the folder you are accessing.

I hope it fixes it.

 
The code is trying to access a remote XML file thru HTTP, and the URL is viewable via the browser. So I will assume that the permissions are right.

thanx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top