To all SSIS geniuses out there:
I have an SSIS package that reads from an Access database (2010). This database has a linked table to another Access file (mdb) located in an sftp location, and our SSIS query is reading from local tables and to this linked table. The package
runs smoothly when both databases point to a local folder, however when trying to run the same package using test databases located in different servers/drives the package fails. The message that we get is "
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft Office Access Database Engine" Hresult: 0x80004005 Description: "Unrecognized \
database format". We have installed both ACE OLEDB drivers (32 and 64) but we still get the error. Has anybody seen something like this before?