sql server - SSIS2012 Error - Attempt to add a row to the data flow task buffer failed with error code 0xC0047020 -


as shown in subject encountering following error:

description: attempt add row data flow task buffer failed error code 0xc0047020.  description: ssis error code dts_e_primeoutputfailed.  primeoutput method on ffs - pos journal returned error code 0xc02020c4.  component returned failure code when pipeline engine called primeoutput(). meaning of failure code defined component, error fatal , pipeline stopped executing.  there may error messages posted before more information failure. 

however, odd is issue when running on server. instance, can debug package on local machine, whereas if job runs on server (same database, same everything), throws error above. tried doing 4-way conditional split in dft improve performance (4 different conditions, 4 different etl tables being loaded simultaneously). there chance somehow server handle? going sql server 2012 database.

any advice appreciated. thank you,


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -