SSIS data conversion error

  • Iam using flat file source,data conversion and oledb destination for data transfer

    But Iam getting the error

    [BEM(ETA) [161]] Error: SSIS Error Code DTS_E_OLEDBERROR.

    An OLE DB error has occurred. Error code: 0x80040E21.

    An OLE DB record is available.

    Source: "Microsoft SQL Server Native Client 10.0"

    Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors.

    Check each OLE DB status value, if available. No work was done.".

    [BEM(ETA) [161]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.

    The "input "OLE DB Destination Input" (174)" failed because error code 0xC020907B occurred,

    and the error row disposition on "input "OLE DB Destination Input" (174)" specifies failure on error.

    An error occurred on the specified object of the specified component. T

    here 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 "BEM(ETA)"

    (161) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (174).

    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.

  • Did you look up the error codes? There are usually good pointers attached to them.

  • How did you configure the OLE DB destination?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • No This is the detail Iam getting

  • After converting data i data conversion , thats the input for the oledb destination

  • mandir.jain (5/5/2014)


    After converting data i data conversion , thats the input for the oledb destination

    Did you use fast load in the OLE DB destination? Did you map the columns correctly?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Previously I was able to ,but when I change the destination data base, it is giving error

  • mandir.jain (5/5/2014)


    Previously I was able to ,but when I change the destination data base, it is giving error

    How do you change the destination database?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • in destination connection manager

  • if the package is failing in between, like few rows are transferred but got error, that may be due to some data type issue. if this is the issue then you can redirect the defective rows to some other file and check which particular value is causing the issue, these kind of issue do happens when you exclusively convert data especially large strings.

  • Thanks Boss. My error got solved

  • How to move and rename a file in SSIS ,destination file name is dynamic

  • mandir.jain (5/6/2014)


    How to move and rename a file in SSIS ,destination file name is dynamic

    Usually it's better to start a new thread for a new question.

    First result from Google:

    SSIS - Dynamically set Flat File Connection Manager

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (5/6/2014)

    Usually it's better to start a new thread for a new question.

    +++1, there are also many excellent article available here, you just need to search them really.

Viewing 14 posts - 1 through 13 (of 13 total)

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