When I want to delete the MapReduce objects from the *local* datastore
with the admin interface I get the following error
when I use v1.3.8 SDK.
Any datastore manipulation like adding a new object or running a
MapReduce Job fails with a similar error.

Using the same datastore with 1.3.7 enables me to delete or create
these objects.

I use Windows-XP-SP3 (NL)

===============================
Traceback (most recent call last):
  File "C:\XXXX\google_appengine\google\appengine\ext\webapp\__init__.py",
line 513, in __call__
    handler.post(*groups)
  File "C:\XXXX\google_appengine\google\appengine\ext\admin\__init__.py",
line 787, in post
    datastore.Delete(datastore.Key(key))
  File "C:\XXXX\google_appengine\google\appengine\api\datastore.py",
line 395, in Delete
    'datastore_v3', 'Delete', req, datastore_pb.DeleteResponse(), rpc)
  File "C:\XXXX\google_appengine\google\appengine\api\datastore.py",
line 195, in _MakeSyncCall
    rpc.check_success()
  File "C:\XXXX\google_appengine\google\appengine\api\apiproxy_stub_map.py",
line 499, in check_success
    self.__rpc.CheckSuccess()
  File "C:\XXXX\google_appengine\google\appengine\api\apiproxy_rpc.py",
line 149, in _WaitImpl
    self.request, self.response)
  File "C:\XXXX\google_appengine\google\appengine\api\datastore_file_stub.py",
line 863, in MakeSyncCall
    response)
  File "C:\XXXX\google_appengine\google\appengine\api\apiproxy_stub.py",
line 80, in MakeSyncCall
    method(request, response)
  File "C:\XXXX\google_appengine\google\appengine\api\datastore_file_stub.py",
line 980, in _Dynamic_Delete
    self.__WriteDatastore()
  File "C:\XXXX\google_appengine\google\appengine\api\datastore_file_stub.py",
line 806, in __WriteDatastore
    self.__WritePickled(encoded, self.__datastore_file)
  File "C:\XXXX\google_appengine\google\appengine\api\datastore_file_stub.py",
line 852, in __WritePickled
    os.rename(tmp_filename, filename)
WindowsError: [Error 32] The process has no access to the file because
the file is used by another process
====================================================================

Djidjadji

-- 
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.

Reply via email to