Hi all, Whe i try to import data from my ms excel file into my database table, I'm receiving the following error : Error 0xc02020c5: Data Flow Task 1: Data conversion failed while converting column "F3" (21) to column "F3" (59). 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.". (SQL Server Import and Export Wizard) Error 0xc020902a: Data Flow Task 1: The "Data Conversion 0 - 0.Outputs[Data Conversion Output].Columns[F3]" failed because truncation occurred, and the truncation row disposition on "Data Conversion 0 - 0.Outputs[Data Conversion Output].Columns[F3]" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. (SQL Server Import and Export Wizard) Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Data Conversion 0 - 0" (43) failed with error code 0xC020902A while processing input "Data Conversion Input" (44). 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. (SQL Server Import and Export Wizard) It has to be noted that the error is appearing at column F3. In my excel file, F3 is the column that contains text whose size can vary and I have given the respective attribute in my table as "text". There should not be any error in transferring this data. But yet I see the above message. This is happening to many of my other tables. Can I anyone provide me a lead on this? Thank You in Advance. Regards Nischal
