Page 1 of 1

Job names in the folder??

Posted: Mon Jun 13, 2005 5:38 am
by Madhav_M
Hi,
Is there is any way to get list of job names under a folder in a project.

I am getting list of all jobs by using
dsjob -ljobs <project name>

is there is anyway to add folder name too.

Thanks
Madhav

Posted: Mon Jun 13, 2005 5:56 am
by kduke
You would have do it in SQL.

SELECT NAME FROM DS_JOBS WHERE CATEGORY = 'MyCat';

Posted: Mon Jun 13, 2005 5:58 am
by chulett
Here are a couple of different ways. Not sure you can from dsjob, however.

Posted: Mon Jun 13, 2005 9:19 pm
by Madhav_M
Hi
Thanks for your replies.. I saw the previous post also.

Where to use the Sql option and how to use it?

Thanks
Madhav

Posted: Mon Jun 13, 2005 9:25 pm
by chulett
Simplest place is from the 'Command' window of the Administrator.

Posted: Mon Jun 13, 2005 10:04 pm
by Madhav_M
Thanks chulett