SSIS Error Code

  • 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

  • In your control flow, are you running the data flow tasks simultaneously or sequentially? If they're all running at the same time, you may have an issue of resource contention or deadlocking.

  • Thank for reply.

    I run all together. But all the data flow are using different sources table.

  • How about the destinations?

  • All distination is using different table. But i try to run the package at different Machine and it works without any error.

  • Thank You. It works after i reinstall .NetFrameworkV2.

  • Great, thanks for following up.

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

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