Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Marisol
Starting Member
2 Posts |
Posted - 2009-01-16 : 13:18:10
|
I am trying to import a flat file using the SQL Server Import and Export Wizard and I am getting the errors below: Copying to [Data_Test].[dbo].[COSOL20020512V4] (Error)MessagesError 0xc020209c: Data Flow Task: The column data for column "Column 0" overflowed the disk I/O buffer. (SQL Server Import and Export Wizard) Error 0xc0202092: Data Flow Task: An error occurred while processing file "C:\Documents and Settings\Marisol.Fajardo\Desktop\COSEL20020512V4.TXT" on data row 15669. (SQL Server Import and Export Wizard) Error 0xc0047038: Data Flow Task: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - COSOL20020512V4_TXT" (1) returned error code 0xC0202092. 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. (SQL Server Import and Export Wizard) Error 0xc0047021: Data Flow Task: SSIS Error Code DTS_E_THREADFAILED. Thread "SourceThread0" has exited with error code 0xC0047038. There may be error messages posted before this with more information on why the thread has exited. (SQL Server Import and Export Wizard) Error 0xc0047039: Data Flow Task: SSIS Error Code DTS_E_THREADCANCELLED. Thread "WorkThread0" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shutdown. There may be error messages posted before this with more information on why the thread was cancelled. (SQL Server Import and Export Wizard) Error 0xc0047021: Data Flow Task: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0047039. There may be error messages posted before this with more information on why the thread has exited. (SQL Server Import and Export Wizard)does anyone can help me with this? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-16 : 13:20:43
|
it seems like its unable to find row seperator in 15669 row of flat file. are you sure your column delimiters are consistent in file? |
 |
|
Marisol
Starting Member
2 Posts |
Posted - 2009-01-19 : 08:27:54
|
quote: Originally posted by visakh16 it seems like its unable to find row seperator in 15669 row of flat file. are you sure your column delimiters are consistent in file?
I modified my input file so I only have columns with separator, but I am still getting the same error. |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
|
|