How to fix the data flow task errors

1

I have a problem with the SQL Server agent job, that keeps on failing. So there is a package created on the SSIS and I have process like create excel sheet and also the data flow task.

The problem begins when it start to fail on the Data Flow task, and the problem is about excel destination and primeoutput failed. The problem statements are:

  1. Data Flow Task: Error SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.The PrimeOutput method on OLE DB 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 error is fatal and the pipeline stopped executing.

  2. Data Flow Task: Error SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Excel Destination"(124) failed with error code 0xC0202009 while processing input "Excel Destination input"(135). The Identified component, but the error is fatal and will cause Data Flow Task to stop running. There may be error messages posted before this with more information about the failure.

What I tried is I went to the SSIS packages on my visual studio and try to change that field called DelayValidation to true, and also maximum error count to 1,10, or 1000, I tried them. So am not sure now, what to check and how can I do that.

Am expecting it to run without any of those excel errors and the data flow task errors.

sql-server
ssis
asked on Stack Overflow Mar 27, 2019 by Madonado • edited Jun 20, 2020 by Community

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0