<?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: [VRP Bug] Does not detect TimeWindow of breaks  in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-bug-does-not-detect-timewindow-of-breaks/m-p/60096#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maarten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type of TImeWindowStart should be "&lt;SPAN&gt;esriFieldTypeDate" instead of "esriFieldTypeDouble". I was able to solve this successfully by changing the same. Please try the following JSON string for breaks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Do let me know if this doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//breaks:&lt;/P&gt;&lt;P&gt;{"features": [{"attributes": {"RouteName": "Driver 1", "Precedence": 1, "ServiceTime": 60, "TimeWindowStart": 1530964800000.0, "TimeWindowEnd": 1530964920000.0, "OBJECTID": 1}}], "objectIdFieldName": "OBJECTID", "fields": [{"name": "RouteName", "alias": "RouteName", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}, {"name": "Precedence", "alias": "Precedence", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}, {"name": "ServiceTime", "alias": "ServiceTime", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}, {"name": "TimeWindowStart", "alias": "TimeWindowStart", "type": "esriFieldTypeDate", "sqlType": "sqlTypeOther"}, {"name": "TimeWindowEnd", "alias": "TimeWindowEnd", "type": "esriFieldTypeDate", "sqlType": "sqlTypeOther"}, {"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}]}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubhada&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 22:24:08 GMT</pubDate>
    <dc:creator>ShubhadaKshirsagar</dc:creator>
    <dc:date>2018-07-13T22:24:08Z</dc:date>
    <item>
      <title>[VRP Bug] Does not detect TimeWindow of breaks</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-bug-does-not-detect-timewindow-of-breaks/m-p/60095#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Dear support,&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;JobID: j7293e006b447483c894073b7c8eb7ed9&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;The error message for this job request is&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;{&lt;BR /&gt; "type": "esriJobMessageTypeWarning",&lt;BR /&gt; "description": "Breaks (RouteName = \"Driver 1\", Precedence = 1) does not have a time window, MaxTravelTimeBetweenBreaks value, or a MaxCumulWorkTime value specified.\nWARNING 030088: Solve returned an error, but errors were converted to warnings.\nWARNING 030092: VRP Solver failed due to invalid input.\n"&lt;BR /&gt; }&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;However, the input endpoint “/input/breaks” clearly states that we did set the time window for the breaks:&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;{&lt;BR /&gt; "paramName": "breaks",&lt;BR /&gt; "dataType": "GPRecordSet",&lt;BR /&gt; "value": {&lt;BR /&gt; "features": [&lt;BR /&gt; {&lt;BR /&gt; "attributes": {&lt;BR /&gt; "RouteName": "Driver 1",&lt;BR /&gt; "Precedence": 1,&lt;BR /&gt; "ServiceTime": 60,&lt;BR /&gt; "TimeWindowStart": 1530964800000,&lt;BR /&gt; "TimeWindowEnd": 1530964920000,&lt;BR /&gt; "OBJECTID": 1&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "objectIdFieldName": "OBJECTID",&lt;BR /&gt; "fields": [&lt;BR /&gt; {&lt;BR /&gt; "name": "RouteName",&lt;BR /&gt; "alias": "RouteName",&lt;BR /&gt; "type": "esriFieldTypeString",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "name": "Precedence",&lt;BR /&gt; "alias": "Precedence",&lt;BR /&gt; "type": "esriFieldTypeInteger",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "name": "ServiceTime",&lt;BR /&gt; "alias": "ServiceTime",&lt;BR /&gt; "type": "esriFieldTypeInteger",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "name": "TimeWindowStart",&lt;BR /&gt; "alias": "TimeWindowStart",&lt;BR /&gt; "type": "esriFieldTypeDouble",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "name": "TimeWindowEnd",&lt;BR /&gt; "alias": "TimeWindowEnd",&lt;BR /&gt; "type": "esriFieldTypeDouble",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "name": "OBJECTID",&lt;BR /&gt; "type": "esriFieldTypeOID",&lt;BR /&gt; "alias": "OBJECTID",&lt;BR /&gt; "sqlType": "sqlTypeOther"&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt;}&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Please kindly provide your support.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;INPUT&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;//Orders&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-0-0"&gt;&lt;SPAN data-text="true"&gt;{"features": [{"geometry": {"x": 103.9237255, "y": 1.3123804&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-1-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;}, "attributes": &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-2-0"&gt;&lt;SPAN data-text="true"&gt;{"Name": "Deliver Order 1", "TimeWindowStart1": "1530946800000", "TimeWindowEnd1": "1530982800000", "ServiceTime": 30, "DeliveryQuantities": "0", "OBJECTID": 1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-3-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-4-0"&gt;&lt;SPAN data-text="true"&gt;{"geometry": {"x": 103.8875534, "y": 1.3627151}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-5-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, "attributes": &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-6-0"&gt;&lt;SPAN data-text="true"&gt;{"Name": "Deliver Order 2", "TimeWindowStart1": "1530946800000", "TimeWindowEnd1": "1530982800000", "ServiceTime": 30, "DeliveryQuantities": "0", "OBJECTID": 2}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-7-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;}], "objectIdFieldName": "OBJECTID", "geometryType": "esriGeometryPoint", "fields": [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-8-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "Name", "alias": "Name", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-9-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-10-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowStart1", "alias": "TimeWindowStart1", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-11-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-12-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowEnd1", "alias": "TimeWindowEnd1", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-13-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-14-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "ServiceTime", "alias": "ServiceTime", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-15-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-16-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "DeliveryQuantities", "alias": "DeliveryQuantities", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-17-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="25g2c-18-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-text="true"&gt;]}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-size: 12px;"&gt;//Depots&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-0-0"&gt;&lt;SPAN data-text="true"&gt;{"features": [{"geometry": {"x":103.893879, "y": 1.35284&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-1-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}, "attributes": &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-2-0"&gt;&lt;SPAN data-text="true"&gt;{"Name": "Warehouse1", "TimeWindowStart1": null, "TimeWindowEnd1": null, "OBJECTID": 1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-3-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}], "objectIdFieldName": "OBJECTID", "geometryType": "esriGeometryPoint", "fields": [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-4-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "Name", "alias": "Name", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-5-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-6-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowStart1", "alias": "TimeWindowStart1", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-7-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-8-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowEnd1", "alias": "TimeWindowEnd1", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-9-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="frai9-10-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;]}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;/&lt;STRONG&gt;/routes&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-0-0"&gt;&lt;SPAN data-text="true"&gt;{"features": [{"attributes": {"Name": "Driver 1", "Capacities": "0", "StartDepotName": "Warehouse1", "EndDepotName": "Warehouse1", "EarliestStartTime": "1530945000000", "LatestStartTime": "1530945000000", "MaxTotalTime": 750, "OBJECTID": 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-1-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-2-0"&gt;&lt;SPAN data-text="true"&gt;{"attributes": {"Name": "Driver 2", "Capacities": "0", "StartDepotName": "Warehouse1", "EndDepotName": "Warehouse1", "EarliestStartTime": "1530945000000", "LatestStartTime": "1530945000000", "MaxTotalTime": 750, "OBJECTID": 2}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-3-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-4-0"&gt;&lt;SPAN data-text="true"&gt;{"attributes": {"Name": "Driver 3", "Capacities": "0", "StartDepotName": "Warehouse1", "EndDepotName": "Warehouse1", "EarliestStartTime": "1530945000000", "LatestStartTime": "1530945000000", "MaxTotalTime": 750, "OBJECTID": 3}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-5-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}], "objectIdFieldName": "OBJECTID", "fields": [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-6-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "Name", "alias": "Name", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-7-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-8-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "Capacities", "alias": "Capacities", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-9-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-10-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "StartDepotName", "alias": "StartDepotName", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-11-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-12-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "EndDepotName", "alias": "EndDepotName", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-13-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-14-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "EarliestStartTime", "alias": "EarliestStartTime", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-15-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-16-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "LatestStartTime", "alias": "LatestStartTime", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-17-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-18-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "MaxTotalTime", "alias": "MaxTotalTime", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-19-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-20-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f2gu6-21-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;]}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f2gu6-21-0" style="background-color: #ffffff; font-weight: normal;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0"&gt;&lt;SPAN data-offset-key="f2gu6-21-0" style="background-color: #ffffff;"&gt;//default_date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;1530950400000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;//breaks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-0-0"&gt;&lt;SPAN data-text="true"&gt;{"features": [{"attributes": {"RouteName": "Driver 1", "Precedence": 1, "ServiceTime": 60, "TimeWindowStart": 1530964800000.0, "TimeWindowEnd": 1530964920000.0, "OBJECTID": 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-1-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;}}], "objectIdFieldName": "OBJECTID", "fields": [&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-2-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "RouteName", "alias": "RouteName", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-3-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-4-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "Precedence", "alias": "Precedence", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-5-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-6-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "ServiceTime", "alias": "ServiceTime", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-7-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-8-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowStart", "alias": "TimeWindowStart", "type": "esriFieldTypeDouble", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-9-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-10-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "TimeWindowEnd", "alias": "TimeWindowEnd", "type": "esriFieldTypeDouble", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-11-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-12-0"&gt;&lt;SPAN data-text="true"&gt;{"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f1u5u-13-0" style="font-weight: normal;"&gt;&lt;SPAN data-text="true"&gt;]}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-13-0" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN data-offset-key="f1u5u-13-0"&gt;//excess_transit_factor&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;&lt;SPAN data-offset-key="25g2c-19-0" style="color: #505050; background-color: #ffffff; font-weight: normal; font-size: 12px;"&gt;&lt;SPAN data-offset-key="frai9-11-0" style="font-weight: normal;"&gt;&lt;SPAN style="background-color: #ffffff; font-weight: normal;"&gt;&lt;SPAN data-offset-key="f1u5u-13-0" style="font-weight: normal;"&gt;Low&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 10:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-bug-does-not-detect-timewindow-of-breaks/m-p/60095#M595</guid>
      <dc:creator>MaartenHemmes</dc:creator>
      <dc:date>2018-07-10T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: [VRP Bug] Does not detect TimeWindow of breaks</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-bug-does-not-detect-timewindow-of-breaks/m-p/60096#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maarten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type of TImeWindowStart should be "&lt;SPAN&gt;esriFieldTypeDate" instead of "esriFieldTypeDouble". I was able to solve this successfully by changing the same. Please try the following JSON string for breaks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Do let me know if this doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//breaks:&lt;/P&gt;&lt;P&gt;{"features": [{"attributes": {"RouteName": "Driver 1", "Precedence": 1, "ServiceTime": 60, "TimeWindowStart": 1530964800000.0, "TimeWindowEnd": 1530964920000.0, "OBJECTID": 1}}], "objectIdFieldName": "OBJECTID", "fields": [{"name": "RouteName", "alias": "RouteName", "type": "esriFieldTypeString", "sqlType": "sqlTypeOther"}, {"name": "Precedence", "alias": "Precedence", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}, {"name": "ServiceTime", "alias": "ServiceTime", "type": "esriFieldTypeInteger", "sqlType": "sqlTypeOther"}, {"name": "TimeWindowStart", "alias": "TimeWindowStart", "type": "esriFieldTypeDate", "sqlType": "sqlTypeOther"}, {"name": "TimeWindowEnd", "alias": "TimeWindowEnd", "type": "esriFieldTypeDate", "sqlType": "sqlTypeOther"}, {"name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "sqlType": "sqlTypeOther"}]}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubhada&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 22:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-bug-does-not-detect-timewindow-of-breaks/m-p/60096#M596</guid>
      <dc:creator>ShubhadaKshirsagar</dc:creator>
      <dc:date>2018-07-13T22:24:08Z</dc:date>
    </item>
  </channel>
</rss>

