Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys i got the error message in my package does any one have any idea to solve this issue?
VB
Error: 2011-09-12 13:15:21.28
   Code: 0xC0047038
   Source: Data Flow Task - Door SSIS.Pipeline
   Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "CCURE Source" (1) 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.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started:  1:15:04 PM
Finished: 1:15:21 PM
Elapsed:  17.64 seconds
Posted
Updated 10-Mar-20 4:39am

 
Share this answer
 
Reason 1
This issue could be causing by slowness in source system.

Reason 2
This could be due to data source column(s) type issue.
Ex:- Value with large number of decimal point try to convert in to float data type.
Try to cast/round such columns would resolve my issue
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900