Error: An error occurred while skipping data rows

Allen Jose picture Allen Jose · Sep 5, 2014 · Viewed 31.6k times · Source

I am getting these errors in flat file connection manager.

Error: [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Flat File Source returned error code 0xC0202091. 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.

I am reletively new to ssis and I am finding it quite hard to figure out the issue. Please let me know your views.

Answer

desoxx picture desoxx · Aug 17, 2016

On your flat file connection properties - Look for the property "AlwaysCheckForRowDelimeters" - SET it to FALSE.

Hope that helps.