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)
Deployments at 9am, 12pm and 3pm only
System
Has anyone figured out a way to use opendeploy to deploy files at three set intervals - say 9am, 12pm and 3pm -
Support tells me such functionality isn't built into opendeploy yet - however - I was just wondering if anyone - has scripted something which might do this
Thanks
Find more posts tagged with
Comments
Adam Stoller
Have you looked at the iwodschedadd CLT?
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
I'm looking at my admin guide for OpenDeploy 5.5.1 pg 186 - and from what I see the iwodschedadd does the same thing that the GUI provides - the interval in hours is set to a specific time frame so if I said every 3 hours starting at 9am it would deplot at 12pm, 3pm, 6pm, 9pm, 12am etc etc which isn't what I want - unless of course I'm missing something when I read this
Thanks
Migrateduser
You could always use cron.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
e01-run once EVERY hour, all day, every day.png
e02-run once every hour, only between 8 and 10, every day.png
e03-run ONCE, only between 8 and 10, ONLY on Saturday.png
Migrateduser
I think the only way to achieve this would be to schedule three separate daily deployments, one at 9, one at 12, one at 3.
I've added your use case to an open feature request (#34334). If you email me or contact Tech Support, we can add your company name to the request.
Cheers
Todd Scallan
Senior Product Manager
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
Migrateduser
Thanks - I'll try that and let you know -
BTW - I'm on a Windows platform so cron won't do the trick
MattP
But a scheduled nt job will. Evin if you need three seperate scheduled items, it should do the trick. That is how I publish editions.
MLP
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA
Migrateduser
Thanks - got this to work with 3 deployments