Reason:
You attempted to create a circular reference by attempting to attach a child node to a parent node where that parent node is already connected to the child node.
Resolution:
Ensure you attach the child node to a node that is not already connected to the child node.
Tip:
- Are the child and parent node names correct?
- Find the nodes already connected to the child node using the star$topology view.
Comments
Article is closed for comments.