<?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: Dirty Area Status meaning in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1199690#M1904</link>
    <description>&lt;P&gt;I am also consistently having this issue.&amp;nbsp; I haven't found any easy fixes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;my issue is the UNM ERROR areas occur, fixes are made via FME, then validate runs fine, a popup tell me "there are no dirty areas", but the ERROR dirty areas remain.&lt;BR /&gt;The only way to fix in my case is to edit the line the ERROR dirty area is flagging, moving and replacing it where it was, then re-validating it. Very time consuming and annoying.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2022 02:06:45 GMT</pubDate>
    <dc:creator>EC1</dc:creator>
    <dc:date>2022-08-05T02:06:45Z</dc:date>
    <item>
      <title>Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1017601#M867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having an issue with Electric Distribution Utility Network. I am fixing some data errors but some dirty areas dont go away. I had error with two ElectricLines of different subtypes joining without a junction. I added a junction that has connectivity to both asset types and ran the validate subnetwork. The command was successful with message "Validate successful" message in notifications. However, dirty area doesn't go away. I tried to move the vertex away from the junctions on both ends of the line, and revalidated. The command was successful with message "Validate successful" message but Dirty area is still there. And dirty area's geometry is still covering old line geometry and not the new shortened geometry on both ends.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VishApte_1-1610953132288.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3995i69E23B121E37543F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VishApte_1-1610953132288.png" alt="VishApte_1-1610953132288.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VishApte_0-1610952747420.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3994iEAE3656D3EED3994/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VishApte_0-1610952747420.png" alt="VishApte_0-1610952747420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what Status 9 means for Dirty Area? It seems to be a bit-wise integer and Arcade expression in the symbology says&amp;nbsp;&lt;/P&gt;&lt;P&gt;var Status = $feature.status; if (Status == 0) return 0; if ((Status &amp;amp; 0x7) &amp;gt; 0) if ((Status &amp;amp; 0x38) == 0) return 1; else return 3; if ((Status &amp;amp; 0x20) &amp;gt; 0) return 4; return 2;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how I can fix this? I cannot run Update Subnetwork with dirty areas.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 07:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1017601#M867</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2021-01-18T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1017917#M869</link>
      <description>&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/dirty-areas-in-a-utility-network.htm" target="_self"&gt;Dirty Areas&lt;/A&gt; are symbolized using the status field -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;Status&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;attribute field uses bitwise encoding to represent the operation that created the dirty area. For example, a deleted feature is represented by bit 1 and is displayed with a status of 2 (2^1 = 2). These values are summated if multiple operations led to the creation of the dirty area. A&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;Status Description&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;field is displayed in the pop-up expression to provide additional information about the operation that created the dirty area.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can review the following pages to see if they provide you with help on how to use Errors.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/about-error-features.htm" target="_self"&gt;Errors&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/manage-error-features.htm" target="_self"&gt;Error management&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1017917#M869</guid>
      <dc:creator>MelissaJarman</dc:creator>
      <dc:date>2021-01-19T13:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1018216#M871</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1341"&gt;@MelissaJarman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can now see what Status Descriptions mean.&lt;/P&gt;&lt;P&gt;However, I am still not sure why my Dirty Areas with status 9 (1 + &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; doesn't go away after I shortened the geometry and Validate UN Topology was successful. I had to Disable Topology and Re-enable to see those dirty areas go away.&amp;nbsp; This is with ArcGIS Pro 2.6.3, UN v4, ArcGIS Enterprise 10.8.1 plus UN SP1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 01:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1018216#M871</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2021-01-20T01:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1019996#M877</link>
      <description>&lt;P&gt;Are you able to consistently reproduce the validate not taking away the dirty areas when the error situations are resolved? If so, I would be interested in the repro steps as you should not be forced to disable and reenable the networks topology to clear these.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 12:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1019996#M877</guid>
      <dc:creator>MelissaJarman</dc:creator>
      <dc:date>2021-01-26T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1020008#M879</link>
      <description>&lt;P&gt;We've seen the same issues&amp;nbsp; as well with multiple clients.&amp;nbsp; Validate returns successfully but the dirty areas still remain.&amp;nbsp; This can obviously cause problems when updating subnetwork etc. as the validate returns successfully, but the dirty areas are still hanging out there.&amp;nbsp; The only work around we've found is to disable/enable topology.&amp;nbsp; We've also seen the UN get hung up validating with the message: Edit Operation Failed or if running the gp tool, the dreaded 99999 error.&amp;nbsp; This has happened with Pro 2.6x and 10.7.1 as well as 2.7 and 10.8.1.&amp;nbsp; We also tried using the Repair Network Topology tool at Pro 2.7 but it didn't seem to alleviate the error.&amp;nbsp; I can work on getting the repo steps, but they often arise after what would be a pretty standard edit.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 13:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1020008#M879</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-26T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1034418#M1011</link>
      <description>&lt;P&gt;My customers are seeing this issue as well.&amp;nbsp; A simple edit will validate successfully, with no status errors, yet the dirty areas remain.&amp;nbsp; Then when the Trace tool is run, the updates are not made to the network.&amp;nbsp; No other errors are present.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 13:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1034418#M1011</guid>
      <dc:creator>SFortnam</dc:creator>
      <dc:date>2021-03-09T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1198978#M1886</link>
      <description>&lt;P&gt;Have you been able to resolve this?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1198978#M1886</guid>
      <dc:creator>AllysonReynolds</dc:creator>
      <dc:date>2022-08-03T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1199690#M1904</link>
      <description>&lt;P&gt;I am also consistently having this issue.&amp;nbsp; I haven't found any easy fixes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;my issue is the UNM ERROR areas occur, fixes are made via FME, then validate runs fine, a popup tell me "there are no dirty areas", but the ERROR dirty areas remain.&lt;BR /&gt;The only way to fix in my case is to edit the line the ERROR dirty area is flagging, moving and replacing it where it was, then re-validating it. Very time consuming and annoying.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 02:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1199690#M1904</guid>
      <dc:creator>EC1</dc:creator>
      <dc:date>2022-08-05T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1210947#M2042</link>
      <description>&lt;P&gt;I've also experienced this issue; Dirty Areas not being removed after a successful validation. This was seen in Pro 3.0.1 with a standard topology. Data is stored in MSSQL, traditional versioning, 10.8.1.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 20:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1210947#M2042</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2022-09-08T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1706785#M7011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/108513"&gt;@EC1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have other solution to fix this issue. Now, I got same with customer when they validate dirty area but not cover extent. And I also must guide them do same like you do "&lt;SPAN&gt;moving and replacing it where it was, then re-validating it". They complain a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you a lot if you have any other idea!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 07:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1706785#M7011</guid>
      <dc:creator>GISUser1619_Nguyen</dc:creator>
      <dc:date>2026-06-08T07:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1706815#M7013</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/434311"&gt;@GISUser1619_Nguyen&lt;/a&gt;&amp;nbsp;what you are seeing is a slightly different behavior than what is described in this issue, and it looks similar to a bug that we have a patch for. Please reach out to support with your environment information and steps to repro and they should be able to confirm whether this is the same bug.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2026 12:32:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1706815#M7013</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-08T12:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dirty Area Status meaning</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1707064#M7023</link>
      <description>&lt;P&gt;Thank you Robert!&lt;/P&gt;&lt;P&gt;I will log this case to Support system.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 08:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/dirty-area-status-meaning/m-p/1707064#M7023</guid>
      <dc:creator>GISUser1619_Nguyen</dc:creator>
      <dc:date>2026-06-09T08:33:25Z</dc:date>
    </item>
  </channel>
</rss>

