error

  • hi,

    i am getting this error:

    Error: 0xC02020A1 at Data Flow Task 1, Flat File Source [1]: Data conversion failed. The data conversion for column "ModifiedDate" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".

    Error: 0xC020902A at Data Flow Task 1, Flat File Source [1]: The "output column "ModifiedDate" (22)" failed because truncation occurred, and the truncation row disposition on "output column "ModifiedDate" (22)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

    Error: 0xC0202092 at Data Flow Task 1, Flat File Source [1]: An error occurred while processing file "C:\Users\Desktop\sqlmaterial\SSIS\_SSIS_Training\LoopFiles\error.txt" on data row 2.

    Error: 0xC0047038 at Data Flow Task 1, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (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.

    any help?

  • The target isn't big enough to take the data from the source.

    Find the offending column(s) and increase the size.

  • Change the datatype to string with sufficient length for modified date.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply