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)
EAs and Templates DD deployed at the same time ?
nipper
I think this is possible, but I want to confirm. I have DD sending out templated content with EAs.
I want (in a single DD) it to use mulitple sources (templating and EA). Has anyone done this ? Got it in process for 2 DD, but that is a pain.
ANdy
Find more posts tagged with
Comments
Migrateduser
set the attribute include-extended-attributes="yes" in teamsite-templating-records or xml-source element.
nipper
can you point me to an example ? Just put it in the DCR?
I cannot find this in any of the TS manuals, examples or in the devnet articles.
ANdy
Migrateduser
You need to set this attribute in the dd config file. What version of DD are you using ? This was introduced only in DD5.6 i belv.
Sample snippet
<xml-source
include-extended-attributes="yes"
options = "wide,full"
area = "e:\\cfgfiles\\anyxml\\scen2\\data"
area-type="os-filesystem"
xml-type="interwoven" >
<path name = "." />
visit-directory = "deep" />
<path filelist="E:\cfgfiles\anyxml\scen2\files.lst" />
</xml-source>
You could also use include-extended-attributes in <teamsite-templating-records> section
nipper
That is what I was afraid of, I am on 551
Andy
marcussteiner
do you have to process all the dcr data? what we've done is in a workflow we've made some of the dcr data extended attributes using "iwexattr". based on this we've processed only extended attributes in a od-dd sync filelist deployment.