June 1, 2011 at 4:53 am
Hello,
I get an error while trying to run an SIS package:
--------------------------------------------------------------
Thread "WorkThread0" has exited with error code 0xC0209029. There may be error messages posted before this with more information on why the thread has exited. End Error Error: 2011-06-01 11:45:50.90 Code: 0xC02020C4 Source: Update Booking Gapp Booking [1] Description: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020. End Error Error: 2011-06-01 11:45:50.95 Code: 0xC0047038 Source: Update Booking Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Gapp Booking" (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. End Error Error: 2011-... The package execution fa... The step failed.
---------------------------------------------------------------
The error comes up at the data flow task when it tries to run the query from a variable:
SELECT distinct bk.* FROM booking bk
inner join keu_book_tmpU kbt
on bk.booking_id = kbt.booking_id
Could someone please help me in this regard ?
Thanks and Regards,.
Paul
June 1, 2011 at 11:26 am
Google is your friend in this case:
I searched for "The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020" and the first result I'm getting is a link to http://www.sqlservercentral.com/Forums/Topic300907-148-1.aspx#bm872507.
June 2, 2011 at 1:56 am
LutzM (6/1/2011)
Google is your friend in this case:I searched for "The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020" and the first result I'm getting is a link to http://www.sqlservercentral.com/Forums/Topic300907-148-1.aspx#bm872507.
Hi Lutz,
Thanks for your response. Actually I have been trying google since yesterday but all in vain. The thing is the error I am getting is very generalized and does not indicate any particular cause and so I am lost.
Regards,
Paul
June 2, 2011 at 2:28 am
Straight from the link I posted before:
option 1:
changing the 'table or view fast load' to 'table or view' mode
option 2:
Make sure to check your source and destination steps that may be trying to copy a view to a view.
Also, the following links do provide some other possible reasons:
http://www.sqldev.org/sql-server-integration-services/data-flow-task-buffer-failed-4912.shtml
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply