Hello,

My datastore contains a few records; I see them in both the
<url>/remote_api and the GAE admin app. But create_bulkloader_config
seems to think there are no entities there.

$ appcfg.py create_bulkloader_config --filename=bulkloader.yaml
--url=<url>/remote_api --application=<appid>



result:



Creating bulkloader configuration.
[INFO ] Logging to bulkloader-log-20101018.092356
[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-20101018.092356.sql3
[INFO ] Opening database: bulkloader-results-20101018.092356.sql3
[INFO ] Connecting to <url>/remote_api
Please enter login credentials for <url>
Email: <email>
Password for <email>:
[INFO ] Downloading kinds: ['__Stat_PropertyType_PropertyName_Kind__']
.
[INFO ] Have 0 entities, 0 previously transferred
[INFO ] 0 entities (3188 bytes) transferred in 12.0 seconds


The only think I can think of is that some of my objects have null
field values (I didn't bother to set them all since I'm just getting
started). Would this be a problem? To test this I edited the data using
the admin interface so the datastore now has just one record but all
the fields are non-null with values.


Any idea what's wrong?


Thanks,


Gregg

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to