Hi,
I have a package with an excel source. The Provider is ACE.OLEDB.12.0. I run it in Visual Studio and it works fine. But running it from the process flow application (Unify) does not work. I google this and understand that it has to do with that Unify is
using 64 bit and this driver is not installed on the server.
I guess that I can install it on the server where the package is running, shouldn't be a problem. But the name on the installation package from Microsoft is "Access Database Engine". Access...? Really...? Kind of makes me wonder if I'm using
the correct Provider in the first place. Should I do the excel import in some other way in the ssis package?
Regards