I was doing some testing trying to get an ssis package to run successfully in 64 bit mode. After many trials and errors, I decided to run in 32 bit mode by disabling run64bitruntime in the package.
That didn't work because of some parenthesis error, so I re enabled run64bitruntime, and now it keeps saying:
Any ideas as to what could be preventing the ssis to run in 64bit mode again?
That didn't work because of some parenthesis error, so I re enabled run64bitruntime, and now it keeps saying:
Code:
Hresult: 0x800700C1 Description: "%1 is not a valid Win32 application"
Any ideas as to what could be preventing the ssis to run in 64bit mode again?