views:

21

answers:

1

Hi,

I have been working on a google app engine project for a little while. I now have two Indexes that show status ERROR, and I think this is causing me to have other issues within my program. How do you remove these indexes? I have tried changing my datastore-indexes-auto.xml file but nothing has worked at removing these indexes.

Thanks,

A: 

So the only way to remove index errors while using google app engine (java) is to download the python environment, download the python sdk for google app engine, make a project with the same name as your java projet and then use the appcfg.py utility and change the indexes in question.

Eric V