debugger in shared container ?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

debugger in shared container ?

Post 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.
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Nope. Doesn't work. That's one of the reasons I'm not super fond of shared containers.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Though you could deconstruct the container, do your debugging, then reinstate the container.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Post by kaps »

Thats what I do but was hoping for a better solution !!

Thanks anyways for the input...
Post Reply