[ADO NET Source [2]] Error: The ADO NET Source was unable to process the data. F

  • I am trying to get data from myslq into mssql with ssis. I am getting these errors:

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on ADO NET Source returned error code 0xC02090F5. 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.

     

    Please help

  • When I encountered DTS_E_PRIMEOUTPUTFAILED errors (on SQL Server) , it generally had to do with the columns in the input flat file manager not matching the columns in the flat file actually being processed. Verify the input file columns are correct, and make sure the number of columns in the manager is the same as the number of columns in the file.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply