Error in retrieving data from Excel File

Posted by Sreejesh Kumar on Stack Overflow See other posts from Stack Overflow or by Sreejesh Kumar
Published on 2010-05-27T08:09:53Z Indexed on 2010/05/27 8:11 UTC
Read the original article Hit count: 464

I have an excel file. I wanted to pull the data from excel file to SQL Server table. And the data is successfully transferred.In the excel file, I removed a text from one column named "Risk" from one row.The text was lengthy one.now the package execution fails at the source ie from the excel file. The errors are shown as "[Audit [1]] Error: There was an error with output column "Risk" (100) on output "Excel Source Output" (9). The column status returned was: "DBSTATUS_UNAVAILABLE"." and "[Audit [1]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "output column "Risk" (100)" failed because error code 0xC0209071 occurred, and the error row disposition on "output column "Risk" (100)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure."

the error occurs only when I remove this particular text from this row.

© Stack Overflow or respective owner

Related posts about ssis

Related posts about ssis-data-tranformations