![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know DTS but am new to SSIS. I am having trouble exporting records that don't match from a lookup transformation. I get the following error: Row yielded no match during lookup. I would really like to have a list of all records that did not match so that I could export and examine it. Thanks |
#3
| |||
| |||
|
|
Hello leo (AT) junquera (DOT) com, I know DTS but am new to SSIS. I am having trouble exporting records that don't match from a lookup transformation. I get the following error: Row yielded no match during lookup. I would really like to have a list of all records that did not match so that I could export and examine it. Thanks Two choices- 1 Click the "Configure Error Output" button in the Lookup UI. You can set row to Redirect for errors. This means any rows which fail to match in the lookup, which are clased as error rows here, get sent down the error output. Simple two outpust, good and bad rows. 2 Again configure the error output, but this time set Ignore. The rows without a match will just flow down the main output, but with null values. |
![]() |
| Thread Tools | |
| Display Modes | |
| |