I had this problem some time ago, because I had an entity with an Email field set to null,but I managed to solve this by using low level api. I took all the entities and i updated all for which the Email was null (with a default value).
On Aug 6, 10:22 am, "Rob.e.Vans" <[email protected]> wrote: > Can you expand on :"Did you have an entity that was a PhoneNumber or > LinkProperty?" please. > > I'm getting this error and have entities that use both PhoneNumber > and LinkProperty. > > Can you suggest a resolution? > > On Aug 4, 12:52 am, "Ikai L (Google)" <[email protected]> wrote: > > > > > Did you have an entity that was a PhoneNumber or LinkProperty? > > > On Mon, Aug 2, 2010 at 4:00 PM, Saqib Ali <[email protected]> wrote: > > > hmmm. had to programmatically empty out the datastore before i could > > > use the Datastore Viewer again. good thing this was just a test app :) > > > > On Aug 2, 9:47 am, Saqib Ali <[email protected]> wrote: > > > > I am getting the following err msg when trying to access the Datastore > > > > Viewer in the appengine console: > > > > > Server Error > > > > A server error has occurred. > > > > Return to Applications screen » > > > > > Anyone else seeing this issue? > > > > -- > > > 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]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine?hl=en. > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > Blog:http://googleappengine.blogspot.com > > Twitter:http://twitter.com/app_engine > > Reddit:http://www.reddit.com/r/appengine -- 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.
