I have an Executable I am able to run in the Dev environment that isn't being run in the Int environment. When I try to run the .EXE on Int remotely using UNC path I get an error stating the .EXE is a 16-bit application and can't be run on the Int machine. The problem with that error is I built the .EXE and know for a fact it isn't a 16-bit application. When I try to run the SSIS package to call the .EXE on Int I do not receive the 16-bit error, but the .EXE is not run.
I have tried hard coding the location of the .EXE in the execute process task and using a variable that dynamically sets the location based on the machine I am running the SSIS package on. (Both work in Dev, neither work in Int) I can also call the .EXE on Int from Dev, which isn't a surprise since the .EXE is pulled down from Int to Dev.
Any ideas why the .EXE would run on a Dev environment but not an Int environment? The environments are the same per our System Admin.