How to unlock a job accessed by another user

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Zet
Participant
Posts: 9
Joined: Wed Feb 14, 2007 3:44 am
Location: From Ukraine

How to unlock a job accessed by another user

Post 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
Wolf
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

'LOGTO <YourProject>' first.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Zet
Participant
Posts: 9
Joined: Wed Feb 14, 2007 3:44 am
Location: From Ukraine

Post by Zet »

does not work =(
>LOGTO DWH
>unlock user 65490
Verb "UNLOCK" is not in your VOC.
Wolf
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Mat01
Premium Member
Premium Member
Posts: 50
Joined: Wed Jun 02, 2004 11:12 am
Location: Montreal, Canada

Post by Mat01 »

Hi Zet,

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

Regards,

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

Post by ray.wurlod »

The commands in your original post all need to be executed in UPPER CASE.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Zet
Participant
Posts: 9
Joined: Wed Feb 14, 2007 3:44 am
Location: From Ukraine

Post by Zet »

does not work =(
>LOGTO DWH
>unlock user 65490
Verb "UNLOCK" is not in your VOC.
Wolf
aakashahuja
Premium Member
Premium Member
Posts: 210
Joined: Wed Feb 16, 2005 7:17 am

Post by aakashahuja »

If this is someone else's job you are trying to unlock, then is yours an admin account??????

Cheers
Aakash
L'arrêt essayant d'être parfait… évoluons.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
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