Hi,
I tried to execute my ssis package in server machine getting following error, But its working on my desktop system with out any error. In this ssis package the CSV file got downloaded from web API through script task. After that im reading the CSV file in DFT. Im getting error in the DFT. Please give suggestion how to handle this.
Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 12:52:37 PM Error: 2013-05-29 12:52:43.75 Code: 0xC02020A1 Source: DFT - To read from CSV file and put into Temp table FFS - To read CSV file [1] Description: Data conversion failed. The data conversion for column "last_modified" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". End Error Error: 2013-05-29 12:52:43.75 Code: 0xC020902A Source: DFT - To read from CSV file and put into Temp table FFS - To read CSV file [1] Description: The "output column "last_modified" (24)" failed because truncation occurred, and the truncation row disposition on "output column"last_modified" (24)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. End Error Error: 2013-05-29 12:52:43.75 Code: 0xC0202092 Source: DFT - To read from CSV file and put into Temp table FFS - To read CSV file [1] Description: An error occurred while processing file "C:\STDownloadfile\Transcript.csv" on data row 18. End Error Error: 2013-05-29 12:52:43.75 Code: 0xC0047038 Source: DFT - To read from CSV file and put into Temp table SSIS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "FFS - To read CSV file" (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. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 12:52:37 PM Finished: 12:52:43 PM Elapsed: 6.532 seconds. The package execution failed. The step failed.
Thanks