<?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>TechNullogy &#187; SQL</title>
	<atom:link href="http://www.technullogy.net/index.php/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technullogy.net</link>
	<description>Musings of a convert to nerdism</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Can&#8217;t Synchronize TFS Warehouse after upgrading SQL Server to 2008</title>
		<link>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/</link>
		<comments>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:26:37 +0000</pubDate>
		<dc:creator>MJ Hufford</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.technullogy.net/?p=191</guid>
		<description><![CDATA[I recently upgraded our TFS server from SQL 2005 to SQL 2008.  Since then, my remaining work report hasn&#8217;t run.  This makes me sad.  Bill Wang explained the reason for this and I&#8217;m grateful for it. In a nutshell, there needs to be an assembly redirection.  This takes place per a couple settings in two [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded our TFS server from SQL 2005 to SQL 2008.  Since then, my remaining work report hasn&#8217;t run.  This makes me sad.  <a href="http://billwg.blogspot.com/2009/04/cant-synchronize-tfs-warehouse-after.html">Bill Wang explained the reason for this and I&#8217;m grateful for it.</a></p>
<p>In a nutshell, there needs to be an assembly redirection.  This takes place per a couple settings in two (2) different web.config files.  Modify the config files in C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web Services\Warehouse\web.config AND  C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Tools\SetupWarehouse.exe.config as follows:</p>
<pre>      <span>&lt;</span><span>dependentAssembly</span><span>&gt;</span>
        <span>&lt;</span><span>assemblyIdentity</span> <span>name</span><span>="Microsoft.AnalysisServices"</span>
                          <span>publicKeyToken</span><span>="89845dcd8080cc91"</span>
                          <span>culture</span><span>="neutral"</span> <span>/&gt;</span>
        <span>&lt;</span><span>bindingRedirect</span> <span>oldVersion</span><span>="9.0.242.0"</span> <span>newVersion</span><span>="10.0.0.0"</span><span>/&gt;</span>
      <span>&lt;/</span><span>dependentAssembly</span><span>&gt;

</span></pre>
<p>Restart IIS, then send Bill Wang a thank you note!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technullogy.net/index.php/2009/09/29/cant-synchronize-tfs-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
