Hi meyertee,

I followed your hint and I were able to deploy a new Python version,
but now I'm not able to use Datastore Admin, because an error is
shown, telling me that I'm not corretly authenticated!!
/_ah/datastore_admin/?app_id=xxx 500 0ms 0cpu_ms 0kb Mozilla/5.0
(Windows; U; Windows NT 5.1; it; rv:1.9.2.13) Gecko/20101203 Firefox/
3.6.13 ( .NET CLR 3.5.30729),gzip(gfe)
151.21.125.227 - - [17/Jan/2011:10:20:00 -0800] "GET /_ah/
datastore_admin/?app_id=xxx HTTP/1.1" 500 0 - "Mozilla/5.0 (Windows;
U; Windows NT 5.1; it; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
( .NET CLR 3.5.30729),gzip(gfe)" "99.latest.xxx.appspot.com" ms=1
cpu_ms=0 api_cpu_ms=0
W01-17 10:20AM 00.511
Authentication for the Google Apps domain zzz can only be performed
when requests are served from a subdomain of that domain or it has
been approved through the Google Apps Control Panel. See
http://code.google.com/appengine/articles/auth.html

Any hint???

Thank you very much!

Bye
CRI

On 2 Gen, 13:15, meyertee <[email protected]> wrote:
> You can use the Datastore Admin tool available to Python apps that came with
> App Engine 1.3.8 to delete data more 
> easily:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
> (under "Delete all (or a part) of your application’s data")
>
> As it says in the blog post you can use it for Java apps, too. I created a
> simple Python application version as version number 1, then uploaded the
> actual Java app as version 2 and set that as the default version. Works
> great.
>
> If you're new to Python like I am there's a little how-to for Java-devs
> here:https://groups.google.com/d/topic/google-appengine-java/aRLhRzADuF4/d...
>
> Once you've done that, you can use the command line utility to remove all
> unused indexes:
> appcfg.py vacuum_indexes app-root/
>
> More options are described 
> here:http://code.google.com/appengine/docs/python/tools/uploadinganapp.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to