<?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: When to create associations? in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475336#M3905</link>
    <description>&lt;P&gt;The C_Associations table.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 12:57:52 GMT</pubDate>
    <dc:creator>RobertKrisher</dc:creator>
    <dc:date>2024-05-20T12:57:52Z</dc:date>
    <item>
      <title>When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1472993#M3871</link>
      <description>&lt;P&gt;At what point in a utility network implementation do you create associations between features, eg. make a substation a container which contains transformers, switches, and regulators?&lt;/P&gt;&lt;P&gt;I am currently mapping fields using a data loading workspace. As I understand it, my next step will be to load data into the asset package using the "Load data using workspace" tool. Then I will apply the asset package to a geodatabase using the "asset package to geodatabase" tool.&lt;/P&gt;&lt;P&gt;Should associations be set up before I run the "asset package to geodatabase" tool?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 16:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1472993#M3871</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-15T16:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473001#M3872</link>
      <description>&lt;P&gt;Depending on the size of the database, it would probably be best to create the associations in the asset package.&amp;nbsp; There is a tool in the solutions toolbox Utility Network Package tools that will automatically create the assocations based on the rules. The tool is in the Data toolset and Create Utility Network Associations.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 16:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473001#M3872</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-15T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473033#M3873</link>
      <description>&lt;P&gt;Are adjusting the attribute rules the only way to define containment associations?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 16:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473033#M3873</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-15T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473053#M3874</link>
      <description>&lt;P&gt;Not attribute rules, you use UN Topology rules to define what can be associated with what.&amp;nbsp; An attribute rule, which I did not mention, could be used to populate the association.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 17:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473053#M3874</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-15T17:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473099#M3875</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From a performance standpoint, putting the associations in the asset package is the fastest way to load the associations for features contained in the asset package.&lt;/P&gt;&lt;P&gt;You can always bulk load them later using the import associations tools, but if you do this after your data has been versioned it will be slower.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creating Associations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can create associations inside the asset package (based on spatial proximity) using the &lt;A href="https://doc.arcgis.com/en/arcgis-solutions/latest/tool-reference/utility-network-package/create-association-records.htm" target="_blank" rel="noopener"&gt;Create Association Records&lt;/A&gt; tool found in the UN Package Tools toolbox.&amp;nbsp;You can also create your own tools or processes to load the C_Associations table in the asset package if you want.&lt;/P&gt;&lt;P&gt;You can also create your own CSV file you can bulk load/import associations using the products &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/utility-networks/import-associations.htm" target="_blank" rel="noopener"&gt;Import Associations&lt;/A&gt; tool.&lt;/P&gt;&lt;P&gt;You can create associations for newly created features by either using editing templates that contain associations (typically preset templates).&lt;/P&gt;&lt;P&gt;You can also dynamically generate associations when features are created/updated/deleted using attribute rules.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473099#M3875</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-05-15T18:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473751#M3887</link>
      <description>&lt;P&gt;So I can't create associations in the asset package using the Modify Associations pane because that pane will only be available after I apply the asset package to geodatabase?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am mainly just trying to create containment associations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 12:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473751#M3887</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-16T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473761#M3888</link>
      <description>&lt;P&gt;The Modify Associations tool will not be available when working with an asset package.&amp;nbsp; I would recommend using the C&lt;SPAN&gt;reate Utility Network Associations and then manually review it in the Asset Package to remove any non-containment associations created.&amp;nbsp; Then Run Apply Asset Package&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 12:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1473761#M3888</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-16T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475333#M3903</link>
      <description>&lt;P&gt;Thank you. Where would I review the associations that were created after running the "Create Utility Network Associations" tool on the asset package?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:50:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475333#M3903</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-20T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475335#M3904</link>
      <description>&lt;P&gt;The associations created by this tool are simply added to the c_associations table in the asset package.&amp;nbsp; You can look at this table before running the tool and get the largest objectid, then after running the tool, any objectid's larger than this value are new.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475335#M3904</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-20T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475336#M3905</link>
      <description>&lt;P&gt;The C_Associations table.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475336#M3905</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-05-20T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475438#M3909</link>
      <description>&lt;P&gt;Is the D_Rules table meant to be edited? Should I delete rules form this table that I do not want to apply to my utility network?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475438#M3909</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-20T14:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475441#M3910</link>
      <description>&lt;P&gt;If you want to remove rules, I would the Export and Import Matrix tool in the Utility Network Data Management toolbox.&amp;nbsp; it would be easier to edit the spreadsheet used by these tools.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 14:49:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475441#M3910</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-20T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475482#M3913</link>
      <description>&lt;P&gt;Here is a link that might help with the matrix usage.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475482#M3913</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-20T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475530#M3917</link>
      <description>&lt;P&gt;Oh cool. So I can play around with enabling and disabling rules in my asset package by editing the Rule Matrix workbook and then importing the matrix into the asset package.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the bottom of &lt;A href="https://esri.github.io/Utility-Data-Management-Support-Tools/help/ImportExport_matrix.html#:~:text=Export%20Matrix%20This%20tool%20requires,utility%20network%20or%20asset%20package." target="_self"&gt;this page&lt;/A&gt;, it says that if I remove a rule form the rules matrix, I still have to delete that rule from the asset package before I import the matrix. Why is this?&lt;/P&gt;&lt;P&gt;If I add a rule using the matrix (change cell value to 1), will I have to do anything to the asset package to enable that rule?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 15:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475530#M3917</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-20T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475557#M3919</link>
      <description>&lt;P&gt;That statement only applies for using the matrix tool with a utility network, not an asset package.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 16:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475557#M3919</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-20T16:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475592#M3922</link>
      <description>&lt;P&gt;Okay thank you. Using "Import Matrix" on my asset package will take the place of&amp;nbsp; "Create Utility Network Associations", correct?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 16:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475592#M3922</guid>
      <dc:creator>mshanaghan</dc:creator>
      <dc:date>2024-05-20T16:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: When to create associations?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475600#M3924</link>
      <description>&lt;P&gt;No.&amp;nbsp; The creating the rules and creating the associations are two different things.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rules are what can be associated with what and how it is associated.&amp;nbsp; Associations are what is associated with what.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 16:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/when-to-create-associations/m-p/1475600#M3924</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-05-20T16:46:23Z</dc:date>
    </item>
  </channel>
</rss>

