I am trying to use bulkloader, but cant get out of this error. Where am I wrong?
Application: mercipristo > Creating bulkloader configuration. > [INFO ] Logging to bulkloader-log-20120625.163457 > [INFO ] Throttling transfers: > [INFO ] Bandwidth: 250000 bytes/second > [INFO ] HTTP connections: 8/second > [INFO ] Entities inserted/fetched/modified: 20/second > [INFO ] Batch Size: 10 > [INFO ] Opening database: bulkloader-progress-20120625.163457.sql3 > [INFO ] Opening database: bulkloader-results-20120625.163457.sql3 > [INFO ] Connecting to mercipristo.appspot.com/_ah/remote_api > [INFO ] Downloading kinds: ['__Stat_PropertyType_PropertyName_Kind__'] > [ERROR ] [WorkerThread-0] WorkerThread: > Traceback (most recent call last): > File > "/home/kc/google_appengine/google/appengine/tools/adaptive_thread_pool.py", > line 176, in WorkOnItems > status, instruction = item.PerformWork(self.__thread_pool) > File "/home/kc/google_appengine/google/appengine/tools/bulkloader.py", > line 764, in PerformWork > transfer_time = self._TransferItem(thread_pool) > File "/home/kc/google_appengine/google/appengine/tools/bulkloader.py", > line 1170, in _TransferItem > self, retry_parallel=self.first) > File "/home/kc/google_appengine/google/appengine/tools/bulkloader.py", > line 1471, in GetEntities > results = self._QueryForPbs(query) > File "/home/kc/google_appengine/google/appengine/tools/bulkloader.py", > line 1442, in _QueryForPbs > raise datastore._ToDatastoreError(e) > BadRequestError: app s~mercipristo cannot access app mercipristo's data > [INFO ] [WorkerThread-1] Backing off due to errors: 1.0 seconds > [INFO ] An error occurred. Shutting down... > [ERROR ] Error in WorkerThread-0: app s~mercipristo cannot access app > mercipristo's data > [INFO ] Have 0 entities, 0 previously transferred > [INFO ] 0 entities (1546 bytes) transferred in 2.6 seconds Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ziosbmpjCeQJ. 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.
