Configuring Link Behavior During Replication
According to organizational requirements, an Administrator can configure the behavior to retain or remove a link when replicating a strong-side or weak-side object. However, it is recommended not to configure out-of-the-box (OOTB) links using this option. This mechanism is intended only for custom links.
Use the linkRemovalConfig.xml file located at the following path:
WT_HOME/codebase/registry/readiness/linkRemovalConfig
• To retain links when replicating a strong-side object, add the class name of the links within the <LinksNotToRemove> tags.
For example:
<LinksNotToRemove>
<Link name="wt.associativity.EquivalenceLink" />
</LinksNotToRemove>
• To remove links when replicating a weak-side object, add the class name of the links within the <LinksToRemove> tags.
For example:
<LinksToRemove>
<Link name=" wt.epm.build.EPMBuildRule" />
</LinksToRemove>