Hi,
I'm using a Lookup object, but it dosn't works. Anybody knows this error?
[Lookup [29018]] Error: Row yielded no match during lookup.
[Lookup [29018]] Error: The "component "Lookup" (29018)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Output" (29020)" specifies failure on error. An error occurred on the specified object of the specified component.
[DTS.Pipeline] Error: The ProcessInput method on component "Lookup" (29018) failed with error code 0xC0209029. 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.
[DTS.Pipeline] Error: Thread "WorkThread0" has exited with error code 0xC0209029.
It means exactly what it says. The pipeline value that you were looking up doesn't exist in your LOOKUP dataset.
If finding no match is a valid business scenario you can configure the component to ignore these errors. Edit the "Lookup Output" output which currently is set to "Fail component on error".
-Jamie
|||Thanks!
No comments:
Post a Comment