job are aborting with The Error in mutex_unl

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
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

job are aborting with The Error in mutex_unl

Post by chvenkat.v »

HI Team,

we have two server jobs which are parallel.
both the jobs are same design as below

ref_ tables
|

hash file -> transformer stage -> insert/update/date in a table

those jobs are running fine one after the other. But if both are running then aborting with below error.

linkname..Xfm_Get_Region_Tax.lk_RgSid: ds_ipcput() - timeout waiting for mutex.
The Error in mutex_unlock() - Not owner.


So could you please help on this. please let me is it unix hash file problem or reference table.

Thanks,
venkat.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Turn off buffering.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search DSXchange for "mutex".
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