Job hanging problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

NOTIFY ON is an important setting - it allows the job to be notified when the Transformer stages (which run in separate process(es)) finish. Get "them" to reinstate it.

With NOTIFY OFF in effect, notifications are not received immediately, which can cause the job to remain in a running state for an unnecessary period once the child processes have finished.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'd wager it was more the &PH& clearing than turning NOTIFY off that solved your problem. As noted, get NOTIFY turned back on!
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply