[appengine-java] Re: backup and restore options

2010-05-04 Thread dau...@googlemail.com
 I found some info on how to enable the remote API for GAE/J
applications by setting up the RemoteServlet in the application's
web.xml and then you should be able to use the bulkloader.py tool from
the python sdk to do backup/restore operation on the datastore of a
GAE/J app.
  I've added the remote API servlet in the web.xml, deployed it and
the remote API seems to be active since I get the This request did
not contain a necessary header message in the browser. However when

Could you please describe how you managed to accomplish this?

Thanks,
Markus

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: backup and restore options

2010-05-03 Thread François Masurel
Anyone interested in a more native backup/restore solution ? Please
vote for this issue :

http://code.google.com/p/googleappengine/issues/detail?id=776

On 3 mai, 15:52, Mihai Campean mihai...@gmail.com wrote:
  I know that utilities for backup and restore are in the GAE future
 roadmap, but until then I need to do some backup/restore operations on
 the data store of my GAE/J application.
   I found some info on how to enable the remote API for GAE/J
 applications by setting up the RemoteServlet in the application's
 web.xml and then you should be able to use the bulkloader.py tool from
 the python sdk to do backup/restore operation on the datastore of a
 GAE/J app.
   I've added the remote API servlet in the web.xml, deployed it and
 the remote API seems to be active since I get the This request did
 not contain a necessary header message in the browser. However when
 trying to use the bulkloader.py tool with the remote url and my
 developer credentials, I get an message from the python tool:
 URLError: (urlopen error (10060, 'Operation timed out')) with the
 Authentication Failed info message.
 Did any one encountered this problem and managed to solve it? Some
 pointers would be very much appreciated.

 Thanks,
 Mihai

 --
 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 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.