<?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 Exclude restricted portions? in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128120#M1262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please forgive my ignorance as I am very new to ArcGIS and trying to learn as I go along :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a route between two facilities, but was getting an error saying that one of the stops was on a non-traversable network location.&amp;nbsp; After some investigation, it appears that the software was attempting to route the trip on a walking path located outside of one of the facilities; one of my restrictions is to use an automobile, so that explains the error.&amp;nbsp; Under the layer properties of my route, there is a network locations tab with the option "Exclude restricted portions of the network", checking this option solved my problem in ArcMap and I was able to create the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I published the change to our server, and we attempt to route via the REST API (passing a URL, then reading the response), it doesn't appear that the restricted portions of the network are being excluded as we are still receiving the original error message.&amp;nbsp; Is this option something that only works in ArcMAP and won't work via the REST API, or is the more likely cause that I have done something wrong? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; If this is an option that will only work in ArcMap, is there a comparable solution for when working with the REST API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the default premium street data that was purchased with the software.&amp;nbsp; If anymore information is required, please let me know and I will do my best to obtain it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2012 18:03:00 GMT</pubDate>
    <dc:creator>DennisKopp</dc:creator>
    <dc:date>2012-01-03T18:03:00Z</dc:date>
    <item>
      <title>Exclude restricted portions?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128120#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please forgive my ignorance as I am very new to ArcGIS and trying to learn as I go along :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a route between two facilities, but was getting an error saying that one of the stops was on a non-traversable network location.&amp;nbsp; After some investigation, it appears that the software was attempting to route the trip on a walking path located outside of one of the facilities; one of my restrictions is to use an automobile, so that explains the error.&amp;nbsp; Under the layer properties of my route, there is a network locations tab with the option "Exclude restricted portions of the network", checking this option solved my problem in ArcMap and I was able to create the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I published the change to our server, and we attempt to route via the REST API (passing a URL, then reading the response), it doesn't appear that the restricted portions of the network are being excluded as we are still receiving the original error message.&amp;nbsp; Is this option something that only works in ArcMAP and won't work via the REST API, or is the more likely cause that I have done something wrong? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; If this is an option that will only work in ArcMap, is there a comparable solution for when working with the REST API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the default premium street data that was purchased with the software.&amp;nbsp; If anymore information is required, please let me know and I will do my best to obtain it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 18:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128120#M1262</guid>
      <dc:creator>DennisKopp</dc:creator>
      <dc:date>2012-01-03T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude restricted portions?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128121#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dennis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can achieve the same result in server REST API by using the doNotLocateOnRestrictedElements flag on the input Stops (if solving with Route solver):&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://networkanalysis.arcgis.com/arcgis/sdk/rest/nasolve.html"&gt;http://networkanalysis.arcgis.com/arcgis/sdk/rest/nasolve.html&lt;/A&gt;&lt;SPAN&gt; or on Facilities (in case you are using Closest Facility): &lt;/SPAN&gt;&lt;A href="http://networkanalysis.arcgis.com/arcgis/sdk/rest/cfSolve.html"&gt;http://networkanalysis.arcgis.com/arcgis/sdk/rest/cfSolve.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dmitry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 19:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128121#M1263</guid>
      <dc:creator>DmitryKudinov</dc:creator>
      <dc:date>2012-01-03T19:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude restricted portions?</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128122#M1264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dmitry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, I was able to get this to work!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 13:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/exclude-restricted-portions/m-p/128122#M1264</guid>
      <dc:creator>DennisKopp</dc:creator>
      <dc:date>2012-01-04T13:58:50Z</dc:date>
    </item>
  </channel>
</rss>

