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.
Author |
Topic |
jmill130
Starting Member
26 Posts |
Posted - 2009-03-13 : 10:01:31
|
Anyone know what this error is related to? I am thinking it might be related to permissions of where "Microsoft.ACE.OLEDB.12.0" is located on the server(maybe). Package works great locally. I granted the user just about access to everything just to test this and it still wont work. The server does not have ms access installed all the package does is read from an ms access db file that is stored on that same server and put it into a SQL table. Any suggestions?Error when i add the SSIS package to a job and try to run it:-------------------------------------------------------------Executed as user: WIN\JHDataMart6SQL. Microsoft (R) SQL Server Execute Package Utility Version 10.0.1600.22 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 9:49:12 AM Error: 2009-03-13 09:49:12.87 Code: 0xC0209302 Source: HSCRCInptDataLoad Connection manager "SourceConnectionOLEDB" 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: 2009-03-13 09:49:12.87 Code: 0xC020801C Source: Data Flow Task 1 Source - HSCIDIAG [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" 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: 2009-03-13 09:49:12.87 Code: 0xC0047017 Source: Data Flow Task 1 SSIS.Pipeline Description: component "Source - HSCIDIAG" (1) failed validation and returned error code 0xC020801C. End Error Error: 2009-03-13 09:49:12.87 Code: 0xC004700C Source: Data Flow Task 1 SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2009-03-13 09:49:12.87 Code: 0xC0024107 Source: Data Flow Task 1 Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 9:49:12 AM Finished: 9:49:12 AM Elapsed: 0.609 seconds. The package execution failed. The step failed. |
|
|
|
|