I am using a CDC Incremental update using two SSIS packages: one for initial load and another for Incremental update that is failing. The package works fine in DEV environment but fails in Production with the error code:
*"DTS_E_PROCESSINPUTFAILED. The processInput method on component "InsertedData" (344) failed with error code 0XC020844B while processing input "ADO NET Destination Input" (351). 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."*
Once a while the job would run successfully. And I have another CDC Incremental that behave exactly the same way. Other SSIS non-CDC are running fine. Running SQL server 2014 Enterprise on Win2k12.
Any ideas?
Thanks!
↧