<?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: create association line not working after importing associations in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1318876#M2716</link>
    <description>&lt;P&gt;The issue is probably with import associations then.&lt;/P&gt;&lt;P&gt;Is your network topology disabled? I've reproduced a similar issue internally with import associations, but only when topology is disabled on mobile geodatabase.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 19:55:16 GMT</pubDate>
    <dc:creator>PaulLeBlanc1</dc:creator>
    <dc:date>2023-08-15T19:55:16Z</dc:date>
    <item>
      <title>create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316721#M2675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I recently imported a bunch of associations using the ImportAssociations toolbox in python.&lt;/P&gt;&lt;P&gt;I now want to use UDMS's "create association line" toolbox in ArcGIS Pro to visualize containment associations with lines.&lt;/P&gt;&lt;P&gt;The toolbox returns no lines, until I add new associations manually, or modify any existing association (removing then recreating)...&lt;/P&gt;&lt;P&gt;Do you know what I can do to make it work for all imported associations ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316721#M2675</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-09T04:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316722#M2676</link>
      <description>&lt;P&gt;Can you turn on debug mode and share the messages?&lt;/P&gt;&lt;P&gt;Open the toolbox and a tool&lt;/P&gt;&lt;P&gt;Open python window and type&lt;/P&gt;&lt;P&gt;import udms&lt;/P&gt;&lt;P&gt;udms.logging.setLevel('DEBUG')&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316722#M2676</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-08-09T04:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316727#M2677</link>
      <description>&lt;P&gt;I have this error :&lt;/P&gt;&lt;P&gt;udms.logging.setLevel('DEBUG')&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;AttributeError: module 'udms' has no attribute 'logging'&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316727#M2677</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-09T04:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316728#M2678</link>
      <description>&lt;P&gt;Sorry, .logger&lt;/P&gt;&lt;P&gt;Not at my computer and typed it by memory&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316728#M2678</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-08-09T04:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316732#M2679</link>
      <description>&lt;P&gt;Here is the result :&lt;/P&gt;&lt;P&gt;udms 3.1.1&lt;/P&gt;&lt;P&gt;udms.logic.association_lines(&lt;BR /&gt;network='...UNPATH',&lt;BR /&gt;line_class='...PATH\EECUtilityNetwork_SAAsso',&lt;BR /&gt;connectivity=False,&lt;BR /&gt;containment=False,&lt;BR /&gt;attachment=True,&lt;BR /&gt;completely_within=None,&lt;BR /&gt;)&lt;BR /&gt;Describing network&lt;BR /&gt;In Path: ...UN Path...&lt;BR /&gt;URL: ...UN Path...&lt;BR /&gt;workspace: ...WKSP...&lt;BR /&gt;Path: ...UN Path...&lt;BR /&gt;Reading source features&lt;BR /&gt;StructureJunction&lt;BR /&gt;StructureBoundary&lt;BR /&gt;StructureLine&lt;BR /&gt;ElectricDevice&lt;BR /&gt;ElectricAssembly&lt;BR /&gt;ElectricJunction&lt;BR /&gt;ElectricLine&lt;BR /&gt;Reading associations&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;Joining attributes&lt;BR /&gt;Creating output feature class&lt;BR /&gt;Writing association records&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;udms.logic.association_lines 10.421187999999347&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316732#M2679</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-09T04:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316733#M2680</link>
      <description>&lt;P&gt;Hmm, not much help.&amp;nbsp; Will have to try to repo.&amp;nbsp; Is this services or Fgdb/mgdb&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316733#M2680</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-08-09T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316734#M2681</link>
      <description>&lt;P&gt;Btw, those options should only give you attachments lines.&amp;nbsp; Connectivity it set to false&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316734#M2681</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2023-08-09T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316735#M2682</link>
      <description>&lt;P&gt;This is a mobile geodatabase&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316735#M2682</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-09T04:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316736#M2683</link>
      <description>&lt;P&gt;Yes but same things happens for each type of associations&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 04:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1316736#M2683</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-09T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1317370#M2691</link>
      <description>&lt;P&gt;Create Association Lines relies on Feature.AssociationStatus field for synthesizing geometries. If this field gets out of sync with the association table, some associations will not be included.&lt;/P&gt;&lt;P&gt;After importing the associations, can you run Summarize Utility Network Errors (another GP tool in UDMS) with "Identify Association Inconsistencies"? If the output table has records, that will confirm this bug.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 13:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1317370#M2691</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2023-08-10T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1317686#M2698</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;the "association status" field is always set to None, while the "Expected status" contains valid values like Container...&lt;/P&gt;&lt;P&gt;Also when creating UN system table views, the Association view always has "Status" = 0&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 21:29:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1317686#M2698</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-10T21:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1318876#M2716</link>
      <description>&lt;P&gt;The issue is probably with import associations then.&lt;/P&gt;&lt;P&gt;Is your network topology disabled? I've reproduced a similar issue internally with import associations, but only when topology is disabled on mobile geodatabase.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 19:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1318876#M2716</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2023-08-15T19:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1318984#M2720</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;I am migrating data, so my topology is disabled.&lt;/P&gt;&lt;P&gt;Importing my associations after enabling the topology solved the problem.&lt;/P&gt;&lt;P&gt;But after importing 170 000 associations, it takes a while to validate topology (40 mn), so it is not a good solution in my migration process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 05:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1318984#M2720</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-08-16T05:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: create association line not working after importing associations</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1331863#M2891</link>
      <description>&lt;P&gt;[EDIT] :&lt;/P&gt;&lt;P&gt;Instead of validating network topology, I found it really, really, really faster to disable, then re-enable topology :&lt;/P&gt;&lt;P&gt;The code :&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;# arcpy.ValidateNetworkTopology_un(un, 'Default')&lt;BR /&gt;&lt;/SPAN&gt;arcpy.un.DisableNetworkTopology(&lt;BR /&gt;    &lt;SPAN&gt;in_utility_network&lt;/SPAN&gt;=un,&lt;BR /&gt;)&lt;BR /&gt;arcpy.un.EnableNetworkTopology(&lt;BR /&gt;    &lt;SPAN&gt;in_utility_network&lt;/SPAN&gt;=un,&lt;BR /&gt;    &lt;SPAN&gt;max_number_of_errors&lt;/SPAN&gt;=&lt;SPAN&gt;1000000&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;only_generate_errors&lt;/SPAN&gt;=&lt;SPAN&gt;"ENABLE_TOPO"&lt;BR /&gt;&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Sep 2023 06:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-association-line-not-working-after/m-p/1331863#M2891</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2023-09-25T06:29:19Z</dc:date>
    </item>
  </channel>
</rss>

