Page 1 of 1

How to unlock a job accessed by another user

Posted: Thu Dec 13, 2007 8:38 am
by Zet
Hi ALL!
I have some trouble:

>LIST.READU EVERY
..........
>UNLOCK USER 36055 ALL
Verb "UNLOCK" is not in your VOC.

than i try to do this:
>set.file uv voc uv.voc
Q-pointer written to VOC file.
>copy from uv.voc to voc unlock
Record "to" not found in file "uv.voc".
Record "voc" not found in file "uv.voc".
Record "unlock" not found in file "uv.voc".

0 records copied.
>UNLOCK USER 36055 ALL
Verb "UNLOCK" is not in your VOC.

Help me please

Posted: Thu Dec 13, 2007 8:42 am
by chulett
'LOGTO <YourProject>' first.

Posted: Thu Dec 13, 2007 9:29 am
by Zet
does not work =(
>LOGTO DWH
>unlock user 65490
Verb "UNLOCK" is not in your VOC.

Posted: Thu Dec 13, 2007 9:35 am
by chulett
Sorry, got that backwards. You need to get out of your specific project and into the main UV account:

Code: Select all

LOGTO UV
Then try again.

Posted: Thu Dec 13, 2007 10:06 am
by Mat01
Hi Zet,

Have a look at this post:
viewtopic.php?t=89810

Regards,

Mat

Posted: Thu Dec 13, 2007 6:01 pm
by ray.wurlod
The commands in your original post all need to be executed in UPPER CASE.

Posted: Fri Dec 14, 2007 2:07 am
by Zet
does not work =(
>LOGTO DWH
>unlock user 65490
Verb "UNLOCK" is not in your VOC.

Posted: Fri Dec 14, 2007 2:18 am
by aakashahuja
If this is someone else's job you are trying to unlock, then is yours an admin account??????

Cheers
Aakash

Posted: Sat Dec 15, 2007 2:24 am
by ray.wurlod
ALL the commands need to be in upper case, including UNLOCK.
The UNLOCK verb must be in the VOC file where you are attempting to execute it.