[google-appengine] HR Migration questions

2013-06-20 Thread johnP

I am performing our migration from MS to HR for an app with maybe 35 
million entities.   I initiated the copy tool about 65 hours ago and it has 
been in the 'copy' stage for about 40 hours (it was testing for integrity, 
or something, for the first 23 hours).  As of now in the new app, about 1-4 
entities (per type) have copied for 25 entity types, and about 43 entity 
types are still completely missing in the new app.   91 blobs have copied. 
 Questions:

1.  Is this 'normal'?
2.  If so, how long should I patiently wait?  Are the latter stages of the 
transition process similarly slow/unpredictable, or is it just this first 
part?
3.  If not, what should I do to reset the process?  Do I need to use 
premium support to have someone to rejigger something in the copy process?

johnP

-- 
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] Google App Engine credit for startups

2013-06-20 Thread Varun Agrawal
Few days earlier, I signed up for $1000 free Google App Engine credit for 
startups. The next day I got an E-Mail requesting me to enable billing and 
filling a form. I did the both things, but I have not received any credit 
yet. Please give me my $1000 free credit.\
I signed up for this offer on June 10, 2013.

-- 
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] blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread James Gilliam
Blob upload is failing with 503 (service unavailable) ... see attached

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


attachment: Screen Shot 2013-06-20 at 9.55.30 AM.png

[google-appengine] Re: AppEngine down again?

2013-06-20 Thread James Gilliam
Also, blob upload is failing with error code 503

On Tuesday, June 18, 2013 10:51:10 AM UTC-7, Ray wrote:

 Even Google Groups is very slow at the moment.  AppEngine Dashboard cannot 
 be loaded.

-- 
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] App Engine VM-based Backends - Trusted Tester Sign-up

2013-06-20 Thread Takashi Matsuo
Fellow App Engine Gurus,

We're happy to announce the next generation of App Engine Managed Backends.
These Backends utilize the App Engine VM Runtime, allowing developers to
run Backends on Compute Engine VMs. By building on top of Compute Engine
VMs, developers can:


   - take advantage of higher CPU and memory
   - rely on longer-lived processes
   - utilize a local filesystem
   - communicate via native network stacks
   - execute external processes
   - access the entire JRE
   - upload arbitrary Python extensions


Given that these are App Engine Backends, you can still use all the App
Engine APIs to access the existing managed services (Datastore, Task
Queues, Memcache, etc.)

Updating existing Backends to run on Compute Engine VMs is a simple config
change:

app.yaml

application: app-id
version: v1
runtime: python27
*vm: true*
*
*
*manual_scaling:*
*  instances: 1*


That’s all you need to get started. We’ll pick a deafult VM machine type
and spin everything up your behalf. Of course there other options that you
can set (including machine type) and these are documented in the Getting
Started 
Guidehttps://docs.google.com/document/d/1VH1oVarfKILAF_TfvETtPPE3TFzIuWqsa22PtkRkgJ4/edit#
.

In order to build a great product, we need quality feedback from brave
early adopters. If you’re interested test driving, please sign-up at the
link below and we’ll take care of the rest.

App Engine VM-based VM Runtime - Trusted Tester
Sign-uphttps://docs.google.com/forms/d/1NTPROehZLn7lzu3pcXryB8BlZN5cu0SwiIzPnl35xHs/viewform

Also, if you have any questions, please feel free to send an email to:
appengine-vm-backe...@googelgroups.com

Thanks!

-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.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.




[google-appengine] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread blackpawn
oof getting this too, has my service down as people aren't able to upload 
anything. :(

On Thursday, June 20, 2013 9:58:17 AM UTC-7, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached

-- 
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] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread alex
Is there an issue on the public tracker? I'd star it too.

On Thursday, June 20, 2013 6:58:17 PM UTC+2, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached

-- 
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] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread John Lowry
We are working on a fix. Details will be posted here:

https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/iXnjYk4L60g

