Parallel job Hanged

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
reddy82
Participant
Posts: 29
Joined: Wed Feb 21, 2007 3:40 am
Location: mumbai
Contact:

Parallel job Hanged

Post by reddy82 »

Hi,

we have a parallel job loading from one DS to Ds including look up stage.

This is the job design

Dataset
|
|
Dataset -- Lookup Stage ---Dataset
|
|
Coloumn Gen stage ----- Dataset


The job is hanged sometimes without any log and some times it is working fine.Once job is hanged we can stop the job seqn and restart it .the job is working fine.

Here source dataset data is less and reference dataset is Huge.no other jobs are running in parallel.

Can u please help me about this issue.

Thanks,
Reddy
Reddy
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

Post by singhald »

use join stage rather than lookup stage. sure it would reslove your problem
Regards,
Deepak Singhal
Everything is okay in the end. If it's not okay, then it's not the end.
reddy82
Participant
Posts: 29
Joined: Wed Feb 21, 2007 3:40 am
Location: mumbai
Contact:

Post by reddy82 »

we need a reject link.
Reddy
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

Post by singhald »

use left outer join and get all the records to filter stage and filter out all records which has null value in any of the field which is coming form reference link (i mea right link)
Regards,
Deepak Singhal
Everything is okay in the end. If it's not okay, then it's not the end.
Post Reply