I am having trouble implementing the execution of a SSIS package via the command line utility dtexec. I am implementing this process on a SQL 2012 server (64 bit) with Integration Services and Business Intelligence Development Studio (VS).
The package is taking in some log files, manipulating them a little and then exporting them to excel. (I have forced 32 bit execution enabled
It runs fine on the server when ran in visual studio or manually by clicking on the package.dtsx file and executing manually.
When I run via dtexec and command line, I get an ACE.OLEDB.12 is not registered error.
This doesn't make sense to me because I know that I have the driver installed, and it runs manually on the same server with the same package settings.
I have been searching with little success for the past two days, Any help would be appreciated!