January 22, 2014 at 2:16 pm
Hi,
Im uplading 40 -50 flat files and found 1 file is not going through as giving me an error below:
[Flat File Source [9007]] Error: The column data for column "AffiliatedID" overflowed the disk I/O buffer.
[Flat File Source [9007]] Error: An error occurred while skipping data rows.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (9007) 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.
Any Idea Guys...
Shaun
January 22, 2014 at 3:01 pm
What kind of flat file? Delimited, fixed width?
Maybe one of the flat files has data that is too wide for the column AffiliatedID?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 23, 2014 at 7:29 am
the format is "Delimted" and i process around 50 files but only last file giving error..
January 23, 2014 at 7:32 am
Shaun2012 (1/23/2014)
the format is "Delimted" and i process around 50 files but only last file giving error..
Maybe the last file has some erroneous data?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 23, 2014 at 4:25 pm
Idea:
As you describe, you already know which file is causing the fail.
You can create a separate package just for that file and add a data tap for that package (see for e.g. http://microsoft-ssis.blogspot.com/2013/01/ssis-2012-data-taps.html) to find out which row is causing the failure.
Regards,
IgorMi
Igor Micev,My blog: www.igormicev.com
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply