Job Locked

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
iamnagus
Participant
Posts: 48
Joined: Wed Sep 29, 2004 1:16 am

Job Locked

Post by iamnagus »

Hello,

Job locked.we r not able to unlock it from director neither administrator.

Can any one guide me the ways on how to unlock the job.

Thanks,

Regards,
iamnagus
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use the LIST.READU command to find out the owner of the lock. This is most easily done from a UNIX prompt

Code: Select all

$DSHOME/bin/list_readu | grep jobname
Can you see that user (process) in the Cleanup Resources window in Director? If so, release the lock from there.

Otherwise, use the DS.TOOLS menu in the project to release the lock.

You will need to be connected/logged in as a DataStage administrator.
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