<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using Excel 2007 files as a Source in SSIS 2005</title>
	<atom:link href="http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/</link>
	<description>Business Intelligence News, Tips, Tools, and Theory</description>
	<lastBuildDate>Thu, 26 Aug 2010 00:58:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan Ling</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-302</link>
		<dc:creator>Dan Ling</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-302</guid>
		<description>I&#039;m trying to use SSIS to get data from an Excel 2007 document into SQL server 2005 (SP3) and the connection manager won&#039;t let me point to the Excel file in SharePoint (various test connection errors).  This is a x64 bit environment running in x32 bit mode.

Import works when the Excel doc is a file. I&#039;m using the UNC path without the &quot;%20&quot; in the string.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use SSIS to get data from an Excel 2007 document into SQL server 2005 (SP3) and the connection manager won&#8217;t let me point to the Excel file in SharePoint (various test connection errors).  This is a x64 bit environment running in x32 bit mode.</p>
<p>Import works when the Excel doc is a file. I&#8217;m using the UNC path without the &#8220;%20&#8243; in the string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsullins</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-298</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-298</guid>
		<description>Try moving the last double quote to separate the last two elements:

Data Source=C:\myfile\ProjectsLookups.xlsx;Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=”Excel 12.0&quot;;HDR=YES;</description>
		<content:encoded><![CDATA[<p>Try moving the last double quote to separate the last two elements:</p>
<p>Data Source=C:\myfile\ProjectsLookups.xlsx;Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=”Excel 12.0&#8243;;HDR=YES;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elixic</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-297</link>
		<dc:creator>elixic</dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-297</guid>
		<description>This does not work for me. When I enter the correct connection string I get the error message; &quot;The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.&quot; If I enter the original connect string I get the ISAM Error. 

Here is my invalid connection string;
Data Source=C:\myfile\ProjectsLookups.xlsx;Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=”Excel 12.0;HDR=YES;”

If I change it to HDR=YES”; It is ‘valid’ but then I get the ISAM Error.

Anyone have any Ideas? Thanks!</description>
		<content:encoded><![CDATA[<p>This does not work for me. When I enter the correct connection string I get the error message; &#8220;The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.&#8221; If I enter the original connect string I get the ISAM Error. </p>
<p>Here is my invalid connection string;<br />
Data Source=C:\myfile\ProjectsLookups.xlsx;Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=”Excel 12.0;HDR=YES;”</p>
<p>If I change it to HDR=YES”; It is ‘valid’ but then I get the ISAM Error.</p>
<p>Anyone have any Ideas? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsullins</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-292</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-292</guid>
		<description>Hi Prasanta,

I haven&#039;t tried it but I would recommend trying to do the reverse of creating the file connection as a source. The default destination for XLS should also work for Excel 2007 users, it may just not be in the new format. Not sure what your requirements are however...

Let me know how it goes and if you run into any specific issues you might need help with.

Cheers,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Prasanta,</p>
<p>I haven&#8217;t tried it but I would recommend trying to do the reverse of creating the file connection as a source. The default destination for XLS should also work for Excel 2007 users, it may just not be in the new format. Not sure what your requirements are however&#8230;</p>
<p>Let me know how it goes and if you run into any specific issues you might need help with.</p>
<p>Cheers,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanta</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-291</link>
		<dc:creator>Prasanta</dc:creator>
		<pubDate>Thu, 10 Jun 2010 12:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-291</guid>
		<description>Thanks for the info..Could you please let me know how can I use Excel 2007 files as a Target in SSIS 2005?</description>
		<content:encoded><![CDATA[<p>Thanks for the info..Could you please let me know how can I use Excel 2007 files as a Target in SSIS 2005?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-287</link>
		<dc:creator>A</dc:creator>
		<pubDate>Wed, 26 May 2010 03:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-287</guid>
		<description>Great info! Thanks for posting it!</description>
		<content:encoded><![CDATA[<p>Great info! Thanks for posting it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chantal</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-281</link>
		<dc:creator>Chantal</dc:creator>
		<pubDate>Wed, 19 May 2010 10:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-281</guid>
		<description>Great article, really helped us! Did change as per the comment from James and it works. Thanks</description>
		<content:encoded><![CDATA[<p>Great article, really helped us! Did change as per the comment from James and it works. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsullins</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-258</link>
		<dc:creator>bsullins</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-258</guid>
		<description>Updated...Thanks James!</description>
		<content:encoded><![CDATA[<p>Updated&#8230;Thanks James!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Wiseman</title>
		<link>http://bensullins.com/using-excel-2007-files-as-a-source-in-ssis-2005/comment-page-1/#comment-257</link>
		<dc:creator>James Wiseman</dc:creator>
		<pubDate>Fri, 16 Apr 2010 10:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://bensullins.com/?p=17#comment-257</guid>
		<description>Really useful article, thanks.

One minor issue in that when I used the connection string you provided above, I got the following message:

&quot;Could not find installable ISAM&quot;

At the end of your conenction string, you have =YES&quot;; when it shoudl be =YES;&quot;

I.e. the quote and semi-colon are the wrong way around!

Otherwise, terrific. Thanks.</description>
		<content:encoded><![CDATA[<p>Really useful article, thanks.</p>
<p>One minor issue in that when I used the connection string you provided above, I got the following message:</p>
<p>&#8220;Could not find installable ISAM&#8221;</p>
<p>At the end of your conenction string, you have =YES&#8221;; when it shoudl be =YES;&#8221;</p>
<p>I.e. the quote and semi-colon are the wrong way around!</p>
<p>Otherwise, terrific. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.163 seconds -->
