<?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>vividly nonsensical &#187; microsoft</title>
	<atom:link href="http://www.jirc.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jirc.com</link>
	<description>it just makes nonsense</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Exchange 2010 SP1 Install &#8211; Setup previously failed while performing the action &#8220;Install&#8221;</title>
		<link>http://www.jirc.com/2010/08/26/exchange-2010-sp1-install-setup-previously-failed-while-performing-the-action-install/</link>
		<comments>http://www.jirc.com/2010/08/26/exchange-2010-sp1-install-setup-previously-failed-while-performing-the-action-install/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:07:38 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[microsoft exchange]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=567</guid>
		<description><![CDATA[A day after I performed a fresh install of Microsoft Exchange 2010, SP1 came out.  Great timing. I decided to plunge into it head first, feet second and safety third. Received the following error during the SP1 installation: Some controls aren&#8217;t valid. Setup previously failed while performing the action &#8220;Install&#8221;. You can&#8217;t resume setup by [...]]]></description>
			<content:encoded><![CDATA[<p>A day after I performed a fresh install of Microsoft Exchange 2010, SP1 came out.  Great timing. I decided to plunge into it head first, feet second and safety third.</p>
<p>Received the following error during the SP1 installation:</p>
<blockquote><p>Some controls aren&#8217;t valid. Setup previously failed while performing the action &#8220;Install&#8221;. You can&#8217;t resume setup by performaing the action &#8220;BuildToBuildUpgrade&#8221;.</p>
</blockquote>
<p style="text-align: center;"><a href="http://www.jirc.com/wp-content/uploads/2010/08/SP1Error.png"><img class="size-medium wp-image-574  aligncenter" title="SP1Error" src="http://www.jirc.com/wp-content/uploads/2010/08/SP1Error-300x259.png" alt="" width="260" height="225" /></a></p>
<p>It seems as though the server thinks a previous installation operation never completed. An interrupted setup never occurred on this system, but whatever, that&#8217;s what it thinks.</p>
<p>My setup is <a href="http://www.jirc.com/tag/windows-server-2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows Server 2008">Windows Server 2008</a> R2, Exchange 2010. To resolve this error and continue installation open up your registry and go to</p>
<ul>
<li>Open regedit</li>
<li><em><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v14\MailboxRole</strong></em></li>
<li>The role could potentially whichever role your server thinks installation was interrupted during</li>
<li>Delete the key named <em><strong>Action</strong></em></li>
</ul>
<p><em><strong><a href="http://www.jirc.com/wp-content/uploads/2010/08/actionkey.png"><img class="size-medium wp-image-571 aligncenter" title="actionkey" src="http://www.jirc.com/wp-content/uploads/2010/08/actionkey-300x101.png" alt="" width="200" height="67" /><br />
 </a></strong></em>I&#8217;ve read posts that mention the existence of a value for the Watermark key is the issue, however my testing showed that deleting the Action key resolves the issue.  It is in fact what the error specifically states is the problem. Not sure if that logic can be applied universally however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2010/08/26/exchange-2010-sp1-install-setup-previously-failed-while-performing-the-action-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running 32bit applications on a 64bit IIS7.5 platform</title>
		<link>http://www.jirc.com/2009/12/04/running-32bit-applications-on-a-64bit-iis7-5-platform/</link>
		<comments>http://www.jirc.com/2009/12/04/running-32bit-applications-on-a-64bit-iis7-5-platform/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 22:54:43 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[32bit windows]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[application pool]]></category>
		<category><![CDATA[DSN]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[windows server 2003 r2]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=461</guid>
		<description><![CDATA[As I continue to attempt getting all old IIS6 sites running properly in IIS 7.5 (Windows Server 2003 R2 64bit), the next issue didn&#8217;t occur much past my last post.  After creating my new Data Source (DSN), I opened up the migrated site and received the following error: Microsoft OLE DB Provider for ODBC Drivers [...]]]></description>
			<content:encoded><![CDATA[<p>As I continue to attempt getting all old IIS6 sites running properly in <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> 7.5 (<a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 R2 64bit), the next issue didn&#8217;t occur much past my <a href="http://www.jirc.com/2009/12/04/where-did-all-the-odbc-drivers-go-from-windows-server-2008-64bit/" target="_blank">last post</a>.  After creating my new Data Source (<a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">DSN</a>), I opened up the migrated site and received the following error:</p>
<blockquote><p>Microsoft OLE DB Provider for ODBC Drivers error &#8217;80004005&#8242;<br />
 [Microsoft][ODBC Driver Manager] The specified <a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">DSN</a> contains an architecture mismatch between the Driver and Application<br />
 /path/to/<a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">dsn</a>.asp, line 6</p>
</blockquote>
<p>Well that&#8217;s interesting.  It&#8217;s mostly interesting because of what was actually on line 6 of this file:</p>
<blockquote><p>Conn.Open &#8220;<a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">dsn</a>=dsnName;uid=user;pwd=pass;&#8221;</p>
</blockquote>
<p>Googling kept pointing me to it being a 32bit application running in 64bit mode.  All the resolutions were mostly explaining that the application needs to be recompiled, yadda, yadda.  Obviously this .asp file isn&#8217;t a &#8220;32bit file&#8221;, and well what am I supposed to tell my customers, that they need to only use 64bit .mdb files?</p>
<p><span id="more-461"></span>The solution was actually simple and had been something I&#8217;d read a few days before at <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">iis</a>.net about <a href="http://learn.iis.net/page.aspx/201/32-bit-mode-worker-processes/" target="_blank">32bit mode worker processes</a>.</p>
<blockquote><p>To configure 32-bit mode for the server</p>
<ul>
<li> Open a command prompt and run the following:</li>
</ul>
<p>%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.enable32BitAppOnWin64:true</p>
</blockquote>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/12/32bitapp.PNG"><img class="alignleft size-thumbnail wp-image-463" style="border: 1px solid black;" title="32bitapp" src="http://www.jirc.com/wp-content/uploads/2009/12/32bitapp-150x150.PNG" alt="32bitapp" width="100" height="100" /></a>Or you can just toggle this option in the Advanced Settings for the Application Pool for which the site is running. Either way works just fine.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>I suppose on a shared web server for which I have no daily knowledge or control over what my customers are doing, it would be a best practice to turn 32bit mode for all sites by default and if an opportunity or need arises to switch back to native 64bit mode, then all the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/12/04/running-32bit-applications-on-a-64bit-iis7-5-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where did all the ODBC Drivers go from Windows Server 2008 64bit</title>
		<link>http://www.jirc.com/2009/12/04/where-did-all-the-odbc-drivers-go-from-windows-server-2008-64bit/</link>
		<comments>http://www.jirc.com/2009/12/04/where-did-all-the-odbc-drivers-go-from-windows-server-2008-64bit/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 17:17:46 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[32bit windows]]></category>
		<category><![CDATA[64bit windows]]></category>
		<category><![CDATA[DSN]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS7.5]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[web edition]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=439</guid>
		<description><![CDATA[So I&#8217;m in the process of moving all the sites leftover on my old 32bit Windows Server 2003 web servers running IIS6. I&#8217;m moving everything to Microsoft Windows Server 2008 R2 64bit.  I am pretty sure I&#8217;m going to end up choosing the Web Edition of Windows Server 2008.  So far it seems to do [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m in the process of moving all the sites leftover on my old 32bit <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 web servers running IIS6. I&#8217;m moving everything to <em><strong>Microsoft <a href="http://www.jirc.com/tag/windows-server-2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows Server 2008">Windows Server 2008</a> R2 64bit</strong></em>.  I am pretty sure I&#8217;m going to end up choosing the Web Edition of <a href="http://www.jirc.com/tag/windows-server-2008/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows Server 2008">Windows Server 2008</a>.  So far it seems to do everything I need at a huge discount to Standard Edition.</p>
<p>I would have expected there to be no problems with most of them. I started out with a dinky little site that uses a small <strong><em>Microsoft Access Database</em></strong>.  This site uses a standard <a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">DSN</a> to access the .mdb. I proceed to go to the Administrative Tools and open the <strong><em>ODBC Data Source Administrator</em></strong> window and add a new <a href="http://www.jirc.com/tag/dsn/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DSN">DSN</a> for the .mdb and lo and behold I see the following nearly empty window:</p>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/12/odbcempty.PNG"><span id="more-439"></span><img class="size-thumbnail wp-image-440 alignleft" style="border: 1px solid black;" title="odbcempty" src="http://www.jirc.com/wp-content/uploads/2009/12/odbcempty-150x150.PNG" alt="odbcempty" width="100" height="100" /></a></p>
<p>&lt;&#8211; This of course is no good! Where are all the other data drivers? Apparently all the regular ones we are used to seeing in 32bit <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> no longer exist as 64bit drivers.  The trick is to execute %windir%\SysWOW64\odbcad32.exe.</p>
<p><br class="spacer_" /></p>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/12/odbcfull.PNG"><img class="size-thumbnail wp-image-442 alignleft" style="border: 1px solid black;" title="odbcfull" src="http://www.jirc.com/wp-content/uploads/2009/12/odbcfull-150x150.PNG" alt="odbcfull" width="100" height="100" /></a> &lt;&#8211; This will give you the ability to add the rest of the 32bit Data Sources such as Microsoft Access (.mdb).</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/12/04/where-did-all-the-odbc-drivers-go-from-windows-server-2008-64bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Active Directory account lockout (resolved)</title>
		<link>http://www.jirc.com/2009/08/14/outlook-2007-active-directory-account-lockout-resolved/</link>
		<comments>http://www.jirc.com/2009/08/14/outlook-2007-active-directory-account-lockout-resolved/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:55:16 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=406</guid>
		<description><![CDATA[The problem was painfully obvious: Since installing Outlook 2007 my Active Directory account name continues to get locked out. It seems as though this problem is caused by my local computer account name (which I am logged in as), is the same as the one in my Active Directory.  Outlook must be trying to unsuccessfully [...]]]></description>
			<content:encoded><![CDATA[<p>The problem was painfully obvious: Since installing Outlook 2007 my Active Directory account name continues to get locked out.</p>
<p>It seems as though this problem is caused by my local computer account name (which I am logged in as), is the same as the one in my Active Directory.  Outlook must be trying to unsuccessfully authenticate to AD using &#8220;username&#8221; instead of &#8220;domain\username&#8221;.  This seems odd to me, however since I changed my local Vista username to something different the problem hasn&#8217;t shown itself.</p>
<p>Thanks to <a href="http://www.webdevmatt.com" target="_blank">Matt  / webdevmatt.com</a> for the suggestion</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/08/14/outlook-2007-active-directory-account-lockout-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 Technical Preview &#8211; Outlook: Day 1</title>
		<link>http://www.jirc.com/2009/07/16/office-outlook-2010-technical-preview-day-1/</link>
		<comments>http://www.jirc.com/2009/07/16/office-outlook-2010-technical-preview-day-1/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:18:16 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=345</guid>
		<description><![CDATA[I got around to installing the Microsoft Office 2010 Technical Preview yesterday. All in all I&#8217;m very impressed with what I&#8217;m seeing.  I&#8217;ve beta tested Office 2003 and Office 2007, as well as run all their Technical Previews and I think I can already say this one runs much smoother than any I&#8217;ve tested in [...]]]></description>
			<content:encoded><![CDATA[<p>I got around to installing the <a href="http://www.jirc.com/tag/microsoft-office/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft office">Microsoft Office</a> 2010 Technical Preview yesterday. All in all I&#8217;m very impressed with what I&#8217;m seeing.  I&#8217;ve beta tested Office 2003 and Office 2007, as well as run all their Technical Previews and I think I can already say this one runs much smoother than any I&#8217;ve tested in the past.   It runs fast, smooth, and as desired with only a few problems so far.</p>
<p><em><strong><span style="font-size: large;">64bit</span></strong></em><span style="font-size: large;"> </span><br />
This is long overdue. I live out of Outlook and it gets put to the test on a daily basis. Any bit of extra power I can get out of Outlook is a huge plus in my book.  Granted there aren&#8217;t many functions that will make use of 64bit processing, but again every bit counts.</p>
<p><em><strong><span style="font-size: large;">Splash</span></strong></em><span style="font-size: large;"> </span><br />
The first thing you&#8217;ll notice upon launching Outlook 2010 is the new splash screen. I know it seems insignificant, and this change lacks any sort of functionality, however it&#8217;s nice to see all aspects of the product being improved.  One very small thing the splash screen does do is show the progress of the startup process, which might prove to be helpful in the future.<a href="http://www.jirc.com/wp-content/uploads/2009/07/o2010_splash.jpg"><img class="size-full wp-image-346 alignnone" style="border: 1px solid black;" title="o2010_splash" src="http://www.jirc.com/wp-content/uploads/2009/07/o2010_splash.jpg" alt="o2010_splash" width="137" height="91" /></a></p>
<p>Outlook takes a while to load up the first time.  It seems to have sped up with each subsequent launch.  I suspect that is due to caching and indexing finally completing.</p>
<p><em><strong><span style="font-size: large;">Ribbon</span></strong></em><span style="font-size: large;"> </span><br />
Microsoft did what I thought they should have done with Outlook 2007 &#8211; give the same style ribbon that the rest of the Office products received with Office 2007.  This is long overdue in my opinion.</p>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/07/o2010_plain_ribbon.jpg"><img class="alignnone size-large wp-image-350" style="border: 1px solid black;" title="o2010_plain_ribbon" src="http://www.jirc.com/wp-content/uploads/2009/07/o2010_plain_ribbon-1024x113.jpg" alt="o2010_plain_ribbon" width="526" height="58" /></a></p>
<p><em><strong><span style="font-size: large;">Quick Steps</span></strong></em><span style="font-size: large;"> </span><br />
One of the cooler things with this release is the inclusion of &#8220;Quick Steps&#8221;.  Thnk of them as customizable repeat actions. You can create a quick step to take care of things you do all the time, such as forward an email to a specific person or manager, reply or reply all to a message with a Meeting Request, move a message to a specific folder and much more.  You can even create a quick step, that will with on click, Reply (all) to a message, change the subject and insert predefined text in the body. I know this was all possible with rules and templates with previous Outlook versions, but never this simple and quick.</p>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/07/o2010_quicksteps.jpg"><img class="size-full wp-image-360 alignnone" style="border: 1px solid black;" title="o2010_quicksteps" src="http://www.jirc.com/wp-content/uploads/2009/07/o2010_quicksteps.jpg" alt="o2010_quicksteps" width="258" height="77" /></a></p>
<p>My one hope for Quick Steps is that Microsoft opens up the Quick Steps to allow users to create Quick Steps with much more detailed actions that they don&#8217;t offer by default. Currently they only give a short list of very basic functions.  You can&#8217;t tease me with an awesome idea like this and not expect me to want more <img src='http://www.jirc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em><strong><span style="font-size: large;">Search</span></strong></em><span style="font-size: large;"> </span><br />
Search within Outlook 2010 looks to be much more useful to the common user. Microsoft has including some predefined search criteria options which made often made it a pain to do more complex searches within Outlook 2007. It seems so simple, but we never had it like this before. I think Microsoft is really starting to listen.</p>
<p><a href="http://www.jirc.com/wp-content/uploads/2009/07/o2010_searchtools2.jpg"><img class="alignnone size-full wp-image-356" style="border: 1px solid black;" title="o2010_searchtools" src="http://www.jirc.com/wp-content/uploads/2009/07/o2010_searchtools2.jpg" alt="o2010_searchtools" width="359" height="112" /></a></p>
<p><em><strong><span style="font-size: large;">Active Directory Authentication</span></strong></em><span style="font-size: large;"> </span><br />
The only, and potentially fatal problem I&#8217;ve had so far is since I&#8217;ve installed Outlook 2010 my Active Directory account seems to be getting locked out.  Its happened twice within the last day.  I&#8217;ll open Outlook and it will keep asking me for my username and password.  Then, I&#8217;ll log onto my Domain Controller and see that my account has been locked out &#8211; and yes I am typing the right password.  I&#8217;m not sure what is Outlook is trying to do, but it&#8217;s doing it unsuccessfully. My Domain Security Policy is vanilla, so Outlook is failing at authenticating something the magic number of times. I hope this is a bug that Micrsoft has assigned some resources to.</p>
<p><em><strong><span style="font-size: large;">Conclusion</span></strong></em><span style="font-size: large;"> </span><br />
Other than the major problem with my Active Directory account getting locked out Microsoft is right on track with this one.  The interface is clean and fast and there few improvements I&#8217;ve seen thus far scream the fact that Microsoft is putting in a lot of effort.</p>
<p>I don&#8217;t usually have much of a need for the other Office apps, but when I do I usually work in them all day for a special project. I hope to get some alone time with Visio 2007 next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/07/16/office-outlook-2010-technical-preview-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migrate IIS from one server to another</title>
		<link>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/</link>
		<comments>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:46:42 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IUSR]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=306</guid>
		<description><![CDATA[Last week I had the unfortunate and immediate need to migrate IIS 6.0 from one Windows Server 2003 to another. I thought this process was going to be very painful, when in fact it was quite simple and straightforward. It&#8217;s hard to believe that after all these years I&#8217;ve never had to do this. There [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I had the unfortunate and immediate need to migrate <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> 6.0 from one <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 to another. I thought this process was going to be very painful, when in fact it was quite simple and straightforward. It&#8217;s hard to believe that after all these years I&#8217;ve never had to do this. There really is a first time for everything!</p>
<p>Luckily I run everything within VMware <a href="http://www.jirc.com/tag/esx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ESX">ESX</a> Environment, so no data needed to be copied from one machine to another. I simply provisioned a new <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 guest and added the old server&#8217;s VMDK disk to the new machine.</p>
<ul>
<li>The first thing you need to do is backup your old <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> configuration. In <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager, right click in <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager &gt; All Tasks &gt; Backup/Restore Configuration.</li>
</ul>
<ul>
<li>Probably the most imporant part of the whole process is to make sure you &#8220;Encrypt the backup using password&#8221;. This makes th e <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> config &#8220;portable&#8221;. If you don&#8217;t encrypt it, you won&#8217;t be able to import it on a different system as there are sessions keys stored withing the <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> metabase.</li>
</ul>
<ul>
<li>By default the configuration backup goes to C:\<a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">WINDOWS</a>\system32\inetsrv\MetaBack. So you will need to grab both files it has created and move them on over to the new server. Place them in the same location on the new server because <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> doesn&#8217;t give you a choice to browse for a backup &#8211; it looks in that directory each time.</li>
</ul>
<ul>
<li>Now you&#8217;ll restore that configuration from within <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager, right click in <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager &gt; All Tasks &gt; Backup/Restore Configuration. Choose the one you want to restore and restore. It will ask for the encryptin password.</li>
<li>Now we need to restart <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a>. This will actually re-create the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account in the Local User Manager, which kind of impressed me. The password will be wrong for this account so you need to set it to something manually by the normal Reset Password function.</li>
<li>Now you need to need to tell the metabase about that new password. Microsoft has a nice article outlining how this is done.<br />
<a href="http://support.microsoft.com/kb/297989" target="_blank">http://support.microsoft.com/kb/297989</a></li>
<li>Restart <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> and for the most part you should be good to go.</li>
</ul>
<p>I opted to simply reset the password for the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account that the metabase created automatically for me. The name was wrong (hence IUSR_computer), however this meant I wouldnt need to change all of the special <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> permissions set for special files such as MDB and other special case files. You can easily tell the metabase to use a new user account as the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account using the metabase explorer, but I&#8217;m not going to go into that right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PERC and Dynamic Disk Hell</title>
		<link>http://www.jirc.com/2009/04/23/perc-and-dynamic-disk-hell/</link>
		<comments>http://www.jirc.com/2009/04/23/perc-and-dynamic-disk-hell/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:41:21 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[ramblings]]></category>
		<category><![CDATA[Bart PE]]></category>
		<category><![CDATA[Ghost]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[PERC]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=302</guid>
		<description><![CDATA[The goal at my customer&#8217;s site last night was simple: Ghost the Dell PowerEdge 2950 Windows Server 2003 C: and D: drives Pull out the 3 old 36GB drive RAID 5 Array  and replace with 5 shiny new 146GB drives in a RAID 5 Array Put the ghost image back on the new RAID 5 [...]]]></description>
			<content:encoded><![CDATA[<p>The goal at my customer&#8217;s site last night was simple:</p>
<ol>
<li>Ghost the Dell PowerEdge 2950 <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 C: and D: drives</li>
<li>Pull out the 3 old 36GB drive RAID 5 Array  and replace with 5 shiny new 146GB drives in a RAID 5 Array</li>
<li>Put the ghost image back on the new RAID 5 array</li>
<li>Go home and have a good night&#8217;s rest</li>
</ol>
<p>My night can be summed up in two simple words:  <strong>MISERABLE FAILURE</strong></p>
<p>Almost two hours into the project I finally realized that the PERC3/Di drivers are actually inserted into the PERC2/3 bundle of <a href="http://www.jirc.com/tag/perc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PERC">PERC</a> drivers rather than the <a href="http://www.jirc.com/tag/perc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PERC">PERC</a> 3/4 bundle of drivers.  There are <a href="http://www.jirc.com/tag/perc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PERC">PERC</a> Di&#8217;s,, Si&#8217;s, DC&#8217;s, SC&#8217;s, and QC&#8217;s.  The Di and Si versions apparently are the bastard child of the <a href="http://www.jirc.com/tag/perc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PERC">PERC</a> drivers.</p>
<p>Once I was able to boot into <a href="http://www.jirc.com/tag/bart-pe/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Bart PE">Bart PE</a> Ghost kept crashing with <em>Error 32000</em>.  Symantec basically says this could mean anything, or nothing.  Thanks Symantec.</p>
<p>I was finally able to take an image of the machine, however it was useless.  It turns out the previous IT guy decided it would be a great idea to turn the RAID 5 Array into a dynamic partition.  Ghost, and from what I&#8217;ve read cannot clone RAID 5 volumes &#8211; only spanned, striped or mirrored volumes.</p>
<p>What upsets me more than the fact that this just a stupid decision by the last IT guy, and more the fact that several hours were wasted by me trying to get it to work is the fact that the last guy must have made a concerted, conscious effor to make this change in <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>. This was not a case of simply choosing the wrong choice &#8211; Door A or B. A colleague of mine reminded me this morning as I was venting that Microsoft suggest making all volumes Dynamic (or at least they did a while back).</p>
<p>I take full blame for not preparing for the w0rk I was embarking upon last night.  It just goes to show that you really can&#8217;t trust the work of others. Nothing is safe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/04/23/perc-and-dynamic-disk-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why can&#8217;t I just click &#8220;Install Updates&#8221; and walk away?</title>
		<link>http://www.jirc.com/2009/04/20/why-cant-i-just-click-install-updates-and-walk-away/</link>
		<comments>http://www.jirc.com/2009/04/20/why-cant-i-just-click-install-updates-and-walk-away/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 23:43:18 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[ramblings]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=249</guid>
		<description><![CDATA[After all these years.  All the upgrades, complaints, replacments and new versions &#8211; we still need to interact with our Windows Update process. It started out years ago with the special program interaction that was required with IE installations for WU.  Then it was the Malicious Software Removal Tool and Service Packs.  Now we have [...]]]></description>
			<content:encoded><![CDATA[<p>After all these years.  All the upgrades, complaints, replacments and new versions &#8211; we still need to interact with our <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Update process. It started out years ago with the special program interaction that was required with IE installations for WU.  Then it was the Malicious Software Removal Tool and Service Packs.  Now we have this silly Microsoft Live Installer.</p>
<p>It would seem to me that the easiest way to get more users to install updates would be to actually make it easier for them to do! Could Microsoft not really want users to install updates?  Do they enjoy being lambasted in the blogosphere about how insecure their systems allegedly are?</p>
<p>Maybe the folks over at Microsoft have been misunderstood all along. Maybe they make these boneheaded decisions on purpose.  Maybe they are just masochists and they thrive on pain and torture.  They&#8217;d rather fight the big fight rather than do the little things that might make our lives easier.</p>
<p>I suppose on some level we all like the pain.  That&#8217;s why we still put up with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/04/20/why-cant-i-just-click-install-updates-and-walk-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

