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)
DataDeploy of multiple groups
lcarr
TeamSite 5.5.2, DD 5.5.2, Win2K, Microsoft SQL Server
My data deploy cfg file (metadata_to_db.cfg) defines multiple groups. I am deploying from a single DCR to multiple groups. When iwdd.ipl executes no errors are reported, but only the root-group is deployed.
Is is possible to deploy from a single DCR to multiple tables?
Find more posts tagged with
Comments
Migrateduser
Is is possible to deploy from a single DCR to multiple tables?
Yes you should be able to. Have you defined the parent-table child-table relations correctly??
Please send log and config file.
lcarr
I have reviewd the parent/child relationships and these are ok. I have attached the cfg and log files for your review. Thanks.
Migrateduser
Looks like there were a couple of errors during deployment
TTableSchemaHelper object for [DOCUMENT] found in cache.
ERROR:data-format attribute is required for column <PUBLISH_DATE>
ERROR:data-format attribute is required for column <EXPIRATION_DATE>
BuildTuples:BuildRows returned: true
For date columns you need to specify a valid data format for the date column
eg: data-format="yyyy-MM-dd"