I am unable to execute my SSIS package in Visual Studio. I am guessing that it might be some kind of a compatibility issue as things were running fine before my software upgrades.
I have used a ADO.NET connection manager to connect to Azure SQL database. The connection is successful and I can also get a preview of the result from the ADO.NET Source Editor.
However, when I execute the package it throws the below error during runtime:
[ADO NET Source [2]] Error: ADO NET Source has failed to acquire the connection {5F0461B3-FE8C-4E2C-997D-B39A72BA5571} with the following error message: "Could not create a managed connection manager.".
My software versions are as follows:
- Microsoft Visual Studio Community 2022 Version 17.5.1
- SQL Server Data Tools 17.2.40118.0
- SQL Server Integration Services 16.0.5131.0
- SQL Server 12.0.2000.8 (Azure SQL)
Please note that previously I was being able to connect to the Azure SQL database through Provider - .Net Providers\SqlClient Data Provider. However, now after the re-installation, I could only connect through .Net Providers\Microsoft SqlClient Data Provider.
Rest everything is the same. What is the difference between these?
Can someone please help me out here? Really appreciate any kind of help. Thanks in advance!