I was having problems connecting to Oracle in a SSIS package that I scheduled in SQL Server 2012 Agent. This is a 64 bit server and oracle was also 64 bit. We then installed 32 bit oracle and then in BIDS selected the option "Run64bitRuntime" as false and it started working fine while running package from BIDS. But the scheduled job is not working. As suggested in some forums I enabled "Use 32 bit runtime" in the execution option, but still its giving error as below
Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 32-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 8:43:15 AM Error: 2014-03-25 08:43:16.55 Code: 0xC0202009 Source: SyncViadat2ESMS Connection manager "DBINGRAMT.INGRAM.DE.esmst1" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x8007007E. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x8007007E Description: "The specified module could not be found.". End Error Error: 2014-03-25 08:43:16.56 Code: 0xC020801C Source: Transfer scan rules to temp OLE DB Source [37] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "DBINGRAMT.INGRAM.DE.esmst1" 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: 2014-03-25 08:43:16.56 Code: 0xC0047017 Source: Transfer scan rules to temp SSIS.Pipeline Description: OLE DB Source failed validation and returned error code 0xC020801C. End Error Error: 2014-03-25 08:43:16.58 Code: 0xC004700C Source: Transfer scan rules to temp SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2014-03-25 08:43:16.59 Code: 0xC0024107 Source: Transfer scan rules to temp Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 8:43:15 AM Finished: 8:43:16 AM Elapsed: 1.435 seconds. The package execution failed. The step failed.
Please help...