0

I have a data conversion task in ssis in which I am changing datatype of a column and configured error output as "Redirect Rows".

But when I am running the package I am getting this, which is executing both success and failure part even though there is no failure rows:

enter image description here

Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206

1 Answers1

2

Correct, but just because it's green does not mean any rows went there. It's green because it has succeeded and zero rows went down that path.

billinkc
  • 59,250
  • 9
  • 102
  • 159