sql server 2008 r2 - Conditional Split Transformation To Multiple Sheets In SSIS -
i trying insert data 3 excel sheets sql table based on condition given in ssis conditional split transformation.
when run package first time, succeeds after getting below error:
[excel destination [133]] error: ssis error code dts_e_oledberror. ole db error has occurred. error code: 0x80004005. [excel destination [133]] error: ssis error code dts_e_inducedtransformfailureonerror. "input "excel destination input" (144)" failed because error code 0xc020907b occurred, , error row disposition on "input "excel destination input" (144)" specifies failure on error. error occurred on specified object of specified component. there may error messages posted before more information failure. [ssis.pipeline] error: ssis error code dts_e_processinputfailed. processinput method on component "excel destination" (133) failed error code 0xc0209029 while processing input "excel destination input" (144). 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.
this error occurring random excel destination. unable find cause.
any appreciated.
you need load 3 sheets sequentially. attempting load them simultaneously can cause contention issues. reorganize package sheets forced load in order (sheet1, sheet2, sheet3).
Comments
Post a Comment