<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Thomas Brox Røst</title>
	<atom:link href="http://thomas.broxrost.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomas.broxrost.com</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 19:05:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Porting legacy databases to Google App Engine by Stephen Reese</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-196</link>
		<dc:creator>Stephen Reese</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-196</guid>
		<description>Great, this will provide a nice start...</description>
		<content:encoded><![CDATA[<p>Great, this will provide a nice start&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django on Google App Engine in 13 simple steps by haydn</title>
		<link>http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/#comment-185</link>
		<dc:creator>haydn</dc:creator>
		<pubDate>Tue, 22 Jul 2008 17:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.broxrost.com/?p=8#comment-185</guid>
		<description>@Rey Bumalay

Go to http://localhost:8080/_ah/admin - (depending on your port/vhost conf, of course) and there'll be a (slightly crap) tool to view the datastore.</description>
		<content:encoded><![CDATA[<p>@Rey Bumalay</p>
<p>Go to <a href="http://localhost:8080/_ah/admin" rel="nofollow">http://localhost:8080/_ah/admin</a> - (depending on your port/vhost conf, of course) and there&#8217;ll be a (slightly crap) tool to view the datastore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django on Google App Engine in 13 simple steps by Thomas Brox Røst</title>
		<link>http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/#comment-159</link>
		<dc:creator>Thomas Brox Røst</dc:creator>
		<pubDate>Mon, 14 Jul 2008 06:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.broxrost.com/?p=8#comment-159</guid>
		<description>@Rey: Not really, but at least Google are working on improved data import and export facilities: http://googleappengine.blogspot.com/2008/04/getting-your-data-on-and-off-of-google.html. You might also check out this bulk downloader tool: http://code.google.com/p/gawsh/wiki/BulkDownload
</description>
		<content:encoded><![CDATA[<p>@Rey: Not really, but at least Google are working on improved data import and export facilities: <a href="http://googleappengine.blogspot.com/2008/04/getting-your-data-on-and-off-of-google.html" rel="nofollow">http://googleappengine.blogspot.com/2008/04/getting-your-data-on-and-off-of-google.html</a>. You might also check out this bulk downloader tool: <a href="http://code.google.com/p/gawsh/wiki/BulkDownload" rel="nofollow">http://code.google.com/p/gawsh/wiki/BulkDownload</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Porting legacy databases to Google App Engine by Thomas Brox Røst</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-158</link>
		<dc:creator>Thomas Brox Røst</dc:creator>
		<pubDate>Mon, 14 Jul 2008 06:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-158</guid>
		<description>@c-soft: I might look into the Windows issue in a later posting.

@Cherian: I noticed that you are using port number 8081 instead of 8080. Unless you have changed the default port setting for the local development server then that could be the problem.</description>
		<content:encoded><![CDATA[<p>@c-soft: I might look into the Windows issue in a later posting.</p>
<p>@Cherian: I noticed that you are using port number 8081 instead of 8080. Unless you have changed the default port setting for the local development server then that could be the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Porting legacy databases to Google App Engine by Cherian</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-157</link>
		<dc:creator>Cherian</dc:creator>
		<pubDate>Mon, 14 Jul 2008 04:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-157</guid>
		<description>Hi Thomas when I run the bulk upholder command I receive a 'Connection refused' error.

G:\Cherian\Google App Engine Projects\onlinemovieticket&#62;python c:\google_appengi
ne\tools\bulkload_client.py --filename names.csv --kind Customer --url http://lo
calhost:8081/load
INFO     2008-07-14 10:19:35,280 bulkload_client.py] Starting import; maximum 10
 entities per post
INFO     2008-07-14 10:19:35,280 bulkload_client.py] Importing 4 entities in 71
bytes
ERROR    2008-07-14 10:19:36,358 bulkload_client.py] An error occurred while imp
orting: (10061, 'Connection refused')
ERROR    2008-07-14 10:19:36,358 bulkload_client.py] Import failed

What could be the reason.

Regards,
Cherian</description>
		<content:encoded><![CDATA[<p>Hi Thomas when I run the bulk upholder command I receive a &#8216;Connection refused&#8217; error.</p>
<p>G:\Cherian\Google App Engine Projects\onlinemovieticket&gt;python c:\google_appengi<br />
ne\tools\bulkload_client.py &#8211;filename names.csv &#8211;kind Customer &#8211;url <a href="http://lo" rel="nofollow">http://lo</a><br />
calhost:8081/load<br />
INFO     2008-07-14 10:19:35,280 bulkload_client.py] Starting import; maximum 10<br />
 entities per post<br />
INFO     2008-07-14 10:19:35,280 bulkload_client.py] Importing 4 entities in 71<br />
bytes<br />
ERROR    2008-07-14 10:19:36,358 bulkload_client.py] An error occurred while imp<br />
orting: (10061, &#8216;Connection refused&#8217;)<br />
ERROR    2008-07-14 10:19:36,358 bulkload_client.py] Import failed</p>
<p>What could be the reason.</p>
<p>Regards,<br />
Cherian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django on Google App Engine in 13 simple steps by Rey Bumalay</title>
		<link>http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/#comment-102</link>
		<dc:creator>Rey Bumalay</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.broxrost.com/?p=8#comment-102</guid>
		<description>Nice tutorial! Do you happen to know a way to view google app engine's databas on my local machine. Thanks!</description>
		<content:encoded><![CDATA[<p>Nice tutorial! Do you happen to know a way to view google app engine&#8217;s databas on my local machine. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django on Google App Engine in 13 simple steps by Adil Saleem</title>
		<link>http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/#comment-98</link>
		<dc:creator>Adil Saleem</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.broxrost.com/?p=8#comment-98</guid>
		<description>very nice post. worked like a charm. Thanks</description>
		<content:encoded><![CDATA[<p>very nice post. worked like a charm. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Porting legacy databases to Google App Engine by c-soft</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-96</link>
		<dc:creator>c-soft</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-96</guid>
		<description>I have the same problem, bulk import just doesn't seem to work under Windows.
The problem occurs for both test server and production. Tried to debug it but eventually gave up.</description>
		<content:encoded><![CDATA[<p>I have the same problem, bulk import just doesn&#8217;t seem to work under Windows.<br />
The problem occurs for both test server and production. Tried to debug it but eventually gave up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Porting legacy databases to Google App Engine by Thomas Brox Røst</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-87</link>
		<dc:creator>Thomas Brox Røst</dc:creator>
		<pubDate>Mon, 23 Jun 2008 11:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-87</guid>
		<description>@Frank: The dev cookie is the same as the one I have been using. I have not tested the whole thing on a Windows box so that might have something to do with it. You should also make sure that you are using the latest version of the App Engine SDK, but since it doesn't work in production either that is probably not it.</description>
		<content:encoded><![CDATA[<p>@Frank: The dev cookie is the same as the one I have been using. I have not tested the whole thing on a Windows box so that might have something to do with it. You should also make sure that you are using the latest version of the App Engine SDK, but since it doesn&#8217;t work in production either that is probably not it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Porting legacy databases to Google App Engine by Frank Harper</title>
		<link>http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/#comment-82</link>
		<dc:creator>Frank Harper</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.broxrost.com/?p=23#comment-82</guid>
		<description>Actually I am having the same problem with dev_appserver and the production server :
ERROR 2008-06-19 23:22:54,562 bulkload_client.py] An error occurred while importing: Received code 302: Requires login

If I remove "login: admin" from my app.yaml it works. The cookie I'm using for dev is --cookie='dev_appserver_login="test@example.com:True"' 

BTW, there's a little problem with your bulkload_client.py example. With the version of the SDK that I'm running on Windows, all the "-" options should be "--". So the example would be :
bulkload_client.py -–filename=/tmp/inventory.txt -–kind=Inventory -–url=http://upload-demo.appspot.com/load –-cookie=’ACSID=AJKiYcE[…]1Hh4′</description>
		<content:encoded><![CDATA[<p>Actually I am having the same problem with dev_appserver and the production server :<br />
ERROR 2008-06-19 23:22:54,562 bulkload_client.py] An error occurred while importing: Received code 302: Requires login</p>
<p>If I remove &#8220;login: admin&#8221; from my app.yaml it works. The cookie I&#8217;m using for dev is &#8211;cookie=&#8217;dev_appserver_login=&#8221;test@example.com:True&#8221;&#8216; </p>
<p>BTW, there&#8217;s a little problem with your bulkload_client.py example. With the version of the SDK that I&#8217;m running on Windows, all the &#8220;-&#8221; options should be &#8220;&#8211;&#8221;. So the example would be :<br />
bulkload_client.py -–filename=/tmp/inventory.txt -–kind=Inventory -–url=http://upload-demo.appspot.com/load –-cookie=’ACSID=AJKiYcE[…]1Hh4′</p>
]]></content:encoded>
	</item>
</channel>
</rss>
