If you've just switched to the 64-bit version of SQL Server and have SSIS packages that access Excel or Access, you may find that you packages stop working. That's because the JET driver that is used to access Excel and Access is 32-bit only. SSIS normally uses the 64-bit DTExec to run SSIS packages, it has not access to the 32-bit drivers. Here are some articles with all the details and work arounds
Quick Reference: SSIS in 32- and 64-bits
http://toddmcdermid.blogspot.com/2009/10/quick-reference-ssis-in-32-and-64-bits.html
SSIS Snack: SSIS, Excel, and a 64-bit OS
http://sqlblog.com/blogs/andy_leonard/archive/2010/01/19/ssis-snack-ssis-excel-and-a-64-bit-os.aspx
64-bit Excel Driver in Microsoft Office 14
http://dougbert.com/blogs/dougbert/archive/2009/08/28/64-bit-excel-driver-in-microsoft-office-14.aspx
Excel (and Access) Data Source in 64-bit environment
http://ssis.trigonblue.com/Excelin64bitenv/tabid/523/Default.aspx
SSIS - An OLEDB Error Has Occurred
http://blogs.msdn.com/debarchan/archive/2009/04/13/ssis-an-oledb-error-has-occurred.aspx
MSDN: Integration Services Considerations on 64-bit Computers
http://msdn.microsoft.com/en-us/library/ms141766(SQL.90).aspx
MSKB: How to schedule the 64-bit SQL Server Agent to run a package by using the 32-bit version of the DTExec.exe utility
http://support.microsoft.com/kb/934653
Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered"
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/b1d5de28-b80b-4f34-a135-c68e87039c58/
64 Bit SQL Server and Scheduling SSIS Packages
http://sqlblogcasts.com/blogs/lawrenso/archive/2009/06/18/64-bit-sql-server-and-scheduling-ssis-packages.aspx|
MSJET 4.0 (Excel, Access) in 64 bit environment
http://blogs.msdn.com/sqldev/archive/2008/10/22/msjet-4-0-in-64-bit-environment.aspx
MS Connect: Need 64-bit JET provider for x64 box
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=125117
Running SSIS 32-bit drivers or tasks on a 64 bit machine
PRB: Data Transformation Services Jobs May Fail Because the Path for Dtsrun.exe Cannot Be Found (For SQL Server 2000 but it has some nice tips anyway.)
Notes for running Integration Services on 64-bit hardware, x64 and IA64.