On Thursday, June 20, 2013 1:30:23 PM UTC-7, blackpawn wrote:

 oof getting this too, has my service down as people aren't able to upload 
 anything. :(

 On Thursday, June 20, 2013 9:58:17 AM UTC-7, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached



-- 
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] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread blackpawn
thanks!!

On Thursday, June 20, 2013 1:36:31 PM UTC-7, John Lowry wrote:

 We are working on a fix. Details will be posted here:


 https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/iXnjYk4L60g

 On Thursday, June 20, 2013 1:30:23 PM UTC-7, blackpawn wrote:

 oof getting this too, has my service down as people aren't able to upload 
 anything. :(

 On Thursday, June 20, 2013 9:58:17 AM UTC-7, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached



-- 
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] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread blackpawn
thanks!!

On Thursday, June 20, 2013 1:36:31 PM UTC-7, John Lowry wrote:

 We are working on a fix. Details will be posted here:


 https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/iXnjYk4L60g

 On Thursday, June 20, 2013 1:30:23 PM UTC-7, blackpawn wrote:

 oof getting this too, has my service down as people aren't able to upload 
 anything. :(

 On Thursday, June 20, 2013 9:58:17 AM UTC-7, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached



-- 
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] Re: blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread blackpawn
thanks!!

On Thursday, June 20, 2013 1:36:31 PM UTC-7, John Lowry wrote:

 We are working on a fix. Details will be posted here:


 https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/iXnjYk4L60g

 On Thursday, June 20, 2013 1:30:23 PM UTC-7, blackpawn wrote:

 oof getting this too, has my service down as people aren't able to upload 
 anything. :(

 On Thursday, June 20, 2013 9:58:17 AM UTC-7, James Gilliam wrote:

 Blob upload is failing with 503 (service unavailable) ... see attached



-- 
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] error when use file_get_contents on gae for php

2013-06-20 Thread Vinny P
On Wed, Jun 19, 2013 at 1:07 AM, Chun-Ta Kung chuntak...@gmail.com wrote:

 Even I use the simplest code, I will get the same error.
 ?php
 file_get_contents('http://www.google.com');
 ?

 Any idea?




Hello Chun-Ta,

+1 on Amy's suggestion, that your local computer is most likely having
difficulties with DNS resolving.

You can double check if this is the problem by trying to send http requests
directly to IP addresses. For example, instead of attempting to access
http://google.com, try accessing http://74.125.227.192 (this IP address is
listed as one of the A records for google.com, you can double check this by
looking up the DNS information for Google).

If the direct query to the IP address works, then your computer is failing
to resolve DNS properly. If this still fails, you may have a more complex
issue.

-
-Vinny P
Technology  Media Advisor
Chicago, IL

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


On Wed, Jun 19, 2013 at 7:53 PM, Amy Unruh a...@google.com wrote:

 It sounds like your computer might be having trouble resolving hostnames--
 have you noticed any other indications of that?

 On 19 June 2013 16:07, Chun-Ta Kung chuntak...@gmail.com wrote:

 Hi,

 I tested the sample code on this page: https://developers.
 google.com/appengine/docs/php/urlfetch/

 the script is like this:

 $data = array('data' = 'this', 'data2' = 'that');
 $data = http_build_query($data);
 $context =
 array(http=
   array(
 method = get,
 header = custom-header: custom-value\r\n .
 custom-header-two: custome-value-2\r\n ,
 content = $data
   )
 );
 $context = stream_context_create($context);
 $result = file_get_contents(http://app.com/path?query=update;, false,
 $context);


 However, I always get an error from server like below:

 *Warning*: file_get_contents(): php_network_getaddresses: getaddrinfo
 failed: A non-recoverable error occurred during a database lookup. in *
 C:\gae_work\helloworld\helloworld.php* on line *14*

 *Warning*: file_get_contents(http://app.com/path?query=update): failed
 to open stream: php_network_getaddresses: getaddrinfo failed: A
 non-recoverable error occurred during a database lookup. in *
 C:\gae_work\helloworld\helloworld.php* on line *14*



-- 
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] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-06-20 Thread pdknsk
Wow, this sounds quite fantastic if it works how I imagine it does. 
Hopefully pricing is oriented more towards current GCE prices.

