[google-appengine] DATASTORE VIEWER

2013-10-15 Thread Martin Descours
On appengine i make requests on the databases, but i am limited to 20 results by Page how can i make this 20 go up to 100 ? thx for your help ! Martin -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

Re: [google-appengine] DATASTORE VIEWER

2013-10-15 Thread Alejandro González Rodrigo
Hello, You have 2 options: 1 - In the old console ( appengine.google.com ) in the datastore viewer you can play with this two params in the URL: limit=20offset=20 2 - You can access the new console ( cloud.google.com/console ) click in your project and then you can use the *Cloud Datastore -

Re: [google-appengine] DATASTORE VIEWER

2013-10-15 Thread Martin Descours
Thx Alejandro, it works fine with the URL trick ! Martin 2013/10/15 Alejandro González Rodrigo alejandro.gonza...@intelygenz.com Hello, You have 2 options: 1 - In the old console ( appengine.google.com ) in the datastore viewer you can play with this two params in the URL:

[google-appengine] Datastore Viewer - Internal Server Error

2013-08-10 Thread Robbie Edwards
Hi all, When trying to view my development datastore, I'm getting an internal server error. I've tried to clear the datastore, but nothing seems to make it work. Error is as below and occurs whenever I click datastore viewer or datastore indexes from the SDK console. Any help is

[google-appengine] Datastore Viewer crashing again!

2013-02-09 Thread Arun Ramanujapuram
Hello Google Team, Just yesterday, I had reported an error (for app samaanguru-dev) where soon after deleting a table using the Datastore Admin, if I use the Datastore Viewer, it crashes with the standard error message (asking us to report to this forum). It seemed to fine the next day.

[google-appengine] Datastore Viewer crashing...

2013-02-08 Thread aramanuj
Hello, The Datastore Viewer under the Admin Console constantly crashes (i.e. results in the error below each time I click the Datastore Viewer link in Admin console). This started happening after I deleted a table from the application samaanguru-dev using the Delete feature under Datastore

[google-appengine] Datastore Viewer broken - URGENT.

2012-09-21 Thread Aswath Satrasala
Hello All, In the admin console, click on the datastore viewer. * Start typing the namespace name * Select the namespace name The KINDS are shown in the dropdown. After doing this, earlier, the namespace text field was shown above. Now, this is missing. I select the KIND from the dropdown, then

[google-appengine] Datastore Viewer Not Working

2012-07-03 Thread Millisecond
I've been trying to access our Datastore viewer in the AppEngine admin interface and it has been throwing an error for the better part of a week. Are there any known issues going on? We're not on the HRD and do have 250 million records if that makes a difference, appid is noticeorange.

[google-appengine] Datastore Viewer

2012-05-01 Thread Aswath Satrasala
Hi, I am trying to a create a Entity using the Datastore Viewer UI. I followed the following steps * Click on the Datastore Viewer * By default it is in the Query tab * Click on the Create tab * Choose the kind * Click 'Next' Now, all the properties for the KIND is not shown for entering the

[google-appengine] Datastore viewer not showing one of the properties for my model

