[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 receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 - Query* section to
Query the Datastore, and in this case google loads more results as you keep
scrolling down the page




2013/10/15 Martin Descours descours.mar...@gmail.com

 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 receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Alejandro González alejandro.gonza...@intelygenz.com
+34 666 57 79 13
http://es.linkedin.com/pub/alejandro-gonzález-rodrigo/19/684/466/

http://www.intelygenz.com/
If you have a dream http://www.intelygenz.com/en/cases* we can write the *
code http://www.thegameofcode.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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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: 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 - Query* section
 to Query the Datastore, and in this case google loads more results as you
 keep scrolling down the page




 2013/10/15 Martin Descours descours.mar...@gmail.com

 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 receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Alejandro González alejandro.gonza...@intelygenz.com
 +34 666 57 79 13
 http://es.linkedin.com/pub/alejandro-gonzález-rodrigo/19/684/466/

 http://www.intelygenz.com/
 If you have a dream http://www.intelygenz.com/en/cases* we can write
 the *code http://www.thegameofcode.com/




  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/59xMBZNQXgQ/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[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 appreciated.

Internal Server Error

The server has either erred or is incapable of performing the requested 
operation.

Traceback (most recent call last):
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 1536, in 
__call__
rv = self.handle_exception(request, response, e)
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 1530, in 
__call__
rv = self.router.dispatch(request, response)
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 1278, in 
default_dispatcher
return route.handler_adapter(request, response)
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 1102, in 
__call__
return handler.dispatch()
  File D:\SDK\Google App 
Engine\google\appengine\tools\devappserver2\admin\admin_request_handler.py, 
line 95, in dispatch
super(AdminRequestHandler, self).dispatch()
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 572, in 
dispatch
return self.handle_exception(e, self.app.debug)
  File D:\SDK\Google App Engine\lib\webapp2-2.5.1\webapp2.py, line 570, in 
dispatch
return method(*args, **kwargs)
  File D:\SDK\Google App 
Engine\google\appengine\tools\devappserver2\admin\datastore_viewer.py, line 
656, in get
kinds = self._get_kinds(namespace)
  File D:\SDK\Google App 
Engine\google\appengine\tools\devappserver2\admin\datastore_viewer.py, line 
592, in _get_kinds
return sorted([x.kind_name for x in q.run()])
  File D:\SDK\Google App Engine\google\appengine\ext\db\__init__.py, line 
2326, in next
return self.__model_class.from_entity(self.__iterator.next())
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_query.py, line 2891, in next
next_batch = self.__batcher.next()
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_query.py, line 2753, in next
return self.next_batch(self.AT_LEAST_ONE)
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_query.py, line 2790, in next_batch
batch = self.__next_batch.get_result()
  File D:\SDK\Google App Engine\google\appengine\api\apiproxy_stub_map.py, 
line 612, in get_result
return self.__get_result_hook(self)
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_query.py, line 2527, in 
__query_result_hook
self._batch_shared.conn.check_rpc_success(rpc)
  File D:\SDK\Google App Engine\google\appengine\datastore\datastore_rpc.py, 
line 1234, in check_rpc_success
rpc.check_success()
  File D:\SDK\Google App Engine\google\appengine\api\apiproxy_stub_map.py, 
line 578, in check_success
self.__rpc.CheckSuccess()
  File D:\SDK\Google App Engine\google\appengine\api\apiproxy_rpc.py, line 
156, in _WaitImpl
self.request, self.response)
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_sqlite_stub.py, line 946, in 
MakeSyncCall
response, request_id)
  File D:\SDK\Google App Engine\google\appengine\api\apiproxy_stub.py, line 
130, in MakeSyncCall
method(request, response)
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_stub_util.py, line 2786, in 
UpdateIndexesWrapper
self._SetupIndexes()
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_stub_util.py, line 3134, in 
_SetupIndexes
index_defs = datastore_index.ParseIndexDefinitions(index_yaml_data)
  File D:\SDK\Google App 
Engine\google\appengine\datastore\datastore_index.py, line 131, in 
ParseIndexDefinitions
return yaml_object.BuildSingleObject(IndexDefinitions, document)
  File D:\SDK\Google App Engine\google\appengine\api\yaml_object.py, line 
315, in BuildSingleObject
definitions = BuildObjects(default_class, stream, loader)
  File D:\SDK\Google App Engine\google\appengine\api\yaml_object.py, line 
298, in BuildObjects
listener.Parse(stream, loader)
  File D:\SDK\Google App Engine\google\appengine\api\yaml_listener.py, line 
226, in Parse
self._HandleEvents(self._GenerateEventParameters(stream, loader_class))
  File D:\SDK\Google App Engine\google\appengine\api\yaml_listener.py, line 
