I am having this same issue. I am using datastore-admin to copy my data so that I don't have to fight with the bulkloader. A response from Google on this would be much appreciated.
On Mar 10, 1:02 am, Petey <[email protected]> wrote: > I just noticed these errors in the logs of my source application. I'm > guessing this might have something to do with it. Why is this > happening and how can I get around the issue? > > Theapp/namespacearguments (<sourceapp>/) should match parent.app/namespace() > (s~<targetapp>/) > 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: > Theapp/namespacearguments (<sourceapp>/) should > match parent.app/namespace() (s~<targetapp>/) -- 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.
