Brian Dunning's Error Code Reference

FileMaker Error 100

File is missing

 

Comments

Thomas Andrews   Thomas Andrews, Soliant Consulting
Jun 26, 2009
We had the same problem as Graham with an XML request. Changing the external declaration from fmnet:/sameserver/MyFile to file:MyFile caused it to work.

In both my case and Graham's, the process is running on the server. The server sees that the external file is accessed on the server "sameserver", and doesn't realize that this is actually itself. Since FileMaker Server doesn't know how to talk to other FileMaker servers in this way, it thinks it can't open the file on the "other server."
 
Graham Sprague   Graham Sprague, Skeleton Key
Oct 16, 2008
I had the same error when attempting to create records in a TO from another file in a script run from FMS scheduler. Turned out that my file reference had the IP for the server in it. I fixed the problem by replacing it with a relative path "file:Filename.fp7"
 
E.J. Sexton   E.J. Sexton
Jun 21, 2007
I received this error when I tried to access data stored in external tables. When I created accounts in those external files with xml privileges, the problem was resolved.
 
Nathan Crews   Nathan Crews
May 22, 2007
I was getting this error using FX and I finally figured out that there was a special character in one of my fields that XML didn't like.
 
Brian Dunning   Brian Dunning
Nov 13, 2006
I've had weirdness before where a script wouldn't run in another file, and this error was returned. I've cleared it up in one case by removing the file reference and recreating it.