-- 
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] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-06-20 Thread Ray
Will it cost like Compute Engine or it will cost like App Engine? (e.g. how 
much are the memory?)

On Friday, June 21, 2013 3:21:06 AM UTC+8, Takashi Matsuo (Google) wrote:


 Fellow App Engine Gurus,

 We're happy to announce the next generation of App Engine Managed 
 Backends. These Backends utilize the App Engine VM Runtime, allowing 
 developers to run Backends on Compute Engine VMs. By building on top of 
 Compute Engine VMs, developers can:


- take advantage of higher CPU and memory
- rely on longer-lived processes
- utilize a local filesystem
- communicate via native network stacks
- execute external processes
- access the entire JRE
- upload arbitrary Python extensions


 Given that these are App Engine Backends, you can still use all the App 
 Engine APIs to access the existing managed services (Datastore, Task 
 Queues, Memcache, etc.)

 Updating existing Backends to run on Compute Engine VMs is a simple config 
 change:

 app.yaml
 
 application: app-id
 version: v1
 runtime: python27
 *vm: true*
 *
 *
 *manual_scaling:*
 *  instances: 1*


 That’s all you need to get started. We’ll pick a deafult VM machine type 
 and spin everything up your behalf. Of course there other options that you 
 can set (including machine type) and these are documented in the Getting 
 Started 
 Guidehttps://docs.google.com/document/d/1VH1oVarfKILAF_TfvETtPPE3TFzIuWqsa22PtkRkgJ4/edit#
 .

 In order to build a great product, we need quality feedback from brave 
 early adopters. If you’re interested test driving, please sign-up at the 
 link below and we’ll take care of the rest.

 App Engine VM-based VM Runtime - Trusted Tester 
 Sign-uphttps://docs.google.com/forms/d/1NTPROehZLn7lzu3pcXryB8BlZN5cu0SwiIzPnl35xHs/viewform

 Also, if you have any questions, please feel free to send an email to:
 appengine-...@googelgroups.com javascript:

 Thanks!

 -- 
 Takashi Matsuo | Developers Programs Engineer | tma...@google.comjavascript:
  

-- 
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] Re: Wordpress + AppEngine = PressEngine

2013-06-20 Thread @Mlaynes

yeah!.. there is nice news there..

https://gaeforphp-blog.appspot.com/2013/06/14/announcing-the-google-app-engine-wordpress-plugin/
https://gaeforphp-blog.appspot.com/2013/06/13/whats-new-for-php-in-the-app-engine-1-8-1-release/
https://gaeforphp-blog.appspot.com/2013/05/26/setting-up-phpmyadmin-on-app-engine/

believe me? GAE-PHP seems to me more fast than GAE-Java, GAE-Python (to 
starting)
less latency on Google Cloud SQL ?


-- 
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] Re: Wordpress + AppEngine = PressEngine

2013-06-20 Thread @Mlaynes

yeah!.. we have multiple nice news there..

https://gaeforphp-blog.appspot.com/2013/06/14/announcing-the-google-app-engine-wordpress-plugin/
https://gaeforphp-blog.appspot.com/2013/06/13/whats-new-for-php-in-the-app-engine-1-8-1-release/
https://gaeforphp-blog.appspot.com/2013/05/26/setting-up-phpmyadmin-on-app-engine/

believe me? GAE-PHP seems to me more fast than GAE-Java, GAE-Python (to 
starting)
less latency on Google Cloud SQL ?

@Mlaynes

-- 
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] Re: Google Apps No Longer Free

2013-06-20 Thread Balázs Benedek
Hi Andrew,

