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)
data deploy
vinylrecord
hi all, plz reply back its urgent.I am using Teamsite 5.5.2 and data deploy 5.5.2 , sql server. in the iw.cfg file i have configured the database.I have read in the data deploy 5.5.2 adminstrtaion guide , and followint he same chapter 8 steps, for automatic deploying from teamsite triggers, infact that is my reguirement that once i save the dcr, its content are transferred to the database. But this happens, only when i run from /softwares/interwoven/iw-home/datadeploy/bin ./iwsyncdb.ipl <workarea>.
How to ensure automatic transfer or use DD in DAS mode.
what are steps. i need to fillow, i have teamsite and dd seperately installed. what do i do now.
plz reply soon.
Find more posts tagged with
Comments
Migrateduser
First of all iw.cfg is a wrong place for configuring database. You can use a centralized database.xml file in <ddhome>/conf/ or specify database conn properties in a different xml file and include it in your dd config files.
Are you using UDS or wide table deployment, for UDS
you need to copy ddcfg_uds.template.example to ddcfg_uds.template in <ddhome>/conf directory.
Generate dbschema.cfg by running:
iwsyncdb.ipl -dbschemagen <vpath> [dcr-type] [-force]
Register the triggers (if not using Event Subsystem) and create initial tables
iwsyncdb.ipl -initial <vpath> [dcr-type]
The last step should create the triggers if you are configuring without EventServer. Once you run initial any TS event should automatically trigger DataDeploy resulting in appropriate changes in your DB tables.
Refer to the manual for more information.