177, in _HandleEvents
raise yaml_errors.EventError(e, event_object)
EventError: unprintable EventError object

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[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. However, this problem has recurred 
again. Somehow, this does not happen if I delete small tables (a few 100K 
bytes), but happens when one deletes relatively bigger tables (say,  15MB in 
my case). I tried this again on another table (that was redundant in my setup), 
and find this problem again.

Interestingly, this time around, the first message I got on clicking Datastore 
Viewer was Oops! Some problem in retrieving your kinds, and subsequently the 
regular Server Error message. Hope someone at Google will fix this soon.


Thanks,
Arun

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 Admin. 
Can someone from Google please help in resolving this?

Error message: 

Error: Server ErrorThe server encountered an error and could not complete 
your request.

If the problem persists, please 
reporthttp://code.google.com/appengine/community.html your 
problem and mention this error message and the query that caused it.

Thanks,
Arun

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 it says there are no entities in
the empty namespace.

Anyone facing this issue?  I cannot seen any entities in any namespace

-Aswath

-- 
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 this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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. 

Thanks,
-Casey

-- 
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/-/q-FruHifaVwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 values.
It is showing fewer properties for which the values can be entered.

It is not the same case for all KINDS

What is the criteria to show all the properties for the KIND?

-Aswath

-- 
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 this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 = db.ListProperty(str)
connections = db.ListProperty(str)


However, I'm having problems with the has_shared property, and when I check 
the model in the Datastore Viewer it doesn't list that property - all the 
other ones, but not that one. This is running locally or on the deployed 
version.

Any advice? 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/-/QVUnAUok7mUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 to Applications screen » https://appengine.google.com/


https://lh5.googleusercontent.com/-BZR-gsNwROE/TkV9hCWbBsI/AqQ/JzAqtmqs_Us/Screen%252520Shot%2525202011-08-12%252520at%25252021.22.26.png


-- 
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/-/9CWclpk3uU4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 and have been just quickly hopping into the viewer and 
manually changing.  This doesn't happen for everything just random entities 
(and of course the ones I'm needing to change haha).  Any idea what's gone 
wrong in the googleverse? 

-- 
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/-/bOIhDYwU5JIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 'after' this property fails to
persist.

I can view the POST data that goes to: /datastore/edit.do. It returns
status 302, and here's a small part of it:

type-15=stringname-16=temperaturevalue_string-16=type-16=nullname-17=typevalue_string-17=MODIFYATTEMPTtype-17=stringname-18=zonesvalue_string-18=USDA
+Zone+6+to+USDA+Zone+9type-18=string...

Attempting to modify either the 'type' or 'zones' property fails, but
anything before that like 'temperature' succeeds.

It looks like my property name 'type' here is interfering with the
handler parsing out the post data from this web request. Is this a
legitimate bug in the web interface?

-- 
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 this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 loren.robin...@gmail.com wrote:
 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 'after' this property fails to
 persist.

 I can view the POST data that goes to: /datastore/edit.do. It returns
 status 302, and here's a small part of it:

 type-15=stringname-16=temperaturevalue_string-16=type-16=nullname-17=typevalue_string-17=MODIFYATTEMPTtype-17=stringname-18=zonesvalue_string-18=USDA
 +Zone+6+to+USDA+Zone+9type-18=string...

 Attempting to modify either the 'type' or 'zones' property fails, but
 anything before that like 'temperature' succeeds.

 It looks like my property name 'type' here is interfering with the
 handler parsing out the post data from this web request. Is this a
 legitimate bug in the web interface?

 --
 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 this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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 this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 there's an easier workaround for this problem?

Jonatan

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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 group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 entity.__key__ = string-key
SELECT * FROM entity where entity.key = string-key
SELECT * FROM entity where entity = string-key
and the same without quotes.

This really should be easier, I think.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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 entity.__key__ = string-key
 SELECT * FROM entity where entity.key = string-key
 SELECT * FROM entity where entity = string-key
 and the same without quotes.

 This really should be easier, I think.

 --
 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 unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 and could not complete your request.

If the problem persists, please report your problem and mention this
error message and the query that caused it.


This also happens if I try to access : Dashboard - Datastore Statistics.

If I try and refresh the DataStore Viewer page, I usually will get to
the datastore viewer after 4-5 tries.

I understood from Nick Johnson, this might be caused by TombStoned
data entities that are no longer part of my datastore.

my appid: socicount


A related issue:
when I'm trying to check the state of the impacted entity kind via
remote console, I also get HTTP 500 error usually 4-5 times, before
I'm able to query / get any entities which were impacted by
refactoring of the datastore.

is this something that is expected to to stay as a feature or likely
going away in the future?  At the moment, it's quite limiting not to
have access to the datastore viewer ( even to the other entity kind's
which were not affected by my refactoring ) and it's slowing down my
development when I can't validate the current state of my datastore.


cheers,
risto

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 metasys.test...@gmail.com wrote:

 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 Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
=

http://www.kimiazhu.info/
http://dev-way.appspot.com/

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 character
limit on what the datastore viewer can show? This doc seems to imply
that there is not:

http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#TextProperty

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 (silently) going wrong?

Thanks!
gemma

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 add id is adorableurl

Hope this helps!

Thanks,
Seth

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 10:45 AM, Seth sethl...@gmail.com wrote:
 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 add id is adorableurl

 Hope this helps!

 Thanks,
 Seth

 --
 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 unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.





-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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 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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 



 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 http://googleappengine.blogspot.com | http://twitter.com/app_engine

 --
 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 unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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. Twohig.

 Namazu Studios
 P.O. Box 34161
 San Diego, CA 92163-4161




-- 
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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 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 unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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!

 --
 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 unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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 I go about figuring out what's going on?
 
  Thanks!
 
  --
  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 unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 


 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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.

https://appengine.google.com/datastore/explorer?submitted=1app_id=prezzi-benzinaviewby=gqlkind=Stationquery=SELECT+*+FROM+Station+order+by+synced

Stefano

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




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 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 subscribed to the Google Groups 
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=.




--

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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.