Page 1 of 1

debugger in shared container ?

Posted: Thu Sep 26, 2013 11:44 am
by kaps
Is there a way we can make the Datastage debugger to go through the Parallel Shared Conatiners when we debug ? I think it just gives us the output but if there is an issue inside the container then it would be great to have that function.

Posted: Thu Sep 26, 2013 2:25 pm
by asorrell
Nope. Doesn't work. That's one of the reasons I'm not super fond of shared containers.

Posted: Fri Sep 27, 2013 1:10 am
by ray.wurlod
Though you could deconstruct the container, do your debugging, then reinstate the container.

Posted: Fri Sep 27, 2013 9:14 am
by kaps
Thats what I do but was hoping for a better solution !!

Thanks anyways for the input...