Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Unexpected error from external database driver (1)."

I have .xlsx file with 27,000 rows. When executing the SSIS package on the server I get the above error. I have tried running the package in 32-bit mode, it did not work. Microsoft does not have a good explanation. I have installed access driver on my machine and on the server.

like image 464
MJ8 Avatar asked Aug 18 '26 09:08

MJ8


2 Answers

Assuming that you tried running in 32-bit, and you downloaded Access Database Engine and the issue is not solved

This is caused by a windows security update, this is noticed in the Microsoft Support article, also they provided patches link.

There is a similar question on MSDN about this issue, read the accepted answers:

  • Unexpected error from external database driver (1)

Side Note: Try opening the Excel and saving it as new Excel workbook to ensure that the excel is not damaged

like image 54
Hadi Avatar answered Aug 19 '26 23:08

Hadi


Remove the Ace Oledb driver 10 and install Ace 2016 version .The Security patch Microsoft provided in October 2017 is causing this issue. Test your SSIS package locally ,if everything is fine install Ace 2016 version on your server .

Here is the download link:

  • Microsoft Access Database Engine 2016 Redistributable
like image 41
MJ8 Avatar answered Aug 19 '26 21:08

MJ8