Connecting Tech Pros Worldwide Forums | Help | Site Map

The system cannot locate the resource specified

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 13 '08
The system cannot locate the resource specified on xmlhttp.send execution.

what is the rootcause of the error.

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#2: Oct 13 '08

re: The system cannot locate the resource specified


it didn't find the file given in the url parameter.
Moderator
 
Join Date: Mar 2006
Posts: 1,103
#3: Oct 14 '08

re: The system cannot locate the resource specified


This can be any number of things from:

-Mispelled filename
- Indirect relative location. Eg, your working folder is not the folder you think it is.
- If it's on another server, the other server may be down.

1. Check to make sure the filename is spelled correctly.
2. Check to make sure the file is where you think it is.
Newbie
 
Join Date: Jul 2009
Posts: 1
#4: Jul 14 '09

re: The system cannot locate the resource specified


I personally experienced this error because my url was too long.

It worked fine in Firefox, but when I pasted my url into IE's address bar the cgi script complained, and it turned out IE's address bar only accepts 2047characters.

I guess then, using a url > 2047 causes the open() method to fail in this way because IE is fine in all other instances, the way I am using it.

Cloink.
Reply