|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 2:00 PM
Points: 24,
Visits: 94
|
|
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.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 10:13 AM
Points: 4,227,
Visits: 9,460
|
|
Nice error message. What's your question exactly?
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 2:00 PM
Points: 24,
Visits: 94
|
|
I just wanted to know why is that error recevied? how can i rectify it?
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 10:13 AM
Points: 4,227,
Visits: 9,460
|
|
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.
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 4:43 PM
Points: 192,
Visits: 640
|
|
| 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.
|
|
|
|