Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Excel 2010 file connection error in SSIS

Author  Topic 

rockstar283
Yak Posting Veteran

96 Posts

Posted - 2014-04-02 : 19:16:53
I am using Excel 2010 file (.xlsx) 64-bit and want to enumerate through different sheets in it. So, I have created a connection manager as shown here: http://imgur.com/2wuJI2W

But when I try to test connection, i am getting an error 'Test connection failed because of an error in initializing provider. Could not find installable ISAM'

Server is 64bit, BIDS is 64bit, Excel is 64bit

I tried with Run64BitRuntime=False and with un64BitRuntime=True..both didnt help.

Can anyone please help me here..

Thanks a lot in advance!!

rockstar283
Yak Posting Veteran

96 Posts

Posted - 2014-04-02 : 19:34:29
After installing 'AccessDatabaseEngine.exe' from

http://www.microsoft.com/en-us/download/details.aspx?id=13255

I am able to see the columns of the excel file using excel connection manager..but while running the package..I am getting an error

'Error: The GetEnumerator method of the ForEach Enumerator has failed with error 0x80004005 "Unspecified error". This occurs when the ForEach Enumerator cannot enumerate.'
Go to Top of Page
   

- Advertisement -