Hi there, I recently tried adding an index to an application upon it being added it went into Error state.
I have tried doing the following to get indexes working. A: - Existing app with 1 index which was working - Added a table - Added an index - With an incorrect column - Index went to Error - Updated table to correct column name - Index still in error - Tried to vacuum the indexes but it failed to delete them B - Created a new app - Added the tables - Added the indexes - Both indexes went to error C - Created a new app - Added the tables - Added data to 1 table - Added 1 index - Worked - Added 2nd index - Failed How can I get around this as it seems that all indexes now go to error. I have even double checked by letting the dev_appserver create the indexes and they are identical to the ones I manually created. How can I force deletion of the indexes? It's been more than 12 hours now. Cheers, DanB. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
