Google App Engine Fix “Another transaction by user acct is already in progress”
If an update for Google App Engine doesn’t complete it will cause an error and not allow you to upload new updates the error code is similar to: Another transaction by user acct is already in progress for this app and major version. That user can undo the transaction with appcfg.py’s “rollback” command.
Rollback Google App Update
Google App Engine Error Code
- Create a new batch file
- Copy the code below, make sure you change the email and appnamehere to your appname
"C:\Program Files\Python26\python" "C:\Program Files\Google\google_appengine\appcfg.py" -verbose --no_cookies --email=email@gmail.com --passin rollback appnamehere
- Finally run the batch file and the update will be rolled back


Sample Config for WordPress Running on Varnish 2.1
Are you using 32 bit or 64 bit Office 2010?
Have Outlook 2010 Automatically Close a Message After Replying or Forwarding
How to Start Outlook 2010 in a Different Folder
Do you get Error Code 80071392 Using Windows Live Messenger?
How To Image, Sysprep and Deploy Windows 7 a Complete Guide – Using sysprep and Imagex
How to Disable Auto Renewal for Xbox Live
Installing Windows 7 From a USB Stick From Windows XP (Bootable USB) 
Yes this has helped me–the script didn’t work because of a deprecation error, but the basic idea was very helpful. Thank you for writing this post!:-)
Thank you, it’s very helpful
Thanks soo much! It totally saved my team
As I was wondering how to implement it..
Another way to fix this is incrementing the version number in your app.yaml file. Maybe not the prettiest solution, but faster
Yes this will work, but you will need to set that version to be active, in the online section