Mutex Error..

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

Mutex Error..

Post by admin »

Hi all,

Can anybody tell me what are the specific reasons for mutex error in version
7 (Parralel extender) ? Also tell me what are the solutions to solve the
mutex problem ??

Regards
Amitava Ghosh
<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

Mutex Error..

Post by admin »

Don't know about PX, in Server it generally involves Row Buffering (I
believe) and needing to set the Timeout value either higher or to zero.

Suggest you go to http://www.dsxchange.com, this list is archived there and
there are also very active DataStage forums for Server and PX. Do a search
for 'mutex', this issue has been discussed many times before.

-craig

-----Original Message-----
From: AmitavaJr_Ghosh [mailto:AmitavaJr_Ghosh@tcscal.co.in]
Sent: Friday, January 09, 2004 11:24 PM
To: datastage-users@oliver.com
Subject: Mutex Error..


Hi all,

Can anybody tell me what are the specific reasons for mutex error in version
7 (Parralel extender) ? Also tell me what are the solutions to solve the
mutex problem ??

Regards
Amitava Ghosh
<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

Mutex Error..

Post by admin »

Mutex errors don't occur in DataStage.

Rather, they occur in the operating system. A "mutex lock" is one way in which a "wait" mechanism is implemented. Usually, they wait for a certain number of CPU cycles, then take a timeout error. As CPUs have become faster, the default wait is not long enough; the amount of time needed for those cycles to complete gets shorter. To quote one engineer, the CPU is just too fast for its own good!

All that said, the topic of DataStage usage of mutex locks has been canvassed on this forum in the past, a search should reveal causes and workarounds.

----- Original Message -----
From: "AmitavaJr_Ghosh"
Date: Sat, 10 Jan 2004 11:54:03 +0530
To:
Subject: Mutex Error..

> Hi all,
>
> Can anybody tell me what are the specific reasons for mutex error in version
> 7 (Parralel extender) ? Also tell me what are the solutions to solve the
> mutex problem ??
>
> Regards
> Amitava Ghosh
>
<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