2011-09-11 Thread Alexander Zylman
(apologies for not putting this in the python-specific forum - as far as I can tell, there isn't one, despite what the welcome message says) Hey guys, I have a model defined like so: class stickletUser(db.Model): author = db.UserProperty() email = db.EmailProperty() has_shared =

[google-appengine] Datastore Viewer report permanent Server Error

2011-08-15 Thread Alessandro Aglietti
This error is present from past week. Any suggestions? Thank for all. Below message and screen. Server Error A server error has occurred. Return

[google-appengine] Datastore Viewer - Server Error

2011-07-08 Thread blackpawn
Starting a few days ago when I try to view an object in the datastore viewer i just get: Server Error A server error has occurred. Return to Applications screen » https://appengine.google.com/ This is causing me some problems since there are some things I haven't yet built admin tools for

[google-appengine] 'Datastore Viewer' web interface bug?

2011-05-12 Thread Loren
I've got a simple db.Expando class that I'm trying to edit fields within from the Google App Engine data store viewer interface. There appears to be a bug with modifying some of the properties; Specifically, I have a property called 'type'. Attempting to modify any of the fields including or

Re: [google-appengine] 'Datastore Viewer' web interface bug?

2011-05-12 Thread Greg Darke (Google)
This does indeed sound like a bug. Can you please file a bug about this on the bug tracker? http://code.google.com/p/googleappengine/issues/entry?template=Other%20defect If you include the issue number in this thread I can ensure it get triaged correctly. On 12 May 2011 13:32, Loren

[google-appengine] Datastore Viewerで特定のKindを選択するとServer Errorが発生する。

2011-04-29 Thread ひで
Datastore Viewerでkindを選択すると以下のエラーが発生しますが、 発生する原因は何がありますか? Server Error A server error has occurred. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from

[google-appengine] Datastore Viewer no longer display the data

2011-02-14 Thread Zhe Li
I cannot see any of my data in the datastore viewer in my new apps... All of them say Oops! We couldn't retrieve your list of Kinds. here is the IDs for some of them: lucky-money zhetoy Thanks! Cheers, Zhe -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Datastore viewer gives me 500; probably because of a unviewable digest

2010-12-07 Thread Littke
Hey. I can't update a user in my app from the datastore viewer. This is probably because of the password field (ByteStringProperty), in which I just see something like �$ ��lL� ��.\�~. I'd be nice if ByteStringProperties weren't displayed, or there was an option not to display it. Perhaps

[google-appengine] Datastore viewer GQL tick box missing, can't enter GQL

2010-10-20 Thread Kenneth
The tick box that allows you to enter GQL for the datastore viewer has gone awol. If you enter any gql in the datastore viewer it just gets deleted when you click submit query. Or is it just me? -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [google-appengine] Datastore viewer GQL tick box missing, can't enter GQL

2010-10-20 Thread Robert Kluin
Works fine for me. Under the 'kind' select, when I click 'options' I get a box I can enter and run a GQL query in. Maybe your browser? I'm using a FF4 beta. Robert On Wed, Oct 20, 2010 at 11:16, Kenneth goo...@kmacleod.ie wrote: The tick box that allows you to enter GQL for the

[google-appengine] Datastore viewer query by key.

2010-09-02 Thread John Gardner
This is probably obvious, but: I cannot for the life of me figure out how to fetch a known entity by key in the viewer. The GQL reference doesn't specify key syntax, since you can do a db.get(key) from code. I've tried: SELECT * FROM entity where __key__ = string-key SELECT * FROM entity where

Re: [google-appengine] Datastore viewer query by key.

2010-09-02 Thread Ikai L (Google)
Try this: SELECT * FROM entity where __key__ = KEY('string-key') See the section about Keys here: http://code.google.com/appengine/docs/python/datastore/gqlreference.html On Thu, Sep 2, 2010 at 10:28 AM, John Gardner hux...@gmail.com wrote: This is probably obvious, but: I cannot for the

[google-appengine] Datastore viewer edit entities doesn't work

2010-08-27 Thread coltsith
I'm trying to update some int fields and when I press 'save entity' it just ignores the changes. Anyone else experiencing this behavior? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] DataStore Viewer giving me ServerError

2010-06-16 Thread Risto Haukioja
Hi, I've been doing refactoring for my datastore using the mapperapi which was released at Google I/O.  Now when I'm going to view my data via the Dashboard - Datastore Viewer, I am more often than not getting the following error message: Error: Server Error The server encountered an error

[google-appengine] Datastore Viewer Server Error

2010-06-04 Thread Paul
Since yesterday, when I am in the admin console and click on Datastore Viewer, I get directed to an error page. It says Server Error A server error has occurred. Has anyone had this problem or have some possible solutions? -- You received this message because you are subscribed to the Google

Re: [google-appengine] Datastore Viewer Server Error

2010-06-04 Thread Kimia
today earlier i send a mail for the same question, Now i had resolved it, Here is my Suggestion: 1: check your Error Log. 2: what had you do yesterday? Maybe some of your operations create dirty data, you can select the __key__ and then delete the entities On Fri, Jun 4, 2010 at 10:09 PM, Paul

[google-appengine] Datastore Viewer cutting off text in TextProperty

2010-05-13 Thread jakelevine
The site in question is www.ourstruly.com. For some reason the datastore viewer is only showing the first 804 characters of user input (986 w spaces). I'm using the TinyMCE WYSIWYG editor for the input but it is a normal textarea field. Is there a character limit on TextProperty? Or perhaps a

[google-appengine] Datastore Viewer + lists?

2010-04-18 Thread gemma
Hello chaps I have a persistent class which has a ListString which is marked @Persistent. I get no errors when persisting/updating the object in the datastore, but the local datastore viewer shows nothing in the column which corresponds to the ListString field. Is this normal, or is something

[google-appengine] Datastore Viewer Constantly Failing

2010-03-16 Thread Seth
Aloha, I have been unable to use the Datastore Viewer in the admin pages for some time now (at least five days). Every time I try to access it, I get: Server Error A server error has occurred. Return to Applications screen » Other pages in my admin screens seem to be functioning just fine. My

Re: [google-appengine] Datastore Viewer Constantly Failing

2010-03-16 Thread Ikai L (Google)
Seth, Do you use any non-primitive properties to store data? LinkProperty, PhoneNumberProperty, etc? If these are set to null values or do not pass validation, this can cause the admin screen to error out: http://code.google.com/p/googleappengine/issues/detail?id=384 On Tue, Mar 16, 2010 at

[google-appengine] Datastore Viewer Error

2010-03-10 Thread klong86
When I try to view one of my objects in the Datastore Viewer I get the error: A server error has occurred. Unfortunately, that is all the information is that is provided. It is a Java object that contains: Long String String Link String boolean long boolean Any ideas? -- You received this

Re: [google-appengine] Datastore Viewer throwing Server Error (500)

2010-03-08 Thread Ikai L (Google)
Are you storing phone number/url/email type properties? If these fail validation this will cause that page to error out. On Sun, Mar 7, 2010 at 9:57 AM, Eli Jones eli.jo...@gmail.com wrote: Every time I try to access the Datastore Viewer for one of my AppIDs.. it just gives me the a server

Re: [google-appengine] Datastore Viewer throwing Server Error (500)

2010-03-08 Thread Eli Jones
It's all FloatProperty, IntegerProperty, StringProperty and BlobProperty. Total size for the Entities is 3MB and the Total Stored Data just shows as 0.0 of 1GB on the Quota page. On Mon, Mar 8, 2010 at 12:19 PM, Ikai L (Google) ika...@google.com wrote: Are you storing phone number/url/email

Re: [google-appengine] Datastore Viewer throwing Server Error (500)

2010-03-08 Thread Patrick Twohig
I think the size limit per entity is 1 megabyte. I could be wrong though. -- Patrick H. Twohig. Namazu Studios P.O. Box 34161 San Diego, CA 92163-4161 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Datastore Viewer throwing Server Error (500)

2010-03-08 Thread Patrick Twohig
Or rather that may apply to the size of the entity group as a whole. Are you sure that you're not tipping that limit? On Mon, Mar 8, 2010 at 10:10 AM, Patrick Twohig patr...@namazustudios.comwrote: I think the size limit per entity is 1 megabyte. I could be wrong though. -- Patrick H.

[google-appengine] Datastore Viewer throwing Server Error (500)

2010-03-07 Thread Eli Jones
Every time I try to access the Datastore Viewer for one of my AppIDs.. it just gives me the a server error has occurred The AppID is datastoretester -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] DataStore Viewer

