I want to use the HR datastore which Google claims is much more
reliable. However every time I try to run the built in datastore
admin function to copy my data from app to app It seems to get stuck
with the last few entities. I get the following error below and the
job never finishes. Hopefully somebody from Google has an idea of how
I can get my data to copy over???
The app/namespace arguments (comerica-tt/) should match parent.app/
namespace() (s~comerica-events/)
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 517, in __call__
handler.post(*groups)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/base_handler.py", line 59, in post
self.handle()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/handlers.py", line 172, in handle
ctx.flush()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/mapreduce/context.py", line 244, in flush
pool.flush()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/datastore_admin/copy_handler.py", line 221, in flush
1, maxid)
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1455, in allocate_id_range
start_key = Key.from_path(key.kind(), start, parent=key.parent())
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore_types.py", line 387, in from_path
(app_id, namespace, parent.app(), parent.namespace()))
BadArgumentError: The app/namespace arguments (comerica-tt/) should
match parent.app/namespace() (s~comerica-events/)
--
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.