Hi All,
I am trying to import flat file which is UTF8 encoded file to SQL server. I have set delimiters correctly but it throws below error:
[Flat File Source [2]] Error: An error occurred while skipping data rows.[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.
Now if I open the text file and save it in ANSI format and re-run the package; it works. Any idea what could be the issue?
Cheers
Vaibhav
MCSA (SQL Server 2012)