[google-appengine] Post Requests Are Executed Twice

2015-02-19 Thread Henry Chang
I am using python appengine, and it looks like something external (outside of my app) is making post requests executed twice. Is anybody seeing this also? Looks like something like this has happened before. https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/9fAYP7UyppQ

Re: [google-appengine] Search API Cost question

2015-02-19 Thread Kaan Soral
Are there any upper limits on the index size? (It was either 1gb or 1tb a while ago, they increased/decreased it, I couldn't keep track) I have a lot of stuff indexed, including all movies/tvshows and their descriptions, and my usage is 0.52gb's (Stored Data :) While I was pre-speculating like

[google-appengine] RECOVER ODK AGGREGATE PASSWORD

2015-02-19 Thread Christine Laetitia
Please help.I have just successfully deployed my odk server using google app engine.I however cannot log in into the aggregate as I do not renember the password.How can I recover the password please ?I do not want to create a new application instead? Thank you. -- You received this message

[google-appengine] Loading up data in the init() method

2015-02-19 Thread Syed Rizvi
Hi, I have a RESTful service that gets XML data from an external URL, does some work on it and serves it to its clients. The dataset is initialized in the init() method and takes 1 minutes but less than 2 to be initialized and is naturally supposed to be there before the first client request

[google-appengine] Re: RECOVER ODK AGGREGATE PASSWORD

2015-02-19 Thread Mario
Hello Christine, We recommend you to ask this question in Stackoverflow http://stackoverflow.com/ because you'll get more members to answer it there. Furthermore, the answer will be easier to find if someone will need it in the future. Mario C. Google Cloud Platform Support On Thursday,

[google-appengine] Open ERP application

2015-02-19 Thread Open ERP
IS there any trainer for Open ERP Application Development classes in Hyderabad..? -- 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] Open ERp application

2015-02-19 Thread Open ERP
Hi, Today open ERP application uses very much...so tha's why i want to learn the open ERP application Training to develop that. so In this case,IS there any training program for open ERP application development..or else How to report the modules of open erp like

[google-appengine] open ERP app

2015-02-19 Thread Open ERP
How to generate the reports of Employees,Contracts and their Purchase orders and Draft Invoices as one report in Open ERP... AND After getting this report,How to get this report in Excel? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Error code 202

2015-02-19 Thread Purushotham Rvv
Any update on this issue, we are still experiencing the same problem with Java but it is random. On Wednesday, 7 March 2012 14:49:15 UTC+5:30, tarun2000 wrote: I keep getting: A problem was encountered with the process that handled this request, causing it to exit. This is likely to

Re: [google-appengine] RECOVER ODK AGGREGATE PASSWORD

2015-02-19 Thread Vinny P
On Thu, Feb 19, 2015 at 6:23 AM, Christine Laetitia christinelaeti...@gmail.com wrote: Please help.I have just successfully deployed my odk server using google app engine.I however cannot log in into the aggregate as I do not renember the password.How can I recover the password please ?I do

Re: [google-appengine] Re: Loading up data in the init() method

2015-02-19 Thread Vinny P
On Thu, Feb 19, 2015 at 9:11 AM, Syed Rizvi ammari...@gmail.com wrote: This is my first GAE project and I'm not a paid user yet so upgrading isn't currently an option nor increasing idle instances since not even a single instance is up yet. Cron isn't an option currently since the dataset has

[google-appengine] reverse logs order in new developers console

2015-02-19 Thread pdknsk
This must've been asked before, I'm sure, but search yields no results. How do I reverse the log order so that new entries are at the top, like in the old viewer? Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

Re: [google-appengine] Search API Cost question

2015-02-19 Thread kj
Thanks! On Wednesday, February 18, 2015 at 11:46:56 PM UTC-8, Vinny P wrote: On Wed, Feb 18, 2015 at 1:12 PM, Keith Johnston ke...@spotkin.com javascript: wrote: I am trying to understand the cost of using the search API. I get the total storage and query cost, but I don't understand the

[google-appengine] Re: Loading up data in the init() method

2015-02-19 Thread Syed Rizvi
Thanks for your response Vinny! 1. I made a deliberate call to *_ah/warmup* which gives: GET /_ah/warmup HTTP/1.1 200 0 2. To *_ah/startup* which gives GET /_ah/startup HTTP/1.1 404 204 This is my first GAE project and I'm not a paid user yet so upgrading isn't currently an option

Re: [google-appengine] Loading up data in the init() method

2015-02-19 Thread Vinny P
On Thu, Feb 19, 2015 at 8:00 AM, Syed Rizvi ammari...@gmail.com wrote: I have a RESTful service that gets XML data from an external URL, does some work on it and serves it to its clients. The dataset is initialized in the init() method and takes 1 minutes but less than 2 to be initialized

[google-appengine] Google App Engine SDK 1.9.18 is now available

2015-02-19 Thread Ramki Krishnan
Hi All, Version 1.9.18 of Google App Engine SDK is out with a rather large combination of new features and bug releases. All == - Newly created apps will have modules enabled by default. Existing apps will still be able to use the existing migrate my app to