Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Starting a batch process in teamsite
npai
Hi All,
I am a newbie to teamsite. I would really appreciate it if someone can give pointers on how to get a batch process setup in teamsite.
I have an IPL file in the IW_Config that I need to execute automatically every friday evening.
Thanks for your help.
Namitha
Find more posts tagged with
Comments
dazzlad
Which version of TeamSite on which operating system? What does the batch job need to do? The more detail you give here, the better solution you'll get.
With Windows it would be most likely that you use scheduled tasks and with Unix cron or some variant.
Some people also use the OpenDeploy scheduler for this kind of task.
nipper
use at for DOS or cron for Unix. Some people use the OD scheduler, but I like to use the OS provided tools.
npai
Hi,
Thanks for the quick reply.
We are using Interwoven TeamSite 6.5.0 Service Pack 2. I have a perl program that behaves something like a spider and loops through all the content on teamsite and comes up with a report of missing title, meta tags, broken links and that type of information. Now I am manually running the program. I want to setup a standard process to run it at a certain hour every friday so that I can have the report ready on Monday. I use Windows environment.
Thanks
dazzlad
Well, I think your answer is here.
Use at or scheduled tasks for windows. A little googling should help you find out how.