Dsjob command throws an error ( without any arguments)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkee
Participant
Posts: 1
Joined: Mon Feb 25, 2008 7:47 pm

Dsjob command throws an error ( without any arguments)

Post by venkee »

Getting the below mentioned error when run the bin/dsjob running from unix command prompt. The same is working in UAT environmeny by showing dsjob help screen...

DSApiEnterCriticalSection, pthread_mutex_lock failed: Invalid argument

Appreciate for any suggestions to fix the above error. Thanks.
:oops:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. It this a transient problem, or is it reliably reproducible? Mutex locks are how semaphores are implemented on HP-UX, and the lock tables in DataStage are implemented as semaphore sets, which is why you are seeing issues with mutex locks. As to what's causing them, this is possibly merely collisions - too many people running dsjob at the same time, maybe?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

It is reproducible. UVConfig parameters are verified in both servers and there is no change found between these two servers.

Any other suggestions!

Regards
Elavenil
Post Reply