<?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>Nicolas is blogging &#187; Update</title>
	<atom:link href="http://blog.mastertheteam.net/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastertheteam.net</link>
	<description>Jand writes about team development and Microsoft.NET</description>
	<lastBuildDate>Fri, 24 Jul 2009 14:19:09 +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>TFS SP1 installation retrospect</title>
		<link>http://blog.mastertheteam.net/2008/10/tfs-sp1-installation-retrospect/</link>
		<comments>http://blog.mastertheteam.net/2008/10/tfs-sp1-installation-retrospect/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:41:09 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Team System]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=51</guid>
		<description><![CDATA[After helping a few customers to install TFS SP1, I&#8217;d like to note some problems often occurring.

The SP installation package has some problems in dual server configurations and throws an error while installing. To avoid this problems, I always run the command line TFSQuiesce to shutdown all activities before installing.
When the original installation of TFS ]]></description>
			<content:encoded><![CDATA[<p>After helping a few customers to install TFS SP1, I&#8217;d like to note some problems often occurring.</p>
<ol>
<li>The SP installation package has some problems in dual server configurations and throws an error while installing. To avoid this problems, I always run the command line <a href="http://support.microsoft.com/kb/950893" target="_blank">TFSQuiesce</a> to shutdown all activities before installing.</li>
<li>When the original installation of TFS is run under a specific user (not a general &#8220;TFSSETUP&#8221; serivce account) and you try to install the SP with another user, you&#8217;ll probably get an Exception in the event log called something like this &#8220;Could not find stored procedure &#8216;dbo.GetAccountDisplayMode&#8217;&#8221; as described on the <a href="http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/ad0210e3-dd0d-4d04-91e6-44743e1495b0/" target="_blank">MSDN forums</a>.<br />
This happens because the owner of the databases is someone else and the user which installed the SP maybe hasn&#8217;t enough rights and therefore the setup wasn&#8217;t able to change the DB schema.<br />
Uninstall the SP and try to run it again under the correct user.</li>
<li>Microsoft has published a hotfix for the issue where check-in event e-mail alert notifications don&#8217;t work well after <a href="http://blogs.msdn.com/buckh/archive/2008/10/14/how-to-set-up-tfs-2008-sp1-to-use-tswa-links-in-checkin-notification-emails.aspx">TFS 2008 is configured to point use Work Item hyperlinks to Team System Web Access</a>. Basically you create a subscription to the check-in events and the e-mail you get says this:<br />
<em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/10/tfs-sp1-installation-retrospect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help on installing Team System SP1</title>
		<link>http://blog.mastertheteam.net/2008/10/help-on-installing-team-system-sp1/</link>
		<comments>http://blog.mastertheteam.net/2008/10/help-on-installing-team-system-sp1/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:23:01 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Team System]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=31</guid>
		<description><![CDATA[Being the first is not always the best, especially if you want to be the first on a new software release  . So if you already want to install the Service Pack 1 for your Team System environment, I want to give you some hints to not getting troubles.

Before installing SP1 make sure you ]]></description>
			<content:encoded><![CDATA[<p>Being the first is not always the best, especially if you want to be the first on a new software release <img src='http://blog.mastertheteam.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . So if you already want to install the Service Pack 1 for your Team System environment, I want to give you some hints to not getting troubles.</p>
<ol>
<li>Before installing SP1 make sure you run the <a href="http://code.msdn.microsoft.com/RemoveKB944899" target="_blank">Hotfix Cleanup Utility</a> for Visual Studio to cleanup your current installation</li>
<li>If you have Express Edition and normal Visual Studio installed, you can&#8217;t update Express before upgrading normal Visual Studio</li>
<li>When upgrading your TFS with an installation of Visual Studio make sure that you first install SP for Visual Studio and then the one for TFS. If you first install TFS SP1, then you can&#8217;t update Visual Studio anymore&#8230;</li>
<li>Update all your tiers with SP1 (this includes Build Server, Load Controller, TFS and Client) to avoid unpredictable errors</li>
<li>If you working with ASP.NET Ajax you should wait to upgrade, because there could be a bug in the SP. This was reported by Thomas Schissler in <a href="http://www.artiso.com/ProBlog/PermaLink,guid,a2aa9376-34de-4284-bb39-d05d3e9d18fb.aspx" target="_blank">his blog post</a> (German).</li>
<li>If you make a new installation of TFS and want to include installing SP1, then look for the updated <a href="http://www.microsoft.com/downloads/details.aspx?familyid=ff12844f-398c-4fe9-8b0d-9e84181d9923&amp;displaylang=en" target="_blank">TFS Installation Guide</a> to integrate SP1 in the installation (there is currently no TFS2008 ISO incl. SP1).</li>
<li>Look for the <a href="http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm" target="_blank">Readme</a> listing the known issues</li>
</ol>
<p>As good practice I advice my customers (Production environments) to wait for the next 2 weeks to make sure no big problems will be found.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/10/help-on-installing-team-system-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
