<?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>Third Tier &#187; SQL Server 2008</title>
	<atom:link href="http://www.thirdtier.net/category/sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thirdtier.net</link>
	<description>Support for IT Professional</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:12:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Watch Out For SSIS Package Migration/Upgrade Errors</title>
		<link>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors/</link>
		<comments>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 03:09:00 +0000</pubDate>
		<dc:creator>edwin</dc:creator>
				<category><![CDATA[Edwin Sarmiento]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.thirdtier.net/?guid=694ec2fb4f1890dc3a34419947104acc</guid>
		<description><![CDATA[After successfully upgrading a multi-instance SQL Server 2005 Failover Cluster to SQL Server 2008 R2, I got woken up today by a page from a SQL Server Agent job failure. Knowing that the job was created by one of my colleagues, I ignored it for a while...]]></description>
			<content:encoded><![CDATA[<div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">After successfully upgrading a multi-instance SQL Server 2005 Failover Cluster to SQL Server 2008 R2, I got woken up today by a page from a SQL Server Agent job failure. Knowing that the job was created by one of my colleagues, I ignored it for a while since it only runs once a week and is not really that critical since it only performs tasks for reporting purposes. However, I just can't seem to get it off my head that what seems to be a successful upgrade caused some issues on the SQL Server Integration Services (SSIS) components. I checked the SQL Server Agent Job History for more information but only found this bit of information in the error log</span></div><div style="color: red; font-family: Arial,Helvetica,sans-serif;"><b><i><span style="font-size: small;"><br />
</span></i></b></div><div style="color: red; font-family: Arial,Helvetica,sans-serif;"><b><i><span style="font-size: small;">The package failed to load due to error 0xC0010014</span></i></b></div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;"><br />
</span></div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">After a quick search on Google, I found this <a href="http://blogs.msdn.com/b/ramoji/archive/2008/12/24/package-migration-from-version-3-to-version-2-failed-with-error-0xc001700a-the-version-number-in-the-package-is-not-valid-the-version-number-cannot-be-greater-than-current-version-number.aspx">blog pos</a>t on the MSDN Blogs site that explains what could be a possible cause for the error. While the blog post defined a different error number from the one I had, I was sure that this was it. Knowing that I had SQL Server 2005 Failover Cluster before, I had a feeling that the DTExec.exe executable file was still hanging around. True enough, I saw the EXE file. And the SQL Server Agent job that failed points to the old version of the DTExec.exe file. I immediately changed the path from within the SQL Server Agent job to point to the new version of the DTExec.exe file. The command which points to the old path looks like this</span></div><div style="font-family: Arial,Helvetica,sans-serif;"><br />
</div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;"><i><b>C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe</b></i><br />
<br />
After modifying the path, I now have this <br />
<br />
<i><b>C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe</b></i></span></div><div style="font-family: Arial,Helvetica,sans-serif;"><br />
</div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">One thing to look for after upgrading a SQL Server 2005 instance to SQL Server 2008/R2 (whether it is a failover cluster instance or not) is to make sure that your SSIS packages are reconfigured to point to the new path of the DTExec.exe executable and test them accordingly&nbsp; </span></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/92377218009570869-1742494306153767417?l=bassplayerdoc.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/bassplayerdoc/~4/YhXvLMSwsdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Out For SSIS Package Migration/Upgrade Errors</title>
		<link>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors-2/</link>
		<comments>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors-2/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 03:09:00 +0000</pubDate>
		<dc:creator>edwin</dc:creator>
				<category><![CDATA[Edwin Sarmiento]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">https://www.thirdtier.net/?guid=694ec2fb4f1890dc3a34419947104acc</guid>
		<description><![CDATA[After successfully upgrading a multi-instance SQL Server 2005 Failover Cluster to SQL Server 2008 R2, I got woken up today by a page from a SQL Server Agent job failure. Knowing that the job was created by one of my colleagues, I ignored it for a while...]]></description>
			<content:encoded><![CDATA[<div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">After successfully upgrading a multi-instance SQL Server 2005 Failover Cluster to SQL Server 2008 R2, I got woken up today by a page from a SQL Server Agent job failure. Knowing that the job was created by one of my colleagues, I ignored it for a while since it only runs once a week and is not really that critical since it only performs tasks for reporting purposes. However, I just can't seem to get it off my head that what seems to be a successful upgrade caused some issues on the SQL Server Integration Services (SSIS) components. I checked the SQL Server Agent Job History for more information but only found this bit of information in the error log</span></div><div style="color: red; font-family: Arial,Helvetica,sans-serif;"><b><i><span style="font-size: small;"><br />
</span></i></b></div><div style="color: red; font-family: Arial,Helvetica,sans-serif;"><b><i><span style="font-size: small;">The package failed to load due to error 0xC0010014</span></i></b></div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;"><br />
</span></div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">After a quick search on Google, I found this <a href="http://blogs.msdn.com/b/ramoji/archive/2008/12/24/package-migration-from-version-3-to-version-2-failed-with-error-0xc001700a-the-version-number-in-the-package-is-not-valid-the-version-number-cannot-be-greater-than-current-version-number.aspx">blog pos</a>t on the MSDN Blogs site that explains what could be a possible cause for the error. While the blog post defined a different error number from the one I had, I was sure that this was it. Knowing that I had SQL Server 2005 Failover Cluster before, I had a feeling that the DTExec.exe executable file was still hanging around. True enough, I saw the EXE file. And the SQL Server Agent job that failed points to the old version of the DTExec.exe file. I immediately changed the path from within the SQL Server Agent job to point to the new version of the DTExec.exe file. The command which points to the old path looks like this</span></div><div style="font-family: Arial,Helvetica,sans-serif;"><br />
</div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;"><i><b>C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe</b></i><br />
<br />
After modifying the path, I now have this <br />
<br />
<i><b>C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe</b></i></span></div><div style="font-family: Arial,Helvetica,sans-serif;"><br />
</div><div style="font-family: Arial,Helvetica,sans-serif;"><span style="font-size: small;">One thing to look for after upgrading a SQL Server 2005 instance to SQL Server 2008/R2 (whether it is a failover cluster instance or not) is to make sure that your SSIS packages are reconfigured to point to the new path of the DTExec.exe executable and test them accordingly&nbsp; </span></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/92377218009570869-1742494306153767417?l=bassplayerdoc.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/bassplayerdoc/~4/YhXvLMSwsdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thirdtier.net/2011/06/watch-out-for-ssis-package-migrationupgrade-errors-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SQL Server 2008 Failover Cluster on a Windows Server 2008 R2?</title>
		<link>http://www.thirdtier.net/2009/12/installing-sql-server-2008-failover-cluster-on-a-windows-server-2008-r2/</link>
		<comments>http://www.thirdtier.net/2009/12/installing-sql-server-2008-failover-cluster-on-a-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:47:00 +0000</pubDate>
		<dc:creator>edwin</dc:creator>
				<category><![CDATA[Edwin Sarmiento]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Slipstream]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I did a demo fest on installing SQL Server 2008 Failover Cluster on a Windows Server 2008 system a few weeks back for a user group event and the attendees requested that I post more information about how to do a slipstream of service pack in a SQL Serv...]]></description>
			<content:encoded><![CDATA[<span style="font-family: arial;">I did a demo fest on installing SQL Server 2008 Failover Cluster on a Windows Server 2008 system a few weeks back for a user group event and the attendees requested that I post more information about how to do a slipstream of service pack in a SQL Server 2008 installation. With Windows Server 2008 R2 already released, Microsoft released </span><a href="http://support.microsoft.com/kb/955725/EN-US" >KB article 955725 </a><span style="font-family: arial;">highlighting the need for SQL Server 2008 Service Pack 1 when installing on either Windows 7 or Windows Server 2008 R2. I wrote an article on <a href="http://www.mssqltips.com/tip.asp?tip=1902">MSSQLTips.com</a> about it to supplement the series on installing <a href="http://www.mssqltips.com/tip.asp?tip=1687">SQL Server 2008 Failover Cluster</a>.</span><br /><br /><span style="font-family: arial;">This blog post came a bit late as I needed to wait for the article to be posted on the site so I can use it as a reference.  </span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/92377218009570869-3819433638603508207?l=bassplayerdoc.blogspot.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/bassplayerdoc/~4/h8DGschlLxw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thirdtier.net/2009/12/installing-sql-server-2008-failover-cluster-on-a-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

