Hello,
I am working within the same Tier where two different Subnetwork Controllers generate two different SubnetLines:
1724 → Yellow SubnetLine
1734 → Blue SubnetLine
Both subnetworks exist in the same tier but are created from different subnetwork controllers. For clarity, I will refer to them as Yellow (1724) and Blue (1734).
Scenario
I place a starting flag on a feature.
I run a Downstream Trace.
My intention is for the trace to stop at devices where:
OS (Operational Status) = Open
(Configured as an Attribute Filter Barrier)
Additionally:
NS (Normal Status) is used as a Tier Condition Barrier.
Observed Behavior
The trace starts within the Blue subnetwork (1734).
It then transitions into the Yellow subnetwork (1724).
If there is a device ahead with OS = Open, the trace correctly stops at that device.The tracing changes from the blue line to the yellow line, and the tracing process stops at OS=Open.

However, if there is no device with OS = Open ahead and the trace encounters the Yellow Subnetwork Controller, the trace fails with:
ERROR 001890: Invalid subnetwork connectivity, multiple subnetwork controllers with different subnetwork names found.

Expected Behavior
Even if no OS = Open device exists ahead, I expect the trace to stop when it reaches a Subnetwork Controller belonging to a different subnetwork.
I also tried adding a Filter Barrier:
Is Subnetwork Controller = True

However, the trace still returns the same error instead of stopping at the controller.
Question
Why does the trace continue into another subnetwork within the same tier instead of stopping?
Why does adding Is Subnetwork Controller = True as a filter barrier not prevent the ERROR 001890?
Is this behavior by design when tracing across multiple subnetworks within the same tier?
What is the recommended configuration to ensure a downstream trace:
Stops at OS = Open devices, and
Stops when encountering a different subnetwork controller,
without generating ERROR 001890?
Any clarification on correct trace configuration in this type of multi-controller tier setup would be greatly appreciated.
Thank you.