<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cannontrodder's world &#187; Web Dev</title>
	<atom:link href="http://www.cannontrodder.net/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cannontrodder.net</link>
	<description>cannontrodder - Getting nothing done since 1975.</description>
	<lastBuildDate>Sat, 06 Feb 2010 22:19:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2008 x64 Express on Windows Server 2008 x64 is UTTERLY BROKEN</title>
		<link>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/</link>
		<comments>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:22:27 +0000</pubDate>
		<dc:creator>cannontrodder</dc:creator>
				<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.cannontrodder.net/?p=108</guid>
		<description><![CDATA[I&#8217;ve had the most frustrating 4 hours trying to install SQL Server 2008.
It boils down to this: the sql installer has five bugs that stop you installing it properly. Now I&#8217;m not sure if most people have seen the SQL Server 2008 installer but it goes on and on checking pre-requisites and performing other tests [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the most frustrating 4 hours trying to install SQL Server 2008.</p>
<p>It boils down to this: the sql installer has five bugs that stop you installing it properly. Now I&#8217;m not sure if most people have seen the SQL Server 2008 installer but it goes on and on checking pre-requisites and performing other tests yet completely and utterly FAILS when trying to do ANY type of install on Windows 2008 Server x64 when you&#8217;ve removed SQL Server 2005 beforehand.</p>
<p><span id="more-108"></span>I get the error message: &#8220;<em>The <strong>INSTANCESHAREDWOWDIR</strong> command line value is not valid.</em>&#8221;</p>
<p>&#8230;and I get it when I click <em>next</em> on this screen populated with default values:</p>
<div id="attachment_109" class="wp-caption alignleft" style="width: 310px"><a href="http://www.cannontrodder.net/wp-content/sqlinstallmadness.png"><img class="size-medium wp-image-109" title="SQL Server 2008 Madness" src="http://www.cannontrodder.net/wp-content/sqlinstallmadness-300x225.png" alt="These are the default values!" width="300" height="225" /></a><p class="wp-caption-text">These are the default values!</p></div>
<p>This problem seems to occur when you have removed SQL 2005 (which I had to do on our newly commissioned server from 1and1) and then try to install SQL 2008.</p>
<p>It turns out you need to over-ride one of the values passed into the installer &#8211; <strong>INSTALLEDSHAREDWOWDIR</strong> &#8211; yes, the error message is actually WRONG, there is no such parameter as <strong>INSTANCESHAREDWOWDIR</strong> (bug #1). So, set the <strong>INSTALLSHAREDWOWDIR</strong> parameter via the command-line. But don&#8217;t set it to <strong>&#8220;C:\Program Files(x86)\Microsoft SQL Server\&#8221;</strong>, because you already have the shared feature folder option set to  <strong>&#8220;C:\Program Files(x86)\Microsoft SQL Server\&#8221;</strong> from the previous install and it won&#8217;t allow them to be the same. Even though it won&#8217;t let you change it&#8230;. (bug #2)</p>
<p>Now when you try and change  the <strong>INSTALLSHAREDWOWDIR</strong> parameter via the command-line, it complains that you have not set the <strong>INSTANCESHAREDDIR</strong> parameter. But that parameter does not exist (bug #3), it means <strong>INSTALLSHAREDDIR</strong> even though a value for that is set in the dialog which it won&#8217;t let you change&#8230;..</p>
<p>So, you have to run the setup.exe from the command line like this:</p>
<p><code>setup /action=install /INSTALLSHAREDDIR="C:\Program Files\Microsoft SQL Server\\" /INSTALLSHAREDWOWDIR="C:\Program Files\Microsoft SQL Server Shared\\"</code></p>
<p>Let&#8217;s just skim over the crazy double back-slash escaping at the end by just stating that it is insane.</p>
<p>I have to point out that the parameter for <strong>INSTALLSHAREDDIR</strong> gets ignored anyway (bug #4), it still uses the default value in the image above but at least it stops moaning about it. I&#8217;ve set the shared folder to a new one of my own choosing because I have a bad feeling something else later on down the line is going to clash with it.</p>
<p>Once you have done this, you will get past that install screen that held me captive for 4 hours and be able to set the instance name. (Do yourself a favour, specify the instance name manually as MSSQLSERVER if you want it to be the default instance. That&#8217;s because the default instance option doesn&#8217;t work either. (bug #5))</p>
<p>This all left me in a position where we had paid for a server that should have been completely compatible with the configuration I needed but we simply could not install it. That&#8217;s not a nice feeling at all!</p>
<p>SQL 2008 &#8211; utterly, utterly, utterly CRAP installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cannontrodder.net/2009/07/24/sql-server-2008-x64-on-windows-server-2008-x64-is-utterly-broken/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Blank Wordpress Theme</title>
		<link>http://www.cannontrodder.net/2007/06/14/blank-wordpress-theme/</link>
		<comments>http://www.cannontrodder.net/2007/06/14/blank-wordpress-theme/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 15:58:57 +0000</pubDate>
		<dc:creator>cannontrodder</dc:creator>
				<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.cannontrodder.net/?p=16</guid>
		<description><![CDATA[I created the theme for this site by following a tutorial at www.cypherhackz.net. Before I started to build the site up into this style, I took a zip of the theme which I&#8217;ll offer up here for people to use to save time making their own.
I have incorporated a set of CSS style rules at [...]]]></description>
			<content:encoded><![CDATA[<p>I created the theme for this site by <a href="http://www.cypherhackz.net/archives/2006/12/13/make-your-own-wordpress-theme-part-1/">following a tutorial</a> at <a href="http://www.cypherhackz.net/">www.cypherhackz.net</a>. Before I started to build the site up into this style, I took a zip of the theme <a href="http://www.cannontrodder.net/wp-content/blank.zip">which I&#8217;ll offer up here</a> for people to use to save time making their own.</p>
<p>I have incorporated a set of CSS style rules at the top of the page to help the style sheet remain consistent across browsers. Many thanks to Eric at <a href="http://meyerweb.com/">meyerweb.com</a> for <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/">working them all out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cannontrodder.net/2007/06/14/blank-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
