Error In SSIS on insert -


i have error in ssis pakage don't understand it:

error: 0xc0202009 @ insertstudent, insertstudent [303]: ssis error code dts_e_oledberror.  ole db error has occurred. error code: 0x80040e57. ole db record available.  source: "microsoft sql server native client 11.0"  hresult: 0x80040e57  description: "the statement has been terminated.". ole db record available.  source: "microsoft sql server native client 11.0"  hresult: 0x80040e57  description: "string or binary data truncated.". error: 0xc0209029 @ insertstudent, insertstudent [303]: ssis error code dts_e_inducedtransformfailureonerror.  "insertstudent.inputs[ole db command input]" failed because error code 0xc020906e occurred, , error row disposition on "insertstudent.inputs[ole db command input]" specifies failure on error. error occurred on specified object of specified component.  there may error messages posted before more information failure. error: 0xc0047022 @ insertstudent, ssis.pipeline: ssis error code dts_e_processinputfailed.  processinput method on component "insertstudent" (303) failed error code 0xc0209029 while processing input "ole db command input" (308). identified component returned error processinput method. error specific component, error fatal , cause data flow task stop running.  there may error messages posted before more information failure. error: 0xc0047022 @ insertstudent, ssis.pipeline: ssis error code dts_e_processinputfailed.  processinput method on component "merge join" (406) failed error code 0xc0047020 while processing input "merge join left input" (411). identified component returned error processinput method. error specific component, error fatal , cause data flow task stop running.  there may error messages posted before more information failure. 

one of getting input value larger (in size) column size is, defined in database table.

it's unfortunate error message not give name of offending column. think stuck troubleshooting hard way, looking @ values column column until microsoft fixes error message

see microsoft connect: please fix "string or binary data truncated" message give column name

...and commentary on

why isn't “string or binary data truncated” more descriptive error?


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -