Hi:
We have a 2014 SQL Server. I have a SSIS package written in VS 2008 where I am simply importing an .xlsx into an existing table via a mapped drive. I have it working on my development machine using the 2007 Access 32 bit driver from https://www.microsoft.com/en-us/download/confirmation.aspx?id=23734. Our DBA is trying to schedule the package to execute on a schedule job on the 2014 server and we received an error. He installed the 32 bit driver and still getting the error. I set the package to run in 32 bit and we are still getting the error. Any suggestions? Thank you.
Date 10/30/2015 2:51:18 PM
Log Job History (BD_ISS_Websites_New1)
Step ID 1
Server ETSSQL2014DEV
Job Name BD_ISS_Websites_New1
Step Name ISSWebsite
Duration 00:00:01
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
Executed as user: BROWARDSCHOOLS\etssql2014. Microsoft (R) SQL Server Execute Package Utility Version 12.0.4100.1 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 2:51:18 PM Error: 2015-10-30 14:51:19.50 Code: 0xC0209303 Source: Package Connection manager "Excel Connection Manager 1" Description: The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode. Error code: 0x00000000. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered". End Error Error: 2015-10-30 14:51:19.50 Code: 0xC001002B Source: Package Connection manager "Excel Connection Manager 1" Description: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=219816 End Error Error: 2015-10-30 14:51:19.50 Code: 0xC020801C Source: Data Flow Task Import Sites Excel Source [14] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager 1" failed with error code 0xC0209303. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2015-10-30 14:51:19.50 Code: 0xC0047017 Source: Data Flow Task Import Sites SSIS.Pipeline Description: Excel Source failed validation and returned error code 0xC020801C. End Error Error: 2015-10-30 14:51:19.50 Code: 0xC004700C Source: Data Flow Task Import Sites SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2015-10-30 14:51:19.50 Code: 0xC0024107 Source: Data Flow Task Import Sites Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 2:51:18 PM Finished: 2:51:19 PM Elapsed: 0.64 seconds. The package execution failed. The step failed.