I am trying out the data download using remote_api and getting the
following error:
*******************************************************
No descending index on __key__, performing serial download
......................................................................
[ERROR ] [Thread-11] ExportP
rogressThread:
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\bulkloader.py", line 1375, i
n run
self.PerformWork()
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\bulkloader.py", line 2117, i
n PerformWork
item.progress_key = self.db.StoreKeys(item.key_start,
item.key_end)
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\bulkloader.py", line 1920, i
n StoreKeys
(STATE_READ, unicode(key_start), unicode(key_end)))
OperationalError: unable to open database file
*******************************************************
I am using the following command:
bulkloader.py --dump --kind=<kind> --url=http://<appname>.
appspot.com/
remote_api --filename=<data-filename> <app-directory>
Any ideas how this issue can be resolved?
Thanks