Page 1 of 1

Verb "DSJOB" is not in your VOC.

Posted: Tue Dec 29, 2009 3:17 am
by femil
Can any one help me to overcome the error ' Verb "DSJOB" is not in your VOC' getting while executing the DS commands .

ex: dsjob -run Check(Check is a Job) in administrator client

Posted: Tue Dec 29, 2009 3:30 am
by gssr
Try this,

Code: Select all

dsjob -run -jobstatus projectname jobname 

Posted: Tue Dec 29, 2009 3:50 am
by femil
even i tried that but no use and it shows same error

Posted: Tue Dec 29, 2009 4:29 am
by gssr
Hope this will help you,

viewtopic.php?t=124347&highlight=not+in+your+VOC


Hit the dsxchange search engine for more suggestions

Posted: Tue Dec 29, 2009 4:32 am
by ray.wurlod
dsjob is not executed from within a dssh shell, which is what you are attempting to do (perhaps via the Administrator client command window).

The dsjob command is executed from an operating system shell. This means that the command search list and shared library search list environment variables must be correctly set.