ds_ipcflush() - Error in mutex_unlock() - Not owner

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
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

ds_ipcflush() - Error in mutex_unlock() - Not owner

Post by devanars »

Hi

Can any one let me know how to resolve this error

ds_ipcflush() - Error in mutex_unlock() - Not owner

source db2 target oracle 10g collecting rejected records at the target stage. no transformation in between.

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

Post by chulett »

Turn off row buffering? Also, did you try searching for your error message here? You're not the first to encounter it...
-craig

"You can never have too many knives" -- Logan Nine Fingers
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Post by devanars »

Throughput went 3 rows per sec if turn off row buffering. Is there any other way to know.

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

Post by chulett »

Figure out which side is your bottle-neck, then you can (perhaps) do something to improve things. Split the job in two and land the data, that way you'll know how much of the 'slowdown' is the extract and how much is the load. My money is on the load.

What stage are you using for the Oracle side? What options there?
-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 »

Server job (as posted) or parallel job (as marked)? In either case a Search should reveal some useful information.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Post by devanars »

source as db2 api --- Transformer --- target as oracle enterprise.just a simple transformation.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes, but what are you doing in the Oracle Enterprise stage?
-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 »

Moderator: please move to parallel forum
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Post by devanars »

Doing Upsert


also the error coming like ds_ipcput() - timeout waiting for mutex

Please give me an advise to rectify this.


Thanks
Post Reply