<?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>Edwin M SarmientoUpgrade &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/category/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>Watch Out for Microsoft TechDays Canada 2011</title>
		<link>https://www.edwinmsarmiento.com/watch-out-for-microsoft-techdays-canada-2011/</link>
		<comments>https://www.edwinmsarmiento.com/watch-out-for-microsoft-techdays-canada-2011/#respond</comments>
		<pubDate>Thu, 20 Oct 2011 19:04:54 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server "Denali"]]></category>
		<category><![CDATA[TechDays Canada]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=499</guid>

				<description><![CDATA[If you happen to be in Canada, you probably have heard about Microsoft TechDays &#8211; the premier technical conference for IT professionals and developers. This year, three cities &#8211; Vancouver, Montreal and Toronto &#8211; will be hosting this 2-day event. Two years ago, I did a presentation &#8220;on SQL Server on Hyper-V&#8221; as well as [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><a title="Microsoft TechDays Canada 2011" href="http://www.microsoft.com/canada/techdays/2011/" target="_blank"><img decoding="async" class="aligncenter" title="Microsoft TechDays Canada 2011" src="http://www.microsoft.com/canada/techdays/2011/images/logo-techdays-2011.png" alt="" width="205" height="75" /></a></p>
<p>If you happen to be in Canada, you probably have heard about Microsoft TechDays &#8211; the premier technical conference for IT professionals and developers. This year, three cities &#8211; Vancouver, Montreal and Toronto &#8211; will be hosting this 2-day event. Two years ago, I did a presentation &#8220;on SQL Server on Hyper-V&#8221; as well as &#8220;free/cheap tools for IT professionals.  This year, I will be delivering a presentation on Upgrading to SQL Server R2 and SQL Server &#8220;Denali&#8221; (now officially announced as SQL Server 2012) in Toronto on the 26th of October 2011. If you&#8217;re in town, let&#8217;s catch up for a cup of coffee as I will be at the Data Platform booth the whole day (except during my presentation) answering questions and providing guidance on how you can maximize your investments on the SQL Server platform. I&#8217;ll see you there.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/watch-out-for-microsoft-techdays-canada-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">499</post-id>	</item>
		<item>
		<title>Watch Out For SSIS Package Migration/Upgrade Errors</title>
		<link>https://www.edwinmsarmiento.com/watch-out-for-ssis-package-migrationupgrade-errors/</link>
		<comments>https://www.edwinmsarmiento.com/watch-out-for-ssis-package-migrationupgrade-errors/#respond</comments>
		<pubDate>Sun, 19 Jun 2011 03:09:00 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Upgrade]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/2011/06/19/watch-out-for-ssis-package-migrationupgrade-errors</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 since it only runs once a week and [&#8230;]]]></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&#8217;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;"><strong><em><span style="font-size:small;"><br />
</span></em></strong></div>
<div style="color:red;font-family:Arial,Helvetica,sans-serif;"><strong><em><span style="font-size:small;">The package failed to load due to error 0xC0010014</span></em></strong></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;"><span style="font-size:small;"><em><strong>C:Program Files (x86)Microsoft SQL Server90DTSBinnDTExec.exe</strong></em></span></div>
<p>After modifying the path, I now have this</p>
<p><em><strong>C:Program FilesMicrosoft SQL Server100DTSBinnDTExec.exe</strong></em></p>
<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  </span></div>
<div class="blogger-post-footer"><img decoding="async" src="https://blogger.googleusercontent.com/tracker/92377218009570869-1742494306153767417?l=bassplayerdoc.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/watch-out-for-ssis-package-migrationupgrade-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">233</post-id>	</item>
	</channel>
</rss>