Page 1 of 1

Serching a job

Posted: Fri Sep 12, 2008 11:52 am
by arunkumar1111
HI

I want to search a job existing in a project or not
How to search a job

Posted: Fri Sep 12, 2008 12:43 pm
by chulett
Based on what - the job name? :?

Posted: Fri Sep 12, 2008 12:59 pm
by arunkumar1111
yes the search is based on the Job name

Posted: Fri Sep 12, 2008 1:06 pm
by chulett
There is a Filter option in the Director that supports wildcards you can use. That or something like this in the Administrator:

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'YerJobName';
This also supports wildcards.

Posted: Fri Sep 12, 2008 1:41 pm
by trammohan
try
dssearch -ljobs -matches -subcategories sub -oc -oj dstage Job*

at UNIX command level....