I'm not sure. But please try this: Put the query into a new/empty .cfm file. Put that file into a new/empty subfolder within your application. Add an empty/harmless Application.cfm alongside your new .cfm in the subfolder (to block any higher-level Application.cfm from being picked up.
Then request that new file. Does it work? Matt M. On Sat, Feb 27, 2010 at 12:05 AM, Dave Shuck <[email protected]> wrote: > I am working on a little OpenBD project for the App Engine. I have a model > class of model.den.Den which I am successfully persisting to the datastore. > When I log into the dashboard I can clearly see saved records under an > option "den" in the entity selector. Using the query tool, I can run > "SELECT FROM den" and it returns all records as you can see in this image ( > http://dl.dropbox.com/u/101948/temp/openbd/gae1.png ) > > However, when I use the following query... > > <cfquery dbtype="google" name="result"> > SELECT FROM den > </cfquery> > > ... I get a strange exception: message: Invalid Request > detail: A request > was made to a resource that could not be located > error code: > errorCode.badRequest> missingfilename: Den > screenshot here: ( http://dl.dropbox.com/u/101948/temp/openbd/gae2.png ) > > Does anyone have any thoughts on what could possibly be occurring here? > > Thanks in advance. > > ~Dave Shuck > /************************************** > blog: www.daveshuck.com > tweets: www.twitter.com/dshuck > cf peeps: www.dfwcfug.org > **************************************/ > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
