Hi,
I'm using a Foreach Loop Container with different tasks included like like,XML task,Execute SQL Task,Script Task
Here the foreach container is used to flow through XML files in a folder.The requirement is that,even if i found any file corrupted,i just should log it and transfer the file to a FAILED folder and just continue the foreach with next file.
For that i have set the Propagate Property of ErrorHandler Event as False,which is letting me continue even at the case of error.But my logging and moving the corrupted files to Failed folder is not happening...
Please help with your valuable suggestions..