<?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; Error</title>
	<atom:link href="http://blog.mastertheteam.net/tag/error/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>Team Foundation Server 2008 installation &#8211; Errors Part 2</title>
		<link>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-2/</link>
		<comments>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-2/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 09:14:06 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Team Foundation Server]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=24</guid>
		<description><![CDATA[This is my second post about errors which can occur while installing Team Foundation Server.
If you find errors like this in your event log:




Source:
MSSQLSERVER


Event ID:
18456


Description:
Login failed for user &#8216;NT AUTHORITY\SYSTEM&#8217;. [CLIENT: &#60;local machine&#62;]








Source:
Report Server Windows


Event ID:
107


Description:
Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database.




and/or for example the TFSSchedulerService does not start after ]]></description>
			<content:encoded><![CDATA[<p>This is my <a href="http://blog.trivadis.com/blogs/nicolasmueggler/archive/2008/02/27/team-foundation-server-2008-installation-errors-part-1.aspx" target="_blank">second post</a> about errors which can occur while installing Team Foundation Server.</p>
<p>If you find errors like this in your event log:</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>Source:</td>
<td>MSSQLSERVER</td>
</tr>
<tr>
<td>Event ID:</td>
<td>18456</td>
</tr>
<tr>
<td>Description:</td>
<td>Login failed for user &#8216;NT AUTHORITY\SYSTEM&#8217;. [CLIENT: &lt;local machine&gt;]</td>
</tr>
</tbody>
</table>
</blockquote>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>Source:</td>
<td>Report Server Windows</td>
</tr>
<tr>
<td>Event ID:</td>
<td>107</td>
</tr>
<tr>
<td>Description:</td>
<td>Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database.</td>
</tr>
</tbody>
</table>
</blockquote>
<p>and/or for example the TFSSchedulerService does not start after reboot, your SQL services might start to slow. This happens mostly if you install TFS in Single-Server mode.<br />
Other services trying to connect to databases in the SQL Server but this is not completely up and running. To avoid this problem you need to delay loading this specific services.</p>
<p>Go to the registry editor and add a Multi-String Value to the corresponding service entry:</p>
<p>Key: \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ReportServer<br />
Right click &#8220;New Multi-String Value&#8221;<br />
Name: DependOnService<br />
Value: MSSQLSERVER</p>
<p>Do this for all services like ReportServer and TFSSchedulerService. There is also a Knowledge-Base article <a href="http://support.microsoft.com/kb/193888" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Foundation Server 2008 installation &#8211; Errors Part 1</title>
		<link>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-1/</link>
		<comments>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-1/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 08:53:16 +0000</pubDate>
		<dc:creator>Nicolas Mueggler</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Team Foundation Server]]></category>

		<guid isPermaLink="false">http://blog.mastertheteam.net/?p=15</guid>
		<description><![CDATA[This is the first post about errors which can occur when installation TFS 2008.
Event log entry information:




Source:
DCOM


Event ID:
10016


User:
domain\tfsservice


Description:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with
CLSID {61738644-F196-11D0-9953-00C04FD919C1}
to the user domain\tfsservice SID (&#8230;).  This security permission can be modified using the Component Services administrative tool.




Reason:
This happens after installing ]]></description>
			<content:encoded><![CDATA[<p>This is the first post about errors which can occur when installation TFS 2008.</p>
<p>Event log entry information:</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>Source:</td>
<td>DCOM</td>
</tr>
<tr>
<td>Event ID:</td>
<td>10016</td>
</tr>
<tr>
<td>User:</td>
<td>domain\tfsservice</td>
</tr>
<tr>
<td>Description:</td>
<td>The application-specific permission settings do not grant Local Activation permission for the COM Server application with<br />
CLSID {61738644-F196-11D0-9953-00C04FD919C1}<br />
to the user domain\tfsservice SID (&#8230;).  This security permission can be modified using the Component Services administrative tool.</td>
</tr>
</tbody>
</table>
</blockquote>
<p>Reason:<br />
This happens after installing SharePoint Services 3.0. The CLSID is used by the service &#8220;IIS WAMREG admin Service&#8221; and the tfsservice Account needs to have the local activation right on this service.</p>
<p>Solution:</p>
<ol>
<li>Open &#8220;Administrative Tools&#8221; &gt; &#8220;Component Services&#8221;</li>
<li>Expand nodes &#8220;Computers&#8221; &gt; &#8220;My Computer&#8221; &gt; &#8220;DCOM Config&#8221;</li>
<li>Locate entry &#8220;IIS WAMREG admin Service&#8221;</li>
<li>Right click &gt; Properties</li>
<li>Tab &#8220;Security&#8221; &gt; &#8220;Launch and Activation Permissions&#8221; &gt; &#8220;Edit&#8230;&#8221; Button</li>
<li>Add tfsservice Account if not already present and grant permissions &#8220;Local Launch&#8221; and &#8220;Local Activation&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.mastertheteam.net/2008/10/team-foundation-server-2008-installation-errors-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
