I have a package that uses an excel source to a sql server db destination. I have the Microsoft.ACE.OLEDB.12.0 provider registered and I am running the package in 32 bit. I can run the package manually through BIDS just fine. I have deployed the package to the Integration Services Catalog. Now if I right click on the package in SSMS and click execute, the package fails and I get all errors pointing back to the microsoft.ace.oledb.12.0 not being registerd. Also receiving error message"The AcquireConnection method call to the connection manager failed with error code 0xC0209303.
The account I am running with has full control of the excel file being used as the source.
Anyone have any suggestions?