database - SSIS - Source Error Output (No rows will be sent to error output(s)....) -
i'm newbie in ssis... i'm exporting data dbsource , outputing errors flat file. now, when connect red arrow flat destination i'm receiving warning db source "no rows sent error output(s). configure error or truncation dispositions redirect rows error output(s), or delete data flow transformations or destinations attached error output(s)."
does know means? how can rid of that?
by default, ssis "fail component" on error or truncation issue. must tell ssis not want fail package, want "redirect row" allow flow continue down red arrow.
- edit source
- go error output tab
- set relevant columns want trigger error row redirect redirect output below.
this should remove warning message getting
Comments
Post a Comment