<?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: Automatic Connectivity and Association Table in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1234168#M2204</link>
    <description>&lt;P&gt;Hi Slesha, I recommend taking a look at one of the foundation solutions where the C_ASSOCIATIONS table has been populated. E.g. the Water Solution&lt;A href="https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-water-distribution-utility-network-foundation.htm" target="_self"&gt;Water solution&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look in the asset package file geodatabase C_ASSOCIATIONS table the From Global ID and To Global ID columns pair up all the assets with associations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jclarke_0-1669134573755.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56581iFFE74796021CBE3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jclarke_0-1669134573755.png" alt="jclarke_0-1669134573755.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note that these GlobalIDs refer to the GlobalID field of the asset feature classes e.g. WaterAssembly, but note that the data type of these fields is "Guid" not Global ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jclarke_1-1669134744547.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56584iB37C88F72A5A5C09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jclarke_1-1669134744547.png" alt="jclarke_1-1669134744547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the datatype is Guid - you can generate these values yourself - you mentioned you are using FME. You could use FME e.g. UUIDGenerator to create the Guid and populate it in WaterDevice, WaterAssembly etc. Then if you know that a device&amp;nbsp; belongs to an assembly you can create one row in C_ASSOCIATIONS for that containment association.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 16:37:57 GMT</pubDate>
    <dc:creator>jclarke</dc:creator>
    <dc:date>2022-11-22T16:37:57Z</dc:date>
    <item>
      <title>Automatic Connectivity and Association Table</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1211950#M2052</link>
      <description>&lt;P&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;I am currectly working with utility network with Electricity data. I have completed the migration of geometric data to utility network with the help of FME and schema mapping tables. Currently, I am able to see and analyze the dirty areas in utility network. After the migration, only the geometric rules are imported and the association table is empty.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now, I want to fill the associations (Connectivity, Containment and attachments) for the entire network. Is it possible to automatically fill the association for the entire network? I am aware that we can fill the .csv file but how is it possible with GlobalIDs, as Association table includes the GlobalID of features. Is there any other way?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It would be a great help. Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Shlesha&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1211950#M2052</guid>
      <dc:creator>Acharya</dc:creator>
      <dc:date>2022-09-13T12:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Connectivity and Association Table</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1214245#M2073</link>
      <description>&lt;P&gt;Hi Shlesha - do you use an asset package during the migration? If so you can populate the C_ASSOCIATIONS table in the asset package using the Guids of the features. The Apply Asset Package tool writes the Guids into the GlobalID field.&lt;/P&gt;&lt;P&gt;You can also use the &lt;A href="https://pro.arcgis.com/en/pro-app/2.9/tool-reference/utility-networks/import-associations.htm" target="_self"&gt;Import Associations tool&lt;/A&gt; once the UN is created, when the Global IDs are now static.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 16:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1214245#M2073</guid>
      <dc:creator>jclarke</dc:creator>
      <dc:date>2022-09-20T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Connectivity and Association Table</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1217253#M2101</link>
      <description>&lt;P&gt;Hi jclarke,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for the reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, I used the asset package for the migration. I also thought to map the association table (in Schema Mapping) before the migration. However, I am having hard time filling the table as it includes Global IDs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am dealing with pretty big network. Do I need to manually decide the connection between the features? OR is it possible somehow automatically?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1217253#M2101</guid>
      <dc:creator>Acharya</dc:creator>
      <dc:date>2022-09-29T07:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Connectivity and Association Table</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1234126#M2203</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/451337"&gt;@jclarke&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hi &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have still not figured out this problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any tutorial video or documentation, which could help me to fill this association table in assetpackage?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 15:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1234126#M2203</guid>
      <dc:creator>Acharya</dc:creator>
      <dc:date>2022-11-22T15:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Connectivity and Association Table</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1234168#M2204</link>
      <description>&lt;P&gt;Hi Slesha, I recommend taking a look at one of the foundation solutions where the C_ASSOCIATIONS table has been populated. E.g. the Water Solution&lt;A href="https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-water-distribution-utility-network-foundation.htm" target="_self"&gt;Water solution&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look in the asset package file geodatabase C_ASSOCIATIONS table the From Global ID and To Global ID columns pair up all the assets with associations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jclarke_0-1669134573755.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56581iFFE74796021CBE3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jclarke_0-1669134573755.png" alt="jclarke_0-1669134573755.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note that these GlobalIDs refer to the GlobalID field of the asset feature classes e.g. WaterAssembly, but note that the data type of these fields is "Guid" not Global ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jclarke_1-1669134744547.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56584iB37C88F72A5A5C09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jclarke_1-1669134744547.png" alt="jclarke_1-1669134744547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the datatype is Guid - you can generate these values yourself - you mentioned you are using FME. You could use FME e.g. UUIDGenerator to create the Guid and populate it in WaterDevice, WaterAssembly etc. Then if you know that a device&amp;nbsp; belongs to an assembly you can create one row in C_ASSOCIATIONS for that containment association.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 16:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatic-connectivity-and-association-table/m-p/1234168#M2204</guid>
      <dc:creator>jclarke</dc:creator>
      <dc:date>2022-11-22T16:37:57Z</dc:date>
    </item>
  </channel>
</rss>

