ssis error on lookup table not sure why

  • Hi,

    I get the following errors when running an ssis package, but tnot sure why this is, it is failure on a lookup table, any ideas?

    Error: 0xC020901E at load all records from stage into live _1, Lookup Assigned To [130]: Row yielded no match during lookup.

    Error: 0xC0209029 at load all records from stage into live _1, Lookup Assigned To [130]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Lookup Assigned To" (130)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Match Output" (132)" 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.

    Error: 0xC0047022 at load all records from stage into live _1, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Lookup Assigned To" (130) failed with error code 0xC0209029 while processing input "Lookup Input" (131). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

    Error: 0xC02020C4 at load all records from stage into live _1, Staged Tasks [1]: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.

    Error: 0xC0047038 at load all records from stage into live _1, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Staged Tasks" (1) 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 the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

  • SQL_Kills (1/25/2013)


    Hi,

    I get the following errors when running an ssis package, but tnot sure why this is, it is failure on a lookup table, any ideas?

    Error: 0xC020901E at load all records from stage into live _1, Lookup Assigned To [130]: Row yielded no match during lookup.

    Error: 0xC0209029 at load all records from stage into live _1, Lookup Assigned To [130]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Lookup Assigned To" (130)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Match Output" (132)" 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.

    Error: 0xC0047022 at load all records from stage into live _1, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Lookup Assigned To" (130) failed with error code 0xC0209029 while processing input "Lookup Input" (131). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

    Error: 0xC02020C4 at load all records from stage into live _1, Staged Tasks [1]: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.

    Error: 0xC0047038 at load all records from stage into live _1, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Staged Tasks" (1) 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 the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

    The default behavior of the Lookup Transform is to throw an error if a match is not found.

    Lookup Transformation

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • I'm also experiencing this issue. Does anyone know why this would happen in one environment and not others? I was able to run parent packages fine in the Int environment, but am receiving the OP's error when attempting to run in Dev. Thanks in advance for any insight.

  • Could it be that there is different data across environments?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • Orlando Colamatteo - Monday, April 2, 2018 7:44 PM

    Could it be that there is different data across environments?

    That's a strong likelihood.   Development environments seem to rarely match production, or other environments ...

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)

  • This thread solved my problem, thank you.

  • Good to know. Thanks for posting.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

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