truncation error

  • hi

    have a derived column with this in it BLOOM_COUNTRY != "" ? "BLOOMBERG" + BLOOM_COUNTRY : CO1

    before that i have a dervided column that set co1= ISS_NAME a field in the table

    im getting the following error

    [Country [22353]] Error: The "component "Country" (22353)" failed because truncation occurred, and the truncation row disposition on "input column "CO1" (27040)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Country" (22353) failed with error code 0xC020902A while processing input "Derived Column Input" (22354). 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. the length of the columns match so thats ok

    anyone any ideas

  • Verify 'Input and Output Properties' of your 'County' componenet. I guess length of the Column in 'Output Columns' is lesser then the length specified in 'Input Columns'.

  • My opinion is also same as earlier post check the length of column COL1 in Data base ..... there is mismatch in length and may be data type.

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

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