Brian Dunning's Error Code Reference

FileMaker Error 408

Specified field has inappropriate data type for this operation

 

Comments

Brian Dunning   Brian Dunning
Nov 3, 2005
OK, this has nothing to do with the error's description, but nevertheless....

If you're getting this in a Lasso inline, the cause is too many requests from Lasso hitting FileMaker quicker than Web Publishing Engine can handle them. A great solution is to insert [Sleep: 50] or some other value, before each inline request. This will give the previous FileMaker request time to finish up before starting the new one. Works great.

Another symptom that you'll see is that the page takes unusually long to process, and one or more of your inlines on the page will fail.