I have a package that loads data from SQL Server into an Excel document. It works perfectly when I run it on my own client though BIDS. But when I copy the package onto the server and use SQL Agent Job to schedule it to execute, it fails.
I have already checked the "Use 32 bit runtime" checkbox in the jobstep. Still does not work.
It gives me the following:
Microsoft (R) SQL Server Execute Package Utility Version 10.0.5500.0 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 17:32:14 Error: 2012-11-23 17:32:42.53 Code: 0xC0209302 Source: MaintenanceModeReport Connection manager "ExcelFinalDestination" Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR. The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered. Error code: 0x00000000. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered". End Error Error: 2012-11-23 17:32:42.55 Code: 0xC020801C Source: Data Flow Task Destination - MainenanceModeReport [40] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "ExcelFinalDestination" failed with error code 0xC0209302. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2012-11-23 17:32:42.56 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline Description: component "Destination - MainenanceModeReport" (40) failed validation and returned error code 0xC020801C. End Error Error: 2012-11-23 17:32:42.56 Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2012-11-23 17:32:42.58 Code: 0xC0024107 Source: Data Flow Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 17:32:14 Finished: 17:32:42 Elapsed: 28.313 seconds. The package execution failed. The step failed.
I don't understand anything of the error above, can someone help me?