<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'SSIS', 'SSIS Snack', and 'x64'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SSIS,SSIS+Snack,x64&amp;orTags=0</link><description>Search results matching tags 'SSIS', 'SSIS Snack', and 'x64'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SSIS Snack: SSIS, Excel, and a 64-bit OS</title><link>http://sqlblog.com/blogs/andy_leonard/archive/2010/01/19/ssis-snack-ssis-excel-and-a-64-bit-os.aspx</link><pubDate>Tue, 19 Jan 2010 12:00:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:21033</guid><dc:creator>andyleonard</dc:creator><description>&lt;P&gt;Let's say you want to load data from an Excel 2003 (.xls) file into a database using SSIS:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:259px;HEIGHT:199px;" src="http://vsteamsystemcentral.com/images/ext/ExcelLoader_1.jpg" width=259 height=199&gt;&lt;/P&gt;
&lt;P&gt;If you're running on a 64-bit machine, you'll get this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG style="WIDTH:245px;HEIGHT:197px;" src="http://vsteamsystemcentral.com/images/ext/ExcelLoader_2.jpg" width=245 height=197&gt;&lt;/P&gt;
&lt;P&gt;Plus this error:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;[PASS Regional Mentor Spreadsheet [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.&amp;nbsp; The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.&amp;nbsp; There may be error messages posted before this with more information on why the AcquireConnection method call failed. &lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not good. There is no 64-bit JET driver, and the JET driver is used by the Excel ConnectionManager. Phooey.&amp;nbsp;Sad face. Bummer. &lt;/P&gt;
&lt;P&gt;So how do you get around this? One quick and easy way is to execute this package using the 32-bit debugger. To change the default setting, right-click the Project in Solution Explorer and click Properties:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:323px;HEIGHT:342px;" src="http://vsteamsystemcentral.com/images/ext/ExcelLoader_3.jpg" width=323 height=342&gt;&lt;/P&gt;
&lt;P&gt;When the Properties dialog displays, click the Debugging page from the list on the left and then change the Run64BitRuntime property to False:&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:702px;HEIGHT:426px;" src="http://vsteamsystemcentral.com/images/ext/ExcelLoader_4.jpg" width=702 height=426&gt;&lt;/P&gt;
&lt;P&gt;When you execute the package in the debugger (or in the runtime), it will now succeed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG style="WIDTH:625px;HEIGHT:313px;" src="http://vsteamsystemcentral.com/images/ext/ExcelLoader_5.jpg" width=625 height=313&gt;&lt;/P&gt;
&lt;P&gt;:{&amp;gt; Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item></channel></rss>