The issue is related to the one I have asked before and logged under :
https://learn.microsoft.com/en-us/answers/questions/170084/error-after-upgrading-ssis-using-attunity-for-orac.html
Visual Studio 2019 Version 16.7.4
SSIS extension : 3.10
Targeted server version for Deployment : 2017 .
Installed Microsoft Connector for Oracle V 1.0
Installed as well Microsoft Connectors v.5.0 for Oracle both 86 and 64.
When targeting server version 2019 for deployment it works but only when using EzConnect format: [//]host[:port][/service_name]
When targeted server version 2017, I'm testing first the Oracle connection manager which uses the same EzConnect format and it succeeds ( Connection successful).
If I change to the old connect descriptor name defined in the tnsnames.ora file - as used in previous VS versions - it fails.
But the issue is that when executing the package I get the following run time error from the start :
The AcquireConnection method call to the connection manager MSORA failed with error code 0x80004005. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
And further below : Error: OCI error encountered. ORA-12154: TNS:could not resolve the connect identifier specified.
That's look strange to me, as the test using the Connection manager is successful.
Thank you very much for any ideas that can help me solving this issue.