Couldn't apply special formats for the data.This is the erroe i receive while i try to do it..

  • Hi,

    I am trying to apply special formats attributes available in excel to my target file which is excel too.

    The process of data flow is like this

    OLE DB source->Sort->Data conversion->Script component(special formats is enrypted using this)->Excel destination

    Error pops up only in Error destination.

    this is the error received:-

    [Excel Destination [245]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x00040EDA.

    [Excel Destination [245]] Error: There was an error with input column "Copy of SSN" (275) on input "Excel Destination Input" (256).

    The column status returned was: "The value could not be converted because of a potential loss of data.".

    [Excel Destination [245]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.

    The "input "Excel Destination Input" (256)" failed because error code 0xC0209077 occurred,

    and the error row disposition on "input "Excel Destination Input" (256)" 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 "Excel Destination" (245) failed with error code 0xC0209029 while processing input "Excel Destination Input" (256).

    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.

  • Nice error message. What's your question exactly?

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • I just wanted to know why is that error recevied?

    how can i rectify it?

  • I would guess that you have created a column in your dataflow called 'Copy of SSN' and that the error is occurring because you have mapped this column to one in your destination which cannot accommodate it (possibly because the width is too small).

    Solution is to change the data type of the target column accordingly.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Based on your data flow, did you encrypt the copy of ssn columns and then tried throwing that encryption value into an Excel cell? This may be causing your error if the encryption string is massive.

    ----------------------------------------------------

Viewing 5 posts - 1 through 4 (of 4 total)

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