Hello
I am writing to seek assistance with an issue I am encountering with an SSIS 2019 package running on a SQL Server 2019 instance. The package is designed to transfer data from an Oracle source to a SQL Server destination using the Microsoft Oracle Connector 2019. Under normal circumstances, the package functions perfectly, copying data from Oracle to SQL Server without any issues.
However, I have recently enabled transaction support to manage rollbacks in case of any issues with the Oracle source. Since enabling this feature, I have encountered the following errors:
- Error on Oracle Connector Component:
- 0xC020801C SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager failed with error code 0xC0014018.
- ODBC Connection Transaction Error:
- There was an error trying to enlist an ODBC connection in a transaction. The SQLSetConnectAttr failed to set the SQL_ATTR_ENLIST_IN_DTC attribute.
I would greatly appreciate any guidance or solutions you could provide to resolve these errors. Thank you for your time and assistance.
Best regards,