<?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 syntax for the quire in Solve Vehicle Routing Problem Tool in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/syntax-for-the-quire-in-solve-vehicle-routing/m-p/14297#M60</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the syntax for quire in &lt;EM&gt;Solve Vehicle Routing Problem&lt;/EM&gt; tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make several routs using the &lt;EM&gt;Solve Vehicle Routing Problem&lt;/EM&gt; in ArcPro. I ran the analysis but, because of it scale it took 14 hours. That run did not produce a satisfactory result. To tweak the criteria, I was going to run the analysis on only one zone. (the zones are preexisting and they want the routs to fall with in the zones.) Instead of exporting destination points in each zone, I was going to use the &lt;EM&gt;query&lt;/EM&gt; under the network location to limit destination points to one zone via an attribute in the destination point feature class for the zone it is in. I could not find any reference on the syntax used for the query so I tried &lt;EM&gt;zone=1&lt;/EM&gt; (&lt;EM&gt;Zone&lt;/EM&gt; is the name of the field) . Overnight , the analysis was ran again. Instead of a route for zone one only. it the script failed. the error message was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ERROR 030213 parameter(s) are&amp;nbsp; not valid ( Feature&amp;nbsp; locator WHERE Clause").&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I want to make sure the syntax in the quire is correct . please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;LCONNER_MACON&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2020 17:00:09 GMT</pubDate>
    <dc:creator>LauraConner</dc:creator>
    <dc:date>2020-07-06T17:00:09Z</dc:date>
    <item>
      <title>syntax for the quire in Solve Vehicle Routing Problem Tool</title>
      <link>https://community.esri.com/t5/transportation-questions/syntax-for-the-quire-in-solve-vehicle-routing/m-p/14297#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the syntax for quire in &lt;EM&gt;Solve Vehicle Routing Problem&lt;/EM&gt; tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make several routs using the &lt;EM&gt;Solve Vehicle Routing Problem&lt;/EM&gt; in ArcPro. I ran the analysis but, because of it scale it took 14 hours. That run did not produce a satisfactory result. To tweak the criteria, I was going to run the analysis on only one zone. (the zones are preexisting and they want the routs to fall with in the zones.) Instead of exporting destination points in each zone, I was going to use the &lt;EM&gt;query&lt;/EM&gt; under the network location to limit destination points to one zone via an attribute in the destination point feature class for the zone it is in. I could not find any reference on the syntax used for the query so I tried &lt;EM&gt;zone=1&lt;/EM&gt; (&lt;EM&gt;Zone&lt;/EM&gt; is the name of the field) . Overnight , the analysis was ran again. Instead of a route for zone one only. it the script failed. the error message was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ERROR 030213 parameter(s) are&amp;nbsp; not valid ( Feature&amp;nbsp; locator WHERE Clause").&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I want to make sure the syntax in the quire is correct . please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;LCONNER_MACON&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 17:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/syntax-for-the-quire-in-solve-vehicle-routing/m-p/14297#M60</guid>
      <dc:creator>LauraConner</dc:creator>
      <dc:date>2020-07-06T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: syntax for the quire in Solve Vehicle Routing Problem Tool</title>
      <link>https://community.esri.com/t5/transportation-questions/syntax-for-the-quire-in-solve-vehicle-routing/m-p/14298#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Query for the Feature Locator Where Clause is for limiting the network edges on which the stops can be located. So to solve the problem&amp;nbsp;one zone at a time you will need to break the orders feature class up by the different zones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you have a very big problem. Are you solving for a really large geographic area or do you have a high density of order locations (such as every house)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 18:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/syntax-for-the-quire-in-solve-vehicle-routing/m-p/14298#M61</guid>
      <dc:creator>HeatherMoe</dc:creator>
      <dc:date>2020-07-27T18:39:57Z</dc:date>
    </item>
  </channel>
</rss>

