Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Error - OLE DB Source > Data Conversion > Flat File Destination

$
0
0

Im trying to transfer data from SQL to CSV file,

Using the following DataFlow items (OLE DB Source > Data Conversion > Flat File Destination)

But I get the following error messages on the Data Conversion

[Data Conversion [400]] Error: Data conversion failed while converting column "reference" (47) to column "reference" (414).  The conversion returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".

[Data Conversion [400]] Error: The "output column "reference" (414)" failed because truncation occurred, and the truncation row disposition on "output column "reference" (414)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Data Conversion" (400) failed with error code 0xC020902A. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.

Error: SSIS Error Code DTS_E_THREADFAILED.  Thread "WorkThread0" has exited with error code 0xC020902A.  There may be error messages posted before this with more information on why the thread has exited.


Viewing all articles
Browse latest Browse all 24688

Trending Articles