Hello,
I have designed a package in Visual Studio that runs perfectly form Visual Studio itself. The workstation in which Visual Studio has been installed is a 32bit (don't ask!) Windows 7.
When I deploy the package in SSIS, which runs on a 64bit version of Windows Server, I noticed that the job fails to run as it says that it could not find the ODBC with the name provided. I wonder if there is a version mismatch here?
If so, how can I make sure that I can design the package in VS using the 32bit ODBC, but deploy it using the 64bit version?
Thanks in advance.
Regards,
P.