Passing parameters to SSIS Execute process task

依然范特西╮ 提交于 2019-12-25 04:24:19

问题


I am using SSIS 2012..

i want to execute a exe file with two variable parameters

Executable: C:\temp\MyExe.exe

Parameter1: ABCD ---------- type is string

Parameter2: 1234 ---------- type is string

In dos it looks like this

c:\temp>MyExe.exe "ABCD" "1234"

This will executes fine.

Now I do not know what to place here when I want to use the Execute Process Task in SSIS.


回答1:


My mistake, I had a damn space after the MyExe.exe



来源:https://stackoverflow.com/questions/24157852/passing-parameters-to-ssis-execute-process-task

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!