Error after upgrading SSIS using Attunity for Oracle to VS 2019 , SSIS 3.10 using MS Connector for Oracle

Anonymous
2020-11-20T14:41:56.19+00:00

I have upgraded a SSIS solution from Visual Studio 2013 using Attunity component for Oracle to :

Visual Studio 2019 Version 16.7.4
SSIS extension : 3.10
Targeted server version for Deployment : 2019 . ( I have also tried 2017 and have installed Microsoft Connectors v.5.0 for Oracle both 86 and 64).

After the upgrade ( cloning the solution from git and loading in VS 2019)
if the Microsoft Connector for Oracle V 1.0 is not installed then the Microsoft Connection Manager for Oracle can not be loaded and fails with :
Microsoft Visual Studio is unable to load the document.
Unable to create the type with the name 'DTS.ConnectionManagerOracle.1'

I had to install the Microsoft Connector for Oracle V 1.0 otherwise the ssis packages failed to load . The error : Microsoft Visual Studio is unable to load the document. Object reference not set to an instance of an object.

When using the Oracle provider for OLE DB, the test of the connection succeeds.

When using the MS Oracle Connection Manager it fails to establish the connection and the message error is:
There was an error trying to establish an Oracle connection with the database server.

As a consequence , when using the MS Oracle Source component it always fails with the error :

There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server.

Error at XXXXX: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
The AcquireConnection method call to the connection manager "MSORA" failed with error code 0xC0014009.
There may be error messages posted before this with more information on why the AcquireConnection method call failed.

Error at XXXX [SSIS.Pipeline]: V_ADV_TRANS_NI failed validation and returned error code 0xC020801C.

I've tried installing and unistalling of the connectors several times but nothing helps.

Thank you very much for any ideas that can help me solving this issue, as I'm really under pressure.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yitzhak Khabinsky 26,586 Reputation points
    2020-11-20T14:52:04.7+00:00

    Hi @Anonymous ,

    Please check my answer here: oracle-connector-is-not-working-in-both-vs2017-and.html
    If you are targeting SQL Server 2019 Enterprise edition, there is no need in Attunity anymore.
    Microsoft Oracle Connector supersedes it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.