Page 1 of 1

dscc.exe - to compile jobs from category.

Posted: Fri Oct 05, 2007 4:01 pm
by videsh77
I am uaing dscc jobs to compile uncompiled jobs in the given environment. But I could not find an option which can mention, to compile jobs under a particular category.

Could someone, if used can share how this can be done?

Posted: Fri Oct 05, 2007 5:06 pm
by chulett
I would think you would need to get a list of job names from the desired category and script a looping structure to compile them one by one. I don't believe there is any 'automatic' way to do it.

Posted: Fri Oct 05, 2007 5:06 pm
by RAJEEV KATTA
Go to the ds client path on your machine from command line and just type dscc you will see different options in it.This would do the needful.

Posted: Mon Oct 08, 2007 3:44 pm
by videsh77
I have tried doing that by seeing options for dscc. It mentions something for categories 'cat\*'. This doesn't helps, as I have tried multiple combinations by giving category names at different places.

Posted: Mon Oct 08, 2007 4:11 pm
by narasimha
Specify the category path after the /j option

Code: Select all

Category\*
If you have a sub-category

Code: Select all

Category\SubCategory\*
It shuold work.

Posted: Tue Oct 09, 2007 2:48 pm
by videsh77
Is there any option available which will compile jobs from subcategories, than individually specifying a subcategory?

Posted: Tue Oct 09, 2007 3:26 pm
by narasimha
Did a quick check, looks like there is no option, you have to specify the subcategory name to compile the jobs under them.