Parallel Job not terminating

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
JaisonJ
Premium Member
Premium Member
Posts: 16
Joined: Mon Jun 11, 2012 1:02 am
Location: Doha

Parallel Job not terminating

Post by JaisonJ »

JOB Details

This job reads table A using DB2 connector,with the rows read (2000 rows) it lookup another tableb B to fetch the key value from table B and then these rows along with the keys are appended to another table C using db2 connector.

From the log of the job, it was found that around 900 rows are appended to the table C from node 0 and there were no rejects and keeps on running to append next 1100 rows from node 1.

We are using 2 nodes for processing.

No other error is detected from the log.

This jobs is in production and was successfully (Finshed OK) running yesterday since it was put into production on Dec 20, 2012. Today only this issue happend

Could you please let me know what would be reason ??
JJ
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Have your DBA look at the DB2 logs, etc., to try to figure out what the delay might be.
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