<?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: Closest Facilities Missing Routes in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644809#M9124</link>
    <description>&lt;P&gt;Hi Melinda, so after I bit of research and digging around (Network Dataset Properties &amp;gt;&amp;gt;&amp;gt; Source settings &amp;gt;&amp;gt;&amp;gt; Group Connectivity), I changed the connectivity policy from End Vertex to Any Vertex (and rebuilt the network), and that solved my issue. I am now the proud owner of 10 272 routes!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2025 18:40:41 GMT</pubDate>
    <dc:creator>Tim_C</dc:creator>
    <dc:date>2025-08-22T18:40:41Z</dc:date>
    <item>
      <title>Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644312#M9112</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm trying to calculate shortest route from a centroid, along a road network, to nearest bike path, and I'm having an interesting issue with the Closest Facility Analysis tool:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 125 081 Facility points (points along a cycling network)&lt;/P&gt;&lt;P&gt;I have 10 272 Incident points (population-weighted dissemination area centroids)&lt;/P&gt;&lt;P&gt;I have a municipal road network (which I have built and forced full rebuilds to see if this was the issue)&lt;/P&gt;&lt;P&gt;When loading the facilities and incident points I used exaggerated search tolerances (100 kilometres to make sure this isn't the issue), unchecked the append option, and allow automatic relocating at solve time.&lt;/P&gt;&lt;P&gt;Everything loads properly, but when I run the tool (direction: away from facility, Facilities: 1, no cutoffs, not using time, Along network), I only get 10 259 routes out of 10 272.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I joined the route table to the centroid table to identify the centroids without routes, and when I locate these centroids I can't figure out why the tool wouldn't calculate a route for them. I've attached an image of an area with several centroids that are missing routes.&lt;/P&gt;&lt;P&gt;Anyone ever experience this, or have any recommendations?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 15:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644312#M9112</guid>
      <dc:creator>Tim_C</dc:creator>
      <dc:date>2025-08-21T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644404#M9113</link>
      <description>&lt;P&gt;I moved your post to the network analyst questions section of Community... a better chance of getting an answer here&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 19:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644404#M9113</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-08-21T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644405#M9114</link>
      <description>&lt;P&gt;Ok, thank you Dan!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 19:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644405#M9114</guid>
      <dc:creator>Tim_C</dc:creator>
      <dc:date>2025-08-21T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644426#M9115</link>
      <description>&lt;P&gt;Did the Closest Facility solve generate any warning messages like&amp;nbsp;‘No "Facilities" found for "Unnamed (ObjectID = 1)" in "Incidents".’?&lt;/P&gt;&lt;P&gt;I suspect the facilities may be on parts of the network that are disconnected from the rest of the network due to some sort of connectivity problem.&amp;nbsp; Check whether the roads they're located on are properly connected to the surrounding roads.&amp;nbsp; You can use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/explore-network.htm" target="_self"&gt;Explore Network&lt;/A&gt; tool to click on roads to see what other roads they're connected to.&lt;/P&gt;&lt;P&gt;It could also be a problem with a one-way street being incorrectly configured, or a turn restriction preventing travel through an intersection, if you're modeling turns.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 19:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644426#M9115</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2025-08-21T19:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644446#M9116</link>
      <description>&lt;P&gt;Hi Melinda, the analysis tool did not generate any warning messages. I will play around with the Network Explore tool, and update you if I find anything.&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 19:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644446#M9116</guid>
      <dc:creator>Tim_C</dc:creator>
      <dc:date>2025-08-21T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Closest Facilities Missing Routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644809#M9124</link>
      <description>&lt;P&gt;Hi Melinda, so after I bit of research and digging around (Network Dataset Properties &amp;gt;&amp;gt;&amp;gt; Source settings &amp;gt;&amp;gt;&amp;gt; Group Connectivity), I changed the connectivity policy from End Vertex to Any Vertex (and rebuilt the network), and that solved my issue. I am now the proud owner of 10 272 routes!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 18:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/closest-facilities-missing-routes/m-p/1644809#M9124</guid>
      <dc:creator>Tim_C</dc:creator>
      <dc:date>2025-08-22T18:40:41Z</dc:date>
    </item>
  </channel>
</rss>

