I have the following set up:
1. An MSAccess database with Queries to a database that uses an ODBC connection
Using that Access database to import data from the ODBC connection it is connection to into newly created tables that will be generated in SQL Server 2012. 47 tables in all. When I go to save the SSIS package, it runs until it hits about 25% then fails with an error. NOte I am not running the SSIS package, just trying to save it so I can test it off hours:
TITLE: SQL Server Import and Export Wizard------------------------------
Could not connect source component.
Error 0xc0202009: Source 12 - tblInventory_appends_contact [502]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37.
An OLE DB record is available. Source: "Microsoft Access Database Engine" Hresult: 0x80040E37 Description: "ODBC--call failed.".
Error 0xc02020e8: Source 12 - tblInventory_appends_contact [502]: Opening a rowset for "tblInventory_appends_contact" failed. Check that the object exists in the database.
------------------------------
ADDITIONAL INFORMATION:
Exception from HRESULT: 0xC02020E8 (Microsoft.SqlServer.DTSPipelineWrap)
------------------------------
BUTTONS:
OK
------------------------------