I have a SSIS package which was migrated from DTS SQL2000 to SSIS 2008.
The package designed to perform following jobs:
- Do the data cleansing by truncate the tables in SQL Server
- Transform data from Oracle Database into SQL Server tables
The package is working fine until the server (Windows Server 2008 R2) which install SQL Server 2008 enabled TLS1.2 and disabled TLS 1.0 & TLS 1.1
Error "System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user." thrown when executing task #2 (Oracle to SQL server data transformation). Data cleansing part was done successfully.
Provider for Oracle used = OraOLEDB
Provider for SQL Server = MSOLEDBSQL
Any help will be appreciated.