Parallel job Hanging

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
phanee_k
Charter Member
Charter Member
Posts: 68
Joined: Thu Nov 20, 2003 11:02 pm

Parallel job Hanging

Post by phanee_k »

Hi,
We are trying to load data into teradata using Teradata plugin.
We are using TPUMP to load the data.

Job is running fine if it has to process more than 10 records.

Sometimes , as part of delta process it is possible for the job to process less than 10 records.
At this point of time , the job is hanging .

If we stop the job at that moment and again restart the job, it is completing the process.

Are there any parameters that we need to set on AIX box to overcome this issue.

Appreciate your thoughts on this.

Thanks,
Phani
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Isolate your issue.
First try to replace the teradata stage with Sequential stage. Check whether the performance increses.
If yes, try to load your table with manual mode.
If rate of the speed changes, check the commit interval, transaction log, mode of your load.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply