No Debug option for my DataStage?

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
GowthamSen
Participant
Posts: 21
Joined: Tue Nov 02, 2010 2:36 pm
Location: India

No Debug option for my DataStage?

Post by GowthamSen »

Hi,

I couldn't fine any "Debug" option in my menu to debug jobs.

I am having admin rights.
Thank you,
Regards

Gowtham
(Learning DS)
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Debug Option in designer is available only with server jobs. To debug parallel jobs you need to enable OSH_PRINT_SCHEMAS and APT_DUMP_SCORE environment variables, and you can also use debug stages ( peek/sample) etc to debug intermediate results
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Upgrade to version 8.5 to get a parallel job debugger.

Until then, you can change the job properties to compile in trace mode, and this will give you the ability to run a small number of rows per node and will automatically insert a peek operator on every link in the job.

Admin rights is not pertinent to this discussion.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
GowthamSen
Participant
Posts: 21
Joined: Tue Nov 02, 2010 2:36 pm
Location: India

Post by GowthamSen »

Thanks Ray... I was worried that, something wrong in the installation.

As of now, I cannot go for upgrade. I will use the trace options to debug as suggested for parallel jobs.

Ramesh -- You were saying that, we need to enable those variables. I did enable. But I don't see any changes or debug options in designer. Are you saying the same.?

If my understanding is wrong, please correct me.

Thanks lot for your reply.
Thank you,
Regards

Gowtham
(Learning DS)
Post Reply