Hi All,
I used (DT_STR,10,1252)BirthDate on Expression in a Derived Column task, but was getting the error (appended to the end of the is message). However, when I used (DT_STR,10,1252)Year(BirthDate), it was running fine.
(The new column name is "BirthDataString".)
Error:
[Derived Column 1 [479]] Error: The "component"Derived Column 1" (479)" failed because truncation occurred, and the truncation row disposition on "output column "BirthDataString" (532)" 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 "Derived Column 1" (479) failed with error code 0xC020902A while processing input "Derived Column Input" (480). 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.
Please help!
BI Analyst