job locks release

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
madhava1238
Participant
Posts: 15
Joined: Mon May 05, 2008 5:12 am
Location: chennai

job locks release

Post by madhava1238 »

Hi
all,

how to release locked jobs?and wher?

and i have run a job on unix Operating system in which path the job is running

Regards,
Madhava.
Madhava
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Turn on the dsdlockd process so that locks are automatically cleared every 15 minutes.
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

Log into the uvsh. Do a LIST.READU command. From here, you can go two ways, one way is to use

Code: Select all

DS.TOOLS
[/b]. This has menu options, so it would not be difficult to navigate (make sure you make a note of the PID listed for your job in the LIST.READU command)

Second way is to take the user number from LIST.READU and pass an

Code: Select all

UNLOCK USER <user number> ALL
. This releases all the locks held by that user!
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The first question should have been WHEN to release locks? There are times when you should not, because it is not safe to do so.
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