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 |
|
mageshks
Yak Posting Veteran
59 Posts |
Posted - 2008-09-29 : 21:41:48
|
| Hi all,When im trying to upload a file (with DTS) which consists of value like60 ºFthrowing a error.- Executing (Error) Messages * Error 0xc02020a1: Data Flow Task: Data conversion failed. The data conversion for column "Text" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard) * Error 0xc020902a: Data Flow Task: The "output column "Text" (16)" failed because truncation occurred, and the truncation row disposition on "output column "Text" (16)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. (SQL Server Import and Export Wizard) * Error 0xc0202092: Data Flow Task: An error occurred while processing file "\\*****\****\text.txt" on data row 6. (SQL Server Import and Export Wizard) * Error 0xc0047038: Data Flow Task: The PrimeOutput method on component "Source - NonHydro_basicText_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. (SQL Server Import and Export Wizard) * Error 0xc0047021: Data Flow Task: Thread "SourceThread0" has exited with error code 0xC0047038. (SQL Server Import and Export Wizard) * Error 0xc0047039: Data Flow Task: 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. (SQL Server Import and Export Wizard) * Error 0xc0047021: Data Flow Task: Thread "WorkThread0" has exited with error code 0xC0047039. (SQL Server Import and Export Wizard) How to solve this?Thanks in advance |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-30 : 00:37:39
|
| It seems like one of your destination table field doesnt have enough elngth to hold source data. please check the lengths of data coming from source and destination field lengths to spot any differences. |
 |
|
|
|
|
|