Logging doesn't capture the tasks in the sub-package -
08-09-2006
, 02:10 PM
I have a main package calling multiple sub-packages (using execute package
task).
I set up a SQL logging in the main package. When I ran the main package, it
captured most of the top-level task events in the sub-package except for one
sub-package where it only captured the start and end of the package. I
wonder what might caused the discrepencies between subpackages, also if
logging intends to capture the tasks within sub-package, do we have control
to what level we could capture the task events?
Thanks, |