Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Error: SSIS Error Code

Author  Topic 

hungyeetan
Starting Member

8 Posts

Posted - 2009-09-25 : 06:01:59
Dear All,

I have a Control Flow. In my Control Flow got many data flow task. If I run my data flow task one by one, it runs successfully. But if I run all the data Control flow, then I will have error.

[LOAN [80413]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "LOAN" (80413)" failed because error code 0x80004003 occurred, and the error row disposition on "output column "CIF_NAME1" (87076)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

[LOAN [80413]] Error: The component "LOAN" (80413) was unable to process the data.

Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "LOAN" (80413) 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.

Error: SSIS Error Code DTS_E_THREADFAILED. Thread "SourceThread0" has exited with error code 0xC0047038. There may be error messages posted before this with more information on why the thread has exited.

Error: SSIS Error Code DTS_E_THREADCANCELLED. Thread "WorkThread0" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shutdown. There may be error messages posted before this with more information on why the thread was cancelled.

Error: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0047039. There may be error messages posted before this with more information on why the thread has exited.


Please Help..Thank You

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-09-25 : 14:30:12
whats LOAN component? is it a data flow task?
Go to Top of Page

hungyeetan
Starting Member

8 Posts

Posted - 2009-09-26 : 01:22:00
Thank for reply.

Yes, It is a data flow task
Go to Top of Page

hungyeetan
Starting Member

8 Posts

Posted - 2009-09-27 : 22:05:27
I re-install the .net framework and it works. Thank You visakh16.
Go to Top of Page
   

- Advertisement -