Typically this problem can arise when the application is set up to use
one authentication option (e.g. Google Accounts) and you are using a
user with a different configuration (e.g. Google Apps account with the
domain 'therailroadempire.com'). The simplest solution is to add
another admin to your application which matches the authentication
options of the application.

--Matthew

On Nov 23, 5:27 pm, Michael Robellard <[email protected]> wrote:
> I added an --auth_domain=therailroadempire.com
>
> so my entire command is:
> appcfg.py upload_data --has_header --config_file=models/loaders.py --
> filename=docs/cities.csv --kind=City --
> auth_domain=therailroadempire.com .
>
> I am using the same username/password that I use to connect to the
> admin console.
>
> I am sure I am missing something simple, but I still can't figure it
> out.
>
> Anyone have any ideas?
>
> On Nov 21, 11:54 pm, Michael Robellard <[email protected]> wrote:
>
>
>
> > I am having a terrible time getting my bulk upload to work.
> > It is working fine on my dev enviornment. When I try and upload to my
> > app I get:
>
> > [INFO     2009-11-21 23:49:48,233 bulkloader.py] Logging to bulkloader-
> > log-20091121.234948
> > [INFO     2009-11-21 23:49:48,250 bulkloader.py] Throttling transfers:
> > [INFO     2009-11-21 23:49:48,250 bulkloader.py] Bandwidth: 250000
> > bytes/second
> > [INFO     2009-11-21 23:49:48,250 bulkloader.py] HTTP connections: 8/
> > second
> > [INFO     2009-11-21 23:49:48,250 bulkloader.py] Entities inserted/
> > fetched/modified: 20/second
> > [INFO     2009-11-21 23:49:48,250 bulkloader.py] Opening database:
> > bulkloader-progress-20091121.234948.sql3
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-1]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-2]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-3]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-4]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-5]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-6]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-7]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-9]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-8]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 adaptive_thread_pool.py] [Thread-10]
> > WorkerThread: started
> > [DEBUG    2009-11-21 23:49:48,608 bulkloader.py] Configuring
> > remote_api. url_path = /remote_api, servername =
> > railroadempire.appspot.com
> > [DEBUG    2009-11-21 23:49:48,608 bulkloader.py] Bulkloader using
> > app_id: railroadempire
> > [INFO     2009-11-21 23:49:48,608 bulkloader.py] Connecting to
> > railroadempire.appspot.com/remote_api
> > [INFO     2009-11-21 23:49:59,578 bulkloader.py] Authentication Failed
>
> > Here is my app.yaml file:
> > application: railroadempire
> > version: 1
> > runtime: python
> > api_version: 1
>
> > handlers:
> > - url: /remote_api
> >   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
> >   login: admin
>
> > - url: /.*
> >   script: environment.py
>
> > I know I am just doing something stupid, but I have been trying to get
> > this working for 2 hours now.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to