Hi,
I implemented custom logging using event handlers in my package and everything works fine, but when i use checkpoint file to attain restartability of the package the event handlers fail to work, it kinda makes sense because eventhandlers are containers within ssis and check point file treats it like any other container and checks it done during the first run.
I was wondering if there is a work around for this issue