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)
Cron Job Setup for deploying articles to Database or web server
Lakshmigutti
Will you please walk me thru on how to setup a cron job which will search thru the articles from date till sysdate, check the go_live date and push it to server or database based on the go_live date?
We don't have CSSDK license so I think I will have to code in perl and setup the job to run everynight.
Find more posts tagged with
Comments
motlnt
there are more than one ways to achieve this,
Option I:
the perl script will parse through all the DCRs and find out the go live date of each one and create a filelist.
the deployment script will refer to the file list and deploy all the necessary DCRs
Option II:
have a Database middle layer
the idea is to deploy all the contents temporarily into a database
the perl script will read the database tables and find out all the content's go live date and do deployment
HIH
====================
Interwoven certified consultant
TS 6.7.1 on RedHat Linux