Hi,
I am developing ssis packages using SSDT from my local system. I have ODAC 12c and Oracle client 12c all 64bit installed. When i submit this job from my local system job runs fine.
Now i have created another box where SQL Server 2014 is installed. This box is Windows Server 2012. In this box i installed ODAC 12c and Oracle client 12c all 64bit. I import .dtsx packages into this SQL Server and submit job using SQL Server agent. I get following error.
In both the machine i have both ssis attunity connector v3 & 4 64bit version.
Error:
MessageExecuted as user: METRARR\d_sqlagentsvc. Microsoft (R) SQL Server Execute Package Utility Version 12.0.4100.1 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 2:38:45 PM Error: 2017-12-20 14:38:48.13 Code: 0xC0016016 Source: TestOracle2 Description: Failed to decrypt protected XML node "OraPassword" with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available. End Error Error: 2017-12-20 14:38:49.14 Code: 0x000002C0 Source: TestOracle2 Connection manager "Oracle Connector 1" Description: OCI error encountered. ORA-01005: null password given; logon denied End Error Error: 2017-12-20 14:38:49.14 Code: 0x0000020F Source: Data Flow Task Oracle Source [2] Description: The AcquireConnection method call to the connection manager Oracle Connector 1 failed with error code 0x80004005. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2017-12-20 14:38:49.14 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline Description: Oracle Source failed validation and returned error code 0x80004005. End Error Error: 2017-12-20 14:38:49.14 Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2017-12-20 14:38:49.14 Code: 0xC0024107 Source: Data Flow Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 2:38:45 PM Finished: 2:38:49 PM Elapsed: 3.453 seconds. The package execution failed. The step failed.