The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
Hi all, I have a package with SQL source and Excel destination. So i need to send 1 month worth of data every time to Excel file. But if data load exceeds 65534 records then package is failing with following errors. I am generating .xls file. Is this issue will overcome with .xlsx files? Please advise me. [Destination - Transfer_data [82]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (93)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination Input" (93)" 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 "Destination - data" (82) failed with error code 0xC0209029 while processing input "Destination Input" (93). 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. [Source - Query [1]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020. Thanks in advance, Jyo
July 18th, 2012 2:18pm

Hi Jyo, Yes, you should generate a .xlsx file which will give you a capacity of 1 million records to import. Regards, Vinaya
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2012 7:51pm

Hi Jyo, Yes, you should generate a .xlsx file which will give you a capacity of 1 million records to import. Regards, Vinaya
July 18th, 2012 7:51pm

Hi Jyo,, If use xlsx means , it will solve your issue y becoz it can import 1048576 rows.
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2012 11:34pm

Hi Jyo,, If use xlsx means , it will solve your issue y becoz it can import 1048576 rows.
July 18th, 2012 11:34pm

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

Other recent topics Other recent topics