On Mon, Apr 20, 2015 at 8:33 AM, Malleswari Srinivasarao <
[email protected]> wrote:

> Did necessary configurations for migration. The issue I found now, is none
> of the entities are available to query from code. I could see all kinds and
> entities present in appengine console, but, when I'm trying to fetch the
> data, I'm getting empty results.
>
> How can I make my data to be fetchable ?
>


Can you query for and print out all entities with a *kind* of __Stat_Kind__
<https://cloud.google.com/appengine/docs/java/datastore/stats>? This should
show a list of the kinds in your application - you may be accidentally
querying for the wrong entity kind, or perhaps the migration introduced
new/unknown kinds. For each kind that you see, can you try programmatically
retrieving a sample of the entities within?



-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDyZ4gDRLMugU-X0FCxdTw01bZ6WKcN7tVQTpOC28ZU%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to