DISPLAY variable not set: debugging not possible

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
saraswati
Premium Member
Premium Member
Posts: 149
Joined: Thu Feb 28, 2008 4:25 pm

DISPLAY variable not set: debugging not possible

Post by saraswati »

Hello Friends,

I am trying to debug an operator, in this case - DB2 Stage in my Job because it has aborted with log: Failure executing operator logic.

From the dump, I see the operator number as 52. Hence I have set:
APT_DEBUG_OPERATOR to 52.

However during job run my job aborts with this message for the DB2 Stage:
"DISPLAY variable not set: debugging not possible"

Can any one point out what am I missing here.

Thanks.
saraswati
Premium Member
Premium Member
Posts: 149
Joined: Thu Feb 28, 2008 4:25 pm

Post by saraswati »

Friends: Any help on this?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Set your DISPLAY environment variable?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saraswati
Premium Member
Premium Member
Posts: 149
Joined: Thu Feb 28, 2008 4:25 pm

Post by saraswati »

Ray:

Yes that is the error message. Can you please help me understanding the missing variable here?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The DISPLAY environment variable is used to specfy which display to use. You can find more about it using an internet search.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply