SSIS 2008 R2 - “Excel Connection Manager” failed with error code 0xC0202009

放肆的年华 提交于 2019-12-05 14:24:48

The reason for this is few security patches released by Microsoft this month. To be precise they are KB4041693 & KB4041687.

It started working for me when I removed these patches. but this is not recommended solution.

See other solutions as well discussed in following threads

"Unexpected error from external database driver (1). (Microsoft JET Database Engine)” after applying October security updates

ODBC Excel Driver Stopped Working with "Unexpected error from external database driver (1). (Microsoft JET Database Engine)"

The solution we are implementing is opening the SSIS package and changing the version of excel file the connection manager produces to anything besides 97-03. You will have to download and install the Microsoft.ACE.OLEDB.12.0 connector for 07-2010 and Microsoft.ACE.OLEDB.16.0 for anything newer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!