SSIS load excel with long string failed.

I'm using SSIS to load excel files into IBM netezza.

In the excel, there are three columns larger than 1000. And I always get following errors in sequence. I cannot find any useful info from the error information. 

The typical failure performance is while there are 1000 records, SSIS get stuck at 449th records and then a black window pomp up. Seems like some bug in SSIS.

Please help!!!!!!!!!!!!!!!!!!!1

[OLE DB Destination [216]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.  Source: "Netezza Performance Server"  Hresult: 0x80004005  Description: "ERROR:  External Table : count of bad input rows reached maxerrors limit".
An OLE DB record is available.  Source: "Netezza OLE DB Provider"  Hresult: 0x80004005  Description: "Operation canceled".

[OLE DB Destination [216]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLE DB Destination.Inputs[OLE DB 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 "OLE DB Destination" (216) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (229). 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.

[Excel Source [2]] 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 Excel Source 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.

February 7th, 2014 7:07pm

Hello,

The issue is your Netezza driver / table design. The error above points to an issue in the destination. I would recommend you review your table design and possible do a tracing from the server side to find what is happening. If still not able to find the issue, you have to contact IBM. This is an issue in their software stack, not SSIS.

Free Windows Admin Tool Kit Click here and download it now
February 8th, 2014 1:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics