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 |
bogey
Posting Yak Master
166 Posts |
Posted - 2006-09-06 : 10:36:51
|
Using the Import/Export feature on the Sql Server Management Studio I get the errors below when doing an import. If I use the old Enterprise Manager it works perfect. Any clues as to why this would fail?- Executing (Error)MessagesError 0xc02020a1: Data Flow Task: Data conversion failed. The data conversion for column "Column 12" 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 "Column 12" (58)" failed because truncation occurred, and the truncation row disposition on "output column "Column 12" (58)" 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 "E:\Willochelle\MBfaculty.txt" on data row 1. (SQL Server Import and Export Wizard) Error 0xc0047038: Data Flow Task: The PrimeOutput method on component "Source - MBfaculty_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) |
|
bogey
Posting Yak Master
166 Posts |
Posted - 2006-09-06 : 11:15:05
|
Looks as if I need to go to the advanced tab/link and change the columns to match what the length is in the db. |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|