I have build a solution in SSIS (Visual Studio 2019) that takes data from an Excel file and upload it in a SQL server table (Microsoft SQL Server 2019).
When I execute the solution, every thing goes fine.
But when I deploy the solution to SQL and excecute the solution within a Job, I get the Microsoft.ACE.OLEDB.12.0 provider is not registred.
I have installed and re-installed both Microsoft Access Databse Engine 2010 Redistributalbe and Microsoft Access Database Engine 2016 Redistributable. I have toggeld the Run64BitRuntime and checked the TargetServerVersion....nothing seems to work.
I have no idea what to do next?