[google-appengine] Re: No way to delete error data entry

2009-07-24 Thread andrew
Thanks for the code. Worked great except I got a bunch of these: com.google.apphosting.api.DeadlineExceededException: This request (f557629c71ca7b8d) started at 2009/07/24 13:20:12.825 UTC and was still executing at 2009/07/24 13:20:41.505 UTC. but just had to hit refresh a few times. It'd be n

[google-appengine] Re: No way to delete error data entry

2009-06-22 Thread Nick Johnson (Google)
Hi Charlie, What do you mean by "not totally working"? Also, you may have better luck asking this in the google-appengine-java group. -Nick Johnson On Sat, Jun 20, 2009 at 3:36 PM, Charlie Zhu wrote: > > Thank you, Nick, > > I have written code as below with low level API to delete the entry.

[google-appengine] Re: No way to delete error data entry

2009-06-20 Thread Charlie Zhu
Thank you, Nick, I have written code as below with low level API to delete the entry. It runs without error but seems not totally working. And thanks god that data suddenly appeared at Data Viewer and problem resolved. Code pasted here and hope it useful for others import com.google.appengine.a

[google-appengine] Re: No way to delete error data entry

2009-06-17 Thread Nick Johnson (Google)
Hi Charlie, Your easiest option here is probably to upload an alternate major version of your app with the old schema, and use that to retrieve and fix the faulty entit(y|ies). Alternate approaches include using the low level datastore API, or uploading a Python version that uses the low level API