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

configure error output in ssis


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -