<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3 in Water Utilities Questions</title>
    <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613914#M1497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this question not easily answerable or is everyone away for Thanksgiving:D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Nov 2010 20:51:46 GMT</pubDate>
    <dc:creator>JanetRogers</dc:creator>
    <dc:date>2010-11-28T20:51:46Z</dc:date>
    <item>
      <title>Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613913#M1496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had the Isolation Trace tool working perfectly in my network until I added some extra valves. I now get one error on the trace (if I do a trace on a long pipeline that runs straight to a reservoir (Bulk_Water_Supply) with no valves between the isolation point and the reservoir).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No Bulk_Water_Supply feature can be reached from this location other than those that would be isolated by a shutdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a Bulk_Water_Supply Feature at an appropriate location on the network or change your configureation file to specify a different feature class as a possible water source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without going into much detail, could someone please let me know what causes this error. There are other reservoirs with similar pipelines which do not error on the trace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found the code in TraceUtil.cs where it is triggered but find it a bit hard to follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Remove directly reachable sources from source array
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pStepPro.Message = "Removing directly reachable sources";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pStepPro.Step();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boolCont = pTrkCan.Continue();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!boolCont)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pProDlg.HideDialog();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (DictionaryEntry entry in sourceDirectEIDInfoHT)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eidInfo = entry.Value as IEIDInfo;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sourceEIDInfoHT.Remove(eidInfo.Feature.OID);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sourceEIDInfoHT.Count == 0)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "No " + sourceFCName + " feature can be reached from this location other than those that would be isolated by a shutdown." + Environment.NewLine +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Environment.NewLine +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Add a " + sourceFCName + " feature at an appropriate location on the network or " + Environment.NewLine +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "change your configuration file to specify a different feature class as a possible water source.", caption);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:41:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613913#M1496</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2021-12-12T16:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613914#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this question not easily answerable or is everyone away for Thanksgiving:D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 20:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613914#M1497</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2010-11-28T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613915#M1498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Away for thanksgiving!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a known issue.&amp;nbsp; The trace does not work on pipe segment connected to the source without a valve between the trace location and the source.&amp;nbsp; It is on the list of todo's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 09:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613915#M1498</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2010-11-29T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613916#M1499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that - I can put a dummy valve in at the reservoir.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 23:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613916#M1499</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2010-11-29T23:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613917#M1500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I have the same problem occuring again. My network has 12 bulk water facilities which I am using as Sources (no Sinks). It is a fairly complicated non-directional network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Isolation Trace had been working well. For various reasons, I had to remake the network with slightly different pipelines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The same error is occuring everwhere I click on the network for a Valve Isolation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]No Bulk_Water_Supply feature can be reached from this location other than those that would be isolated by a shutdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a Bulk_Water_Supply Feature at an appropriate location on the network or change your configureation file to specify a different feature class as a possible water source.[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added open Isolation Valves at each Bulk Water Facility, but this has made absolutely no difference. Any more suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 22:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613917#M1500</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2011-02-02T22:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Isolation Trace in Water Utilities Reporting Toolbar 9.3</title>
      <link>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613918#M1501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are the Isolation valves in the same layer as rest of the valves in the system?&amp;nbsp; Are they Enabled?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 10:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/isolation-trace-in-water-utilities-reporting/m-p/613918#M1501</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2011-02-04T10:31:35Z</dc:date>
    </item>
  </channel>
</rss>

