[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread mega_apps
h is actually what I need... except that when I narrow it down and add second inequality I brake it, as: SELECT * FROM GeoIpBlock where ipRange >= 2398436100 and ipRange <= 2398436100 returns no results. Thanks, Sergiy. On Jun 3, 2:25 pm, "Jeff S (Google)" wrote: > Hi mega_app

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread mega_apps
result in dev. Any ideas? On Jun 2, 4:44 pm, "Jeff S (Google)" wrote: > Hi mega_apps, > > My first guess would be that one or several of the GeoIpBlock entities have > a value for a property which is not of the expected type. What is the ID of > this application? > >

[google-appengine] Server error (500) when using Data Viewer to query datastore.

2009-06-01 Thread mega_apps
I am getting 500 errors when executing valid GQL queries to the datastore using the Data Viewer: SELECT * FROM GeoIpBlock where ipRange >= 0 The same queries work fine in development. I uploaded over 3,000,000 GeoIpBlock entities and had to purchase additional Storage when growing indexes hit 1