SSIS Execute Process Task Python script

前端 未结 2 1234
走了就别回头了
走了就别回头了 2020-12-16 20:32

I\'m trying to execute a python scrip from SSIS Execute Process Task. I followed all the tutorials of how to do this an still the script is failing from the start. when i ex

2条回答
  •  忘掉有多难
    2020-12-16 21:02

    Did you have spaces in your file path to your python script? I had the same error when trying to pass a path with spaces as my argument in Execute Script Process. The resolution was to enter the argument with quotes.

提交回复
热议问题