Configuring Link Behavior During Replication
As per organizational requirements, an Administrator can configure the behavior to retain or remove a link when replicating a strong-side or a weak-side object. It is highly recommended not to configure OOTB links using this option. This mechanism is only meant for custom links.
Use the linkRemovalConfig.xml file located on this path:
WT_HOME/codebase/registry/readiness/linkRemovalConfig
Within the <LinksNotToRemove> tags, add the class name of the links that should be retained when replicating a strong-side object.
For example:
<LinksNotToRemove>
<Link name="wt.associativity.EquivalenceLink" />
</LinksNotToRemove>
Within the <LinksToRemove> tags, add the class name of the links that should be removed when replicating a weak-side object.
For example:
<LinksToRemove>
<Link name=" wt.epm.build.EPMBuildRule" />
</LinksToRemove>
Isto foi útil?