Branching after a file system task in SSIS without failing the package

前端 未结 9 1979
孤城傲影
孤城傲影 2021-01-22 16:56

If a file system task such as a rename fails, for example if the file does not exist, then this is considered an error by SSIS. This means the whole package fails. I can get aro

9条回答
  •  梦谈多话
    2021-01-22 17:48

    You can use constraint on the connection. Right Click on the connection arrow between SSIS components and you can specify,

    Success/Failure and redirect.

提交回复
热议问题