how to get Foreach Loop Container continue loop when an error occurs
Hi all, I have a Foreach Loop Container to loop through a resultset. inside the container, i put two tasks (Say,Task1 & Task2) to do sth with each each record. the problem: the resultset contains 10 records, while if task1 fail when processing the 7th record, then the container will fail, that is, it will NOT continue to process 8th, 9th and 10th records but just pass control flow to its subsequent task which has a failure constraint. what i want: the container continue to process 8th, 9th and 10th, AND then pass control flow to its subsequent task which has a failure constraint. Thanks in advance.Andrew BI, Data Mining, Analytical CRM
December 22nd, 2010 7:03am

Place an event handler on your tasks to handle them better. Then check the Do not fail parent on error setting. Believe it is FailParentOnFailure to falseTed Krueger Blog on lessthandot.com @onpnt on twitter Please click the Mark as Answer button if a post solves your problem!
Free Windows Admin Tool Kit Click here and download it now
December 22nd, 2010 8:59am

Place an event handler on your tasks to handle them better. Then check the Do not fail parent on error setting. Believe it is FailParentOnFailure to false Hi, can i achieve it without an event handler? thanksAndrew BI, Data Mining, Analytical CRM
December 24th, 2010 1:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics