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
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

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

Post by kumar66 »

Hi All,

My job design:

Teradata-----> Transformer----> IPC Stage------>Transofrmer----->XmlInputStage


I am getting this fatal error: A transcoding exception occurred in row:

...[Message truncated to 256000 characters, actual length was 2106694 characters].

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



I am putting all my data in CDATA ,concatenation all the 34 fileds.


Please advise me on this.


Thanks & Regards,
Kumar66
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Edit your IPC stage and increase the buffer size to hold at least one full record.
Last edited by ArndW on Tue Dec 11, 2007 9:05 am, edited 1 time in total.
Alokby
Premium Member
Premium Member
Posts: 9
Joined: Wed Sep 15, 2004 7:27 am

Post by Alokby »

Increase the timeout for the job and the Stage.
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Post by kumar66 »

Hi Arnd and Alokby,

Thanks for your suggestions. I tried the both ways , it still showumg the same fatal error.

I increased the buffer size to 1024 anf time out to 60.


Thanks & Regards,
Kumar66
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Post by kumar66 »

Hi Arnd,


Instead of IPC stage I used sequential file stage and it is working fine. Want to know whether I can use Sequential stage in place of IPC stage?

Please Clarify this.


Thanks & Regards,
Kumar66
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, the IPC stage is no longer necessary, you don't need a sequential file stage to replace the IPC, just remove the IPC stage altogether.
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Post by kumar66 »

Hi Arnd,


Thanks .

With Regards,
Kumar66
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Post by kumar66 »

Hi Arnd,


Thanks .

With Regards,
Kumar66
Post Reply