I have set up a new HR datastore instance, enabled it for billing, set up my
app to support the Datastore Migration utility, and deployed my app to my HR
app instance.
When I execute the Copy To Another App function in datastore admin I get the
following exception:
1.
1. 01-06 07:02AM 03.918
Fetch failed to https://dtwf-daily-hr.appspot.com/_ah/remote_api
Traceback (most recent call last):
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/remote_api_put_stub.py",
line 207, in get_remote_appid
extra_headers, follow_redirects=False)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 241, in fetch
return rpc.get_result()
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 530, in get_result
return self.__get_result_hook(self)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 331, in _get_fetch_result
raise DownloadError(str(err))
DownloadError: ApplicationError: 5
2. E01-06 07:02AM 03.959
Handling exception.
Traceback (most recent call last):
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/copy_handler.py",
line 142, in post
extra_headers)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/datastore_admin/remote_api_put_stub.py",
line 210, in get_remote_appid
raise FetchFailed('Fetch to %s failed: %r' % (remote_url, e))
FetchFailed: Fetch to
https://dtwf-daily-hr.appspot.com/_ah/remote_api failed:
DownloadError('ApplicationError: 5 ',)
--
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.