mutex error

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
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

mutex error

Post by myukassign »

Hi I am getting the following error. Can anyone tell me what does it mean?

RateHashTRansfrom..InterProcess_118.dsupd_MergedData: ds_ipcput() - Error in mutex_unlock() - Not owner

The flow of job is like this.

Sequential file -> TRansformer - > Link collector -> interprocess - > transformer -> Flat file.

I know m,y question is not that clear..but if anyone can help me by seeing this error message i have given above
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you tried... oh, I don't know... searching for that error message? Pretty sure I've seen mention of it here before.
-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 »

I don't think the IPC stage helps in this design, because the Link Collector creates a process for itself and therefore uses inter-process row buffering necessarily. I would recommend removing this stage from the job design.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

ray.wurlod wrote:I would recommend removing this stage from the job design.
...and increasing the timeout settings for the Inter-process buffering.
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

alrt...

The issue solved automatically...

thanks for the inputs....
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Post by myukassign »

alrt...

The issue solved automatically...

thanks for the inputs....
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The issue will likely recur next time you run this job on an overloaded server. It is not "solved".
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