Dear all,
I would like to stop my package if some lookup fails BUT I would also like to collect the value(s) that failed the lookup.
The particular problem I have is that if I redirect the rows not matching, my dataflow carries on (because it is not considered an error) BUT I would like to stop it just before dropping the data into the final Destination table...
Ideally, I would like to put some condition just before the Destination table to stop the data flow if "somethign happened"... so that I could go through all the lookups whether or not something is wrong and just stop before the very last dataflow component.
Any idea how I can do that?
Eric
Eric Mamet _ MCDBA, SQL Server 2005 MCTS, MCAD .Net