c# - SSIS not executing .EXE using Execute Process Task on INT server -


i have executable able run in dev environment isn't being run in int environment. when try run .exe on int remotely using unc path error stating .exe 16-bit application , can't run on int machine. problem error built .exe , know fact isn't 16-bit application. when try run ssis package call .exe on int not receive 16-bit error, .exe not run.

i have tried hard coding location of .exe in execute process task , using variable dynamically sets location based on machine running ssis package on. (both work in dev, neither work in int) can call .exe on int dev, isn't surprise since .exe pulled down int dev.

any ideas why .exe run on dev environment not int environment? environments same per our system admin.

i have answer issue concerned.

the problem file transfer process moving exe dev server int server. process handled via robocopy script (which still unable parameters of), appeared causing issue.

i not 100% sure caused issue, script wasn't copying on assembly , without assembly server thought exe 16-bit application.

helpful links diagnose problem:

run this powershell command script determine "bitness" of app on each server.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -