Problem: In SSIS (BIDS 2008) even the most simple Execute SQL Task against an Access Database produces the following Warning:
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
Many posts point to parameter mapping as the culprit, however, I am receiving this Warning on even the most basic SELECT statement (no parameter mapping involved).
Here are the SSIS connection settings for the Access DB:
Here is the Execute SQL Task that generates the warning:
Note 1: Two identical "Multiple-step OLE DB operation generated errors" Warnings are generated for each Execute SQL Task.
Note 2: Despite the Warning, the Execute SQL Task always completes successfully.
Bottom Line: What is causing two "Multiple-step OLE DB operation generated errors" Warnings to be generated for each Execute SQL Task and how can I correct the issue?