Also please note that the index.yaml after running it throu dev_appserver
looks like this:-

indexes:

# AUTOGENERATED

# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run.  If you want to manage the
# index.yaml file manually, remove the above marker line (the line
# saying "# AUTOGENERATED").  If you want to manage some indexes
# manually, move them above the marker line.  The index.yaml file is
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.

- kind: auth_user
  properties:
  - name: first_name
  - name: last_name

- kind: plugin_comments_comment
  properties:
  - name: record_id
  - name: tablename
  - name: created_on
    direction: desc

Does that not mean that the indexes have been created already before
uploading

On Fri, Sep 17, 2010 at 12:42 PM, b vivek <[email protected]> wrote:

> I have attached the screenshot of the admin console  in the datastore
> indexes. Does this mean it is still building the indexes!
>
>
> 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!*
>>
>>
>>
>

Reply via email to