What happens at the end of the trial? Is the account simply deleted and the 
domain-mapped application stops responding on the given domain name?

Thank you,

Balazs


On Thursday, June 20, 2013 6:07:13 AM UTC+2, Andrew Jessup wrote:

 Hi Pat - unfortunately as we announced last week - we are no longer able 
 to offer the Google Apps Standard edition to App Engine customers. Instead 
 (as Barry notes), we can offer a $50 credit toward your App Engine 
 application to help offset the cost of your Google Apps for Business 
 subscription.

 The terms and conditions of the credit, and the form to request one if you 
 are eligible can be found here - http://goo.gl/akrPB

 The announcement itself is here - 
 https://groups.google.com/forum/?fromgroups#!topic/google-appengine/jC_K-YlmXhM

 On Monday, 17 June 2013 12:52:32 UTC-4, Pat Glenn wrote:

 Hi Andrew,

 I set up my domain on the appengine (at least I think I did it 
 correctly). However, how do I know that once the free 30 day trial for the 
 google apps for business expires, that my account on the appengine will 
 automatically take over? Or do I need to do something to switch it over 
 now? Please advise and thanks for your help..  (The domain I set up was 
 Ben-Glenn.com)

 On Friday, December 7, 2012 12:39:22 PM UTC-5, Andrew Jessup wrote:

 Hi Michele,

 To set up your domain in this way, navigate to your application's 
 dashboard within appengine.google.com and visit Application Settings  
 Add Domain. On that screen follow the Sign Up for Google Apps Standard 
 link. From here you can sign up to a limited version of Google Apps 
 Standard.

 Kind regards,

 Andrew Jessup | Product Manager, Google App Engine

 On Friday, 7 December 2012 01:53:11 UTC-8, Michele De Rose wrote:

 Hi Greg D'Alesandre,
 I can't find the way/link for to register a new domain with standard 
 google apps (free for 1 user)...

 can you help me?

 thanks a lot :)

 Michele.


 Il giorno venerdì 7 dicembre 2012 04:41:34 UTC+1, Greg D'Alesandre ha 
 scritto:

 Hello Everyone,

 The Apps Standard account you have today will continue to work for 
 free.  If you create a new Apps account going through the App Engine 
 Admin 
 Console you'll still be able to create a Standard Apps account for free 
 but 
 you'll only be able to get 1 user per account rather than the 10 you get 
 today.

 Let me know if you have additional questions,

 Greg D'Alesandre
 Senior Product Manager, Google App Engine

 On Thu, Dec 6, 2012 at 7:00 PM, Nickolas Daskalou 
 ni...@daskalou.comwrote:

 -1 Google.

 Nick



 On 7 December 2012 13:53, Strom xxs...@gmail.com wrote:

 This seems like another nice price increase for GAE.


 On Friday, December 7, 2012 4:42:42 AM UTC+2, Greg wrote:

 Just saw that Google Apps is no longer free for 
 businesseshttp://googleenterprise.blogspot.co.nz/2012/12/changes-to-google-apps-for-businesses.html
 . 

 I have no problem paying for a Google Apps account where I actually 
 use Google apps, but at the moment you have to have a Google Apps 
 account 
 to link a domain to an Appengine app. Some of our apps have two or 
 three 
 domains showing the same app, and because you need to have an account 
 for 
 each email address that Appengine sends email from, we have three or 
 four 
 accounts per domain. So this is potentially going to add $600 per year 
 to 
 our costs - all for virtual accounts that don't actually use Google 
 Apps at 
 all.

 Can someone from Google comment please? Either Google Apps accounts 
 need to remain free if they are associated with Appengine apps, or 
 there 
 needs to be another way to link domains (and authorise email 
 addresses) for 
 Appengine.


  -- 
 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/-/7K0WvlZvU0oJ.

 To post to this group, send email to google-a...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengi...@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-a...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengi...@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 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.