<?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: Issue with Fetching Connectivity Association using Arcade in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639279#M5547</link>
    <description>&lt;P&gt;If you are looking for junction Edge associations you should use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;featureSetByAssociation($feature, 'junctionEdge')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Connected" is only for JJ associations&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 16:20:44 GMT</pubDate>
    <dc:creator>HusseinNasser2</dc:creator>
    <dc:date>2025-08-05T16:20:44Z</dc:date>
    <item>
      <title>Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639097#M5538</link>
      <description>&lt;P&gt;When trying to use the FeatureSetByAssociation Arcade function for Connectivity Association type, we are not able to fetch the associations, it just returns an empty result.&lt;/P&gt;&lt;P&gt;When we use the Container association type it is returning correct record counts of the associated features&lt;/P&gt;&lt;P&gt;For example with this first TelecomEdgeObject record, we have 12 Containment and 2 Connectivity Associations:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yogesh_Chavan_0-1754384066477.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137819iBC8AC1CA26C0B2F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yogesh_Chavan_0-1754384066477.png" alt="Yogesh_Chavan_0-1754384066477.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When we try to use Arcade:&lt;/STRONG&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Containment:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Returns 12 as count of associated features&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yogesh_Chavan_1-1754383735626.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137817i3DD91615E7E363C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yogesh_Chavan_1-1754383735626.png" alt="Yogesh_Chavan_1-1754383735626.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Connectivity:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Returns 0 as count of associated features&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yogesh_Chavan_2-1754383752556.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137818i2AA4971D1E1697C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yogesh_Chavan_2-1754383752556.png" alt="Yogesh_Chavan_2-1754383752556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What could be going wrong here? We tried creating an association(connectivity) manually, and it still does not consider it.&lt;/P&gt;&lt;P&gt;Any thoughts would be helpful!!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 08:58:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639097#M5538</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2025-08-05T08:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639172#M5543</link>
      <description>&lt;P&gt;I recommend you check out the Arcade documentation for that method for the possible values for the association type parameter:&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyassociation" target="_blank" rel="noopener"&gt;FeatureSet functions | ArcGIS Arcade | Esri Developer.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't see 'connectivity' listed as a valid value. Depending on the type of connectivity you're looking for, you should be able to use one of the other association types.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 14:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639172#M5543</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2025-08-05T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639279#M5547</link>
      <description>&lt;P&gt;If you are looking for junction Edge associations you should use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;featureSetByAssociation($feature, 'junctionEdge')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Connected" is only for JJ associations&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 16:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639279#M5547</guid>
      <dc:creator>HusseinNasser2</dc:creator>
      <dc:date>2025-08-05T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639499#M5551</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/346994"&gt;@HusseinNasser2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We used the "junctionEdge" key string for this and it worked.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a side note, I admire all your work and blogs on Arcade!!&lt;/P&gt;&lt;P&gt;I would like to know, if you have written a blog/article on how to optimize Arcade scripts? For example we have a script which takes long time to evaluate 250 records, the script(Batch Rule) picks records from the table(GeolocatorLine)--&amp;gt; find that record on the parent table(TelecomEdgeObject(non-spatial)--&amp;gt; fetch all associations(point, line, polygons)--&amp;gt; converts them all to Line and also does a Union--&amp;gt; update the row with geometry. It takes almost 3 hours to complete this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 03:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639499#M5551</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2025-08-06T03:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639500#M5552</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We used the "junctionEdge" and it worked.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 03:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639500#M5552</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2025-08-06T03:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639590#M5557</link>
      <description>&lt;P&gt;Arcade is not well suited to heavy data processing tasks like this, think of Attribute Rules like triggers. Even when they are set to be batch rules that just means execution is deferred. Each attribute rule is run on each feature. When you run a batch rule on 250 features, you are fetching all that data and recreating the association lines 250 times, once for each feature.&amp;nbsp;I recommend that you rewrite the process to use Python; it should be significantly faster.&lt;/P&gt;&lt;P&gt;This lets you fetch all the data and do all your analysis once, then push all the updates to your 250 features. (instead of rerunning the analysis 250 times). To help get you started I'd recommend you use the &lt;A href="https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.5/CreateAssociationLines.html" target="_blank" rel="noopener"&gt;Create Association Lines&lt;/A&gt; tool to turn all the associations into lines.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 12:40:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1639590#M5557</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2025-08-06T12:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Fetching Connectivity Association using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1640685#M5569</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;&amp;nbsp;for the suggestions!&lt;/P&gt;&lt;P&gt;Sure, we'll check if python implementation is possible for the overall requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 05:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/issue-with-fetching-connectivity-association-using/m-p/1640685#M5569</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2025-08-10T05:36:44Z</dc:date>
    </item>
  </channel>
</rss>

