Hi,
I have a package that retrieves data from a SQL database, and then exports it to an Excel file. The package was built with Visual Studio 2019 (Targeted SQL Server 2017). Everything runs fine for years until recently we upgraded the SQL Server to 2019 from 2017. I rebuilt the package and targeted to SQL 2019. When executing, I got the following error message:
[Excel Destination [16]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0209303.
Please help.
Thanks,
Jay