Page 1 of 1

How can I Unlock my DS Job

Posted: Thu Jun 19, 2008 7:12 am
by Gopalraja
Hi,

One of my DS Job was locked. I have tried so many times in DS Director, but I cannot able to unlock or release the job based on the Process ID.

I have checked the correspoing Process ID in Unix but it is not available.

Is it possible to unlock the Job without killing the Process ID in Unix or without restart the DS Server.

Re: How can I Unlock my DS Job

Posted: Thu Jun 19, 2008 7:35 am
by ArndW
Gopalraja wrote:...Is it possible to unlock the Job without killing the Process ID in Unix or without restart the DS Server.
You can edit your $DSHOME/dsdlockd.config file and set "start=1", then start the deadlock daemon with the command

Code: Select all

nohup bin/dsdlockd >> dsdlockd.log 2>&1 &