Search Suggest

EVENTS
EVENTS

Prevent events executing multiple times

Case I have a log task in an OnPreExecute and OnPostExecute event handler, but it executes multiple times. Why is that and how can I prevent it? Solu…

Retry a Task on failure

Case I have a webservice task that sometimes fails (due an external cause) and I want to retry it a couple of times before failing the entire package…

Continue Loop after error - Part II

Case I used the propagate variable trick to continue a loop on error. That works within the package, but the parent package calling the package with…

Continue Loop after error - Part I

Case I want to continue my loop when in one of the iterations a task fails. It should continue with the next iteration/file. I tried changing the tas…

Script Task and Component Logging

Case I want to add logging to my Script Tasks and Script Components. How do I implement that? Solution You can raise events in the Script Task  / Scr…