Hi,
My data flow package like:
Source: OLEDB.Table
Transformations: Derived column,LOOKUP, LOOKUP
Destination: Excel2007
It has failed ,errors:
[Excel Destination [4130]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x00040EDA.
[Excel Destination [4130]] Error: There was an error with input column "LIP Pointer" (4224) on input "Excel Destination Input" (4141). The column status returned was: "The value violated the schema's constraint for the column.".
[Excel Destination [4130]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Excel Destination Input" (4141)" failed because error code 0xC0209076 occurred, and the error row disposition on "input "Excel
Destination Input" (4141)" 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" (4130) failed with error code 0xC0209029 while processing input "Excel Destination Input" (4141). 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.
[OLE DB Source [1]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput().
The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
But it has succeed in Excel 97-2003 with records of 23942 (By select the row ID<30000)
& remaining records where not understanding ?
Source had records of 1,92,000
So how will do to Excel 2007 ?
I might planned to Destination OLEDB to again Excel
If arise same errors to OLEDB also
So what is Solution ?
---Give me great full Help