Hi.
I am using Windows Server 2016. I have created a SSIS package in Visual studio which loads data from Excel and moves to SQL table ( script task functionality using c# )
The above functionality works fine when run in Visual studio. Microsoft Visual studio 2015 shell - version 4.7
Target server version: SQL Server 2016
The excel files I have is of type xls and xlsx
I published the package from visual studio and created a custom job inside the SQL Server Agent and assigned the path of the package to the job.
On running the application from the SQL Server Agent Job, I am getting error as - Microsoft.jet.oledb.4.0 not registered on local machine. But it works , when run from visual studio.
How to fix this?
Thanks