|
Written by Roceller Alvarez
|
|
Thursday, 09 March 2006 |
|
This is a common problem for DataStage developers. A locked job. And we all know why... you went out for lunch without closing the job design you're working on. Here's a quick tip on how to unlock a locked job.
If you have access to 'dsadm', just signin and issue the 'uv' script. Find out all running jobs: >LIST.READU  Unlock jobs by user number: >UNLOCK USER <user #> ALL Or you can unlock it by inode: >UNLOCK INODE <inode #> ALL If you don't have access to 'dsadm', then ask your DataStage administrator. |