Hello,
I'm tring to export some content and it's respective categories using CWS, but I can't seem to find any way to do this. I've already checked the generated XML and I can confirm that the categories are exported but when I try to import the same XML in another Content Server i don't get the desired effect.
... <dependents> <NodesExported count='1' nodes='{5072}'/> <CategoriesApplied> <CategoryApplied count='1' id='4742' nodes='{5072}' versionnum='1'/> </CategoriesApplied> ... </dependents>... <category defguid='1C7DB9BE-09C4-0350-E053-060011AC4B68' defid='4742' disableInheritance='false' name='My Category' versionguid='1C7DB9BE-09C5-0350-E053-060011AC4B68' versionid='1'> <AttributeSet attid='1' name='My Category'> <Attribute attid='2' name='check this' type='5'>true</Attribute> </AttributeSet> </category>...
Here is what I've done so far.
- Export and Import a content with all available meta-data.
- Explicitly import the category before importing the actual content. Didn't work although both of them were created they were not associated.
- Export the content using different scopes. As expected it did nothing regarding the categories.
Can anyone explain what I might be doing wrong?