yes. the app engine takes time to generate the indexes. sometimes it's just a few minutes, i've had some take over a day. you can check the index status by clicking on the "datastore indexes" link. it will show you which are serving and which are still building.
On Sep 17, 3:28 am, b vivek <[email protected]> wrote: > Solved!.. looks like App Engine just needed a few hours for this! > > On Fri, Sep 17, 2010 at 12:36 PM, b vivek <[email protected]> wrote: > > Hii am trying to upload a site to GAE , after the site is uploaded , when I > > go to app admin and try to insert a new membership, I get this errors:- > > > *NeedIndexError**: **The index **for **this query **is not **ready to > > serve**. **See the Datastore Indexes page **in **the Admin Console**. > > **This query needs this index**: > > > - **kind**: **auth_user > > > properties**: > > > - **name**: **first_name > > > **- **name**: **last_name* > > > I have also tryied using the plugins_comment , and it gives me an error > > like this:- > > > *NeedIndexError**: **The index **for **this query **is not **ready to > > serve**. **See the Datastore Indexes page **in **the Admin Console**. > > **This query needs this index**: > > > - **kind**: **plugin_comments_comment > > > properties**: > > > - **name**: **record_id > > > **- **name**: **tablename > > > **- **name**: **created_on > > > direction**: **desc* > > > *Please Help!* > >

