sort stage issue

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

sort stage issue

Post by admin »

Hi, All
I have a job using sort stage, it runs well many times. However, it always
issued a error message today as below :

SORT: ds_ipcgetnext - timeout waiting for mutex

and stopped at sort stage processing.

Can anybody tell me what this problem is ? how to fix it ?
Many thanks in advance
xli
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

sort stage issue

Post by admin »

There is a known issue with mutex locks on HP-UX. Search the archives (now at www.dsxchange.com) to find it. And the workaround. It's related to the SPINTRIES and SPINSLEEP configuration parameters; to quote one of the Ascential support people, the machine spins too fast for its own good! These configurable parameters were added specifically to address this issue.

Problems with mutex locks have also been encountered, though less frequently, on AIX, by DataStage users.

----- Original Message -----
From: Xiong li
Date: Fri, 24 Oct 2003 18:36:02 +1300
To: datastage-users@oliver.com
Subject: sort stage issue

> Hi, All
> I have a job using sort stage, it runs well many times. However, it always
> issued a error message today as below :
>
> SORT: ds_ipcgetnext - timeout waiting for mutex
>
> and stopped at sort stage processing.
>
> Can anybody tell me what this problem is ? how to fix it ?
> Many thanks in advance
> xli
>
<b>PLEASE READ</b>
Do not contact admin unless you have technical support or account questions. Do not send email or Private Messages about discussion topics to ADMIN. Contact the webmaster concerning abusive or offensive posts.
Locked