Hi Team,
In SSIS i'm exporting a sql table records to a excel. So, SQL is source and excel is destination.
During this course, i'm fetching a variable length column which is having length as 2500 and inserting it into excel and getting below error.
Any clues how to solve this. Please help.
----ERROR--------------------------------------------------------------------------
[Excel Destination [60]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x00040EDA.
An OLE DB record is available. Source: "Microsoft Access Database Engine" Hresult: 0x80040E21 Description: "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.".
[Excel Destination [60]] Error: There was an error with Excel Destination.Inputs[Excel Destination Input].Columns[Copy of definition] on Excel Destination.Inputs[Excel Destination Input]. The column status returned was: "The value violated the schema's constraint for the column.".
[Excel Destination [60]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Excel Destination.Inputs[Excel Destination Input]" failed because error code 0xC0209076 occurred, and the error row disposition on "Excel Destination.Inputs[Excel Destination Input]" 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" (60) failed with error code 0xC0209029 while processing input "Excel Destination Input" (71). 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--------------------------------------------------------------------------
Thanks,
Vikram