ds_ipcgetnext 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
mak
Participant
Posts: 24
Joined: Thu Oct 16, 2003 9:15 pm

ds_ipcgetnext ERROR

Post by mak »

Hi,

I am getting the sequence of errors when i am trying to run a job that has containers,link collectors.Can some body please explain what they are?

ds_ipcgetnext - timeout waiting for mutex
ds_ipcflush() - Error in mutex_unlock() - Not owner
DSD.INTClose Error 11 in GCI close
ds_ipcflush() - Error in mutex_unlock() - Operation not permitted.
DSD.INTClose Error 11 in GCI close.
ds_ipcflush() - Error in mutex_unlock() - Not owner

Thanks in advance
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Did you run the job as a different user last time? Maybe the temp file was created with the other user's permissions.
mak
Participant
Posts: 24
Joined: Thu Oct 16, 2003 9:15 pm

Post by mak »

Container is loading to the table.

Thanks
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Check whether you have any IPC stage within that container.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

These errors are most likely to occur with Link Collector or IPC stage types. It's an error trying to get the next row. Maybe there was a timeout caused by an inappropriate collection algorithm.
Search the forum for SPINTRIES for more information about tuning the wait for mutex locks.
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