SSIS IsNumeric expression Error
        Posted  
        
            by rmdussa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rmdussa
        
        
        
        Published on 2010-05-05T00:25:26Z
        Indexed on 
            2010/05/05
            0:28 UTC
        
        
        Read the original article
        Hit count: 818
        
ssis
Hi am using following exression in ssis package !ISNULL((DT_I4)Route) ? (DT_WSTR,50)("SB" + SUBSTRING(RIGHT(Route,2),1,1)) : (DT_WSTR,50)Route
when the Route value is Numeric it is sucess, when it is Non-numeric failing with following description. Any help,how to resolve this issue
[Derived Column [111]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (111)" failed because error code 0xC0049067 occurred, and the error row disposition on "output column "column_New" (679)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Derived Column" (111) failed with error code 0xC0209029 while processing input "Derived Column Input" (112). 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.
© Stack Overflow or respective owner