How to delete Error index

33 views
Skip to first unread message

Jack

unread,
Dec 22, 2011, 9:33:11 PM12/22/11
to Google App Engine
index marked error, i don't know to delete them.

Jose Montes de Oca

unread,
Jan 5, 2012, 6:46:22 PM1/5/12
to google-a...@googlegroups.com
Hi Jack this is the relevant FAQ page for index in error state: http://code.google.com/appengine/kb/general.html#error_indexes

Please follow this steps to vacumm and rebuild your indexes:
  1. Create a backup of your index.yaml specification
  2. Determine the indexes in state ERROR from the admin console
  3. Remove the definitions of the indexes in ERROR from your index.yaml file.
  4. Run appcfg.py vacumm_indexes app_dir/
  5. Wait until the ERROR indexes no longer appear in the admin console.
  6. Replace the modified version of your index.yaml file with the original.
  7. Run appcfg.py update_indexes app_dir/
Documentation:
If the problem persists, check if you are not creating a case of exploding indexes:http://code.google.com/appengine/docs/python/datastore/queries.html#Big_Entities_and_Exploding_Indexes

Hope This Helps!
Jose
Reply all
Reply to author
Forward
0 new messages