2010-03-05 Thread pkhoosh
Is it possible to view more than 20 items at a time in the DataStore Viewer on the Dashboard? thanks, pete -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To

Re: [google-appengine] DataStore Viewer

2010-03-05 Thread Robert Kluin
I know you can by adding limit=50 to the URL, I think it works up to 200. I have not found a button or field to enter the limit. Robert On Fri, Mar 5, 2010 at 2:43 PM, pkhoosh pkho...@gmail.com wrote: Is it possible to view more than 20 items at a time in the DataStore Viewer on the

Re: [google-appengine] Datastore Viewer

2010-02-22 Thread Ikai L (Google)
What's your application ID? On Mon, Feb 22, 2010 at 2:27 PM, Stirman stir...@gmail.com wrote: Datastore Viewer and Datastore Statistics are 500'ing for me, timing out... everything else on the admin site working fine?! Only me? How do I go about figuring out what's going on? Thanks! --

Re: [google-appengine] Datastore Viewer

2010-02-22 Thread Stirman
Sent you a msg... thanks! Ikai L (Google) wrote: What's your application ID? On Mon, Feb 22, 2010 at 2:27 PM, Stirman stir...@gmail.com wrote: Datastore Viewer and Datastore Statistics are 500'ing for me, timing out... everything else on the admin site working fine?! Only me? How do

[google-appengine] Datastore Viewer gql query problem

2010-02-19 Thread Stefano
Hi everybody, frow a few days a simply gql query such as this one will throw an exception. SELECT * FROM Station order by synced Synced it's just a not null timestamp field. Since it's happening in the admin panel I don't have any log explaining why it's not working anymore.

[google-appengine] datastore viewer delay

2009-11-17 Thread Baron
Hello, I removed all the records from a model but when I checked the data viewer they were still there for atleast 15 minutes afterwards. When I delete a record is it actually deleted immediately, or just scheduled for deletion? thanks, Richard -- You received this message because you are

Re: [google-appengine] datastore viewer delay

2009-11-17 Thread 风笑雪
Model will always show in dataviewer. The only way I find to not show it is re-define you Model class without any property, and deploy it again. 2009/11/18 Baron richar...@gmail.com: Hello, I removed all the records from a model but when I checked the data viewer they were still there for