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.
anyone any ideas
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.
anyone any ideas