So I am trying to migrate sql 2005 to a new server from win2003 32bit to win 2008 R2 64 bit.
i found out that my SSIS packages that have been dumping data from my DB into excel and emailing reports wont run in 64 bit OS.
here is what i have done so far to try and get them to work.
I installed sql 2008 SSIS recreated the package and set Run64BitRunTime to false. package test O.K.
deployed to the sql server set job ne job to run the package.
under execution options on the job i check the use 32bit run time.
Still getting this error below, What did I miss?
Message Executed as user: LUMINUSDEVICES\ld_admin. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 11:44:59 AM Error: 2012-11-21 11:45:00.63 Code: 0xC0202009 Source: MonthlyShipped Connection manager "Excel Connection Manager" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80040E4D Description: "Cannot start your application. The workgroup information file is missing or opened exclusively by another user.". End Error Error: 2012-11-21 11:45:00.63 Code: 0xC020801C Source: Data Flow Task Excel Destination [61] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2012-11-21 11:45:00.63 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline Description: component "Excel Destination" (61) failed validation and returned error code 0xC020801C. End Error Error: 2012-11-21 11:45:00.63 Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2012-11-21 11:45:00.63 Code: 0xC0024107 Source: Data Flow Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 11:44:59 AM Finished: 11:45:00 AM Elapsed: 1.482 seconds. The package execution failed. The step failed.
quote:The workgroup information file is missing or opened exclusively by another user
That sounds like some file or other is locked by another process. This can certainly happen if you have the xlsx file opened in Excel. If that is not the case, try to import a brand new file that you know is not the subject of anyone else's attention.