I have created ssis package that is taking data from excel file and insert data into table
I have one Excel Source
and Ole db connection
but i'm getting following errors:
[Excel Source [1]] Error: There was an error with output column "F2" (18) on
output "Excel Source Output" (9). The column status returned was: "The value could
not be converted because of a potential loss of data.".
[Excel Source [1]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
The "output column "F2" (18)" failed because error code 0xC0209072 occurred, and
the error row disposition on "output column "F2" (18)" 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.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput
method on component "Excel Source" (1) returned error code 0xC0209029. The
component returned a failure code when the pipeline engine called PrimeOutput().
The meaning of the failure code is defined by the component, but the error is
fatal and the pipeline stopped executing. There may be error messages posted
before this with more information about the failure.
`