derived column conversion error

  • hi,

    i am stroring stored procedure out put to ssis string variable.

    before loading to the database, i am using derived column transformation to convert to int..

    this is expression..

    (SUBSTRING((@[User::pid]),1,4))

    this is the error mesg

    Error: 0xC0049062 at Data Flow Task, Derived Column [236]: An error occurred while attempting to perform data conversion. The source type could not be converted to the destination type.

    Error: 0xC0209029 at Data Flow Task, Derived Column [236]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (236)" failed because error code 0xC0049062 occurred, and the error row disposition on "output column "pid" (252)" 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.

    Error: 0xC0047022 at Data Flow Task, DTS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Derived Column" (236) failed with error code 0xC0209029. 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.

    Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0209029. There may be error messages posted before this with more information on why the thread has exited.

    thanks in advance

    sri

Viewing post 1 (of 1 total)

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