<?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 The process did not execute because the precondition is false. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514199#M86374</link>
    <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I'm trying to build a model to automatically generate radial lines emanating from a point. I have used the CalculateGeometryAttributes tool to generate x and y coordinates for a single point. Then I used the GetFieldValue tool to extract the x and y coordinates. These values are used as preconditions and inputs for a CalculateField tool, which adds these points to a table. But I keep getting the &lt;EM&gt;"The process did not execute because the precondition is false."&lt;/EM&gt; error message.&lt;/P&gt;&lt;P&gt;Here's a copy of the error. As you can see,&amp;nbsp;GetFieldValue was able to successfully extract the x and y coordinates from&amp;nbsp;CalculateGeometryAttributes , so there is no reason for the precondition to fail.&lt;/P&gt;&lt;P&gt;Executing (Calculate Geometry Attributes): CalculateGeometryAttributes points "Point_X POINT_X;Point_Y POINT_Y" # # PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]] "Decimal Degrees"&lt;BR /&gt;Start Time: August 2, 2024 10:45:02 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.38 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Get X Value): GetFieldValue points Point_X Double 0&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Calculate X Field): CalculateField "[filepath censored]\Default.gdb\Template_noCoords" Point_X -105.49058464 Python # Text NO_ENFORCE_DOMAINS&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;The process did not execute because the precondition is false.&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.00 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Get Y Value): GetFieldValue points Point_Y Double 0&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Calculate Y Field): CalculateField "[filepath censored]\Default.gdb\Template_noCoords" Point_Y 50.85320402 Python # Text NO_ENFORCE_DOMAINS&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;All the inputs are not current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the model looks like, in case that helps find a solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-02 104920.png" style="width: 955px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111459iAE3AFD934D92B9CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-02 104920.png" alt="Screenshot 2024-08-02 104920.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2024 14:49:27 GMT</pubDate>
    <dc:creator>ashKGS</dc:creator>
    <dc:date>2024-08-02T14:49:27Z</dc:date>
    <item>
      <title>The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514199#M86374</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I'm trying to build a model to automatically generate radial lines emanating from a point. I have used the CalculateGeometryAttributes tool to generate x and y coordinates for a single point. Then I used the GetFieldValue tool to extract the x and y coordinates. These values are used as preconditions and inputs for a CalculateField tool, which adds these points to a table. But I keep getting the &lt;EM&gt;"The process did not execute because the precondition is false."&lt;/EM&gt; error message.&lt;/P&gt;&lt;P&gt;Here's a copy of the error. As you can see,&amp;nbsp;GetFieldValue was able to successfully extract the x and y coordinates from&amp;nbsp;CalculateGeometryAttributes , so there is no reason for the precondition to fail.&lt;/P&gt;&lt;P&gt;Executing (Calculate Geometry Attributes): CalculateGeometryAttributes points "Point_X POINT_X;Point_Y POINT_Y" # # PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]] "Decimal Degrees"&lt;BR /&gt;Start Time: August 2, 2024 10:45:02 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.38 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Get X Value): GetFieldValue points Point_X Double 0&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Calculate X Field): CalculateField "[filepath censored]\Default.gdb\Template_noCoords" Point_X -105.49058464 Python # Text NO_ENFORCE_DOMAINS&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;The process did not execute because the precondition is false.&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.00 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Get Y Value): GetFieldValue points Point_Y Double 0&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Executing (Calculate Y Field): CalculateField "[filepath censored]\Default.gdb\Template_noCoords" Point_Y 50.85320402 Python # Text NO_ENFORCE_DOMAINS&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;All the inputs are not current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the model looks like, in case that helps find a solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-02 104920.png" style="width: 955px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111459iAE3AFD934D92B9CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-08-02 104920.png" alt="Screenshot 2024-08-02 104920.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:49:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514199#M86374</guid>
      <dc:creator>ashKGS</dc:creator>
      <dc:date>2024-08-02T14:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514989#M86448</link>
      <description>&lt;P&gt;It may help to lay out your model from left to right so you can more easily see the sequence.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks as though that branch that starts at Radial Lengths Table Template doesn't get to run because it depends on things that have not executed yet.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 15:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514989#M86448</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-08-05T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514991#M86449</link>
      <description>&lt;P&gt;Might also look at this Python toolbox.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/military-tools-geoprocessing-toolbox" target="_blank"&gt;https://github.com/Esri/military-tools-geoprocessing-toolbox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 15:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1514991#M86449</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-08-05T15:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1517462#M86684</link>
      <description>&lt;P&gt;I've reorganized the layout, hopefully it's a bit more clear. There are pre-condition arrows to force other processes to run before the radial lengths table template can be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashKGS_0-1723210775459.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112024i1553BFA5948F7E9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashKGS_0-1723210775459.png" alt="ashKGS_0-1723210775459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The funny thing is that this model actually worked perfectly before, but for some reason doesn't work anymore. Here's the correct output it generated previously:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashKGS_1-1723210893462.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112025i0F1C4A3B03788842/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashKGS_1-1723210893462.png" alt="ashKGS_1-1723210893462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you know of any pre-built ESRI tool that can achieve this same result, please let me know! I have no clue what the problem is with the model or how to fix it because it worked perfectly fine before, but doesn't work anymore.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 13:42:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1517462#M86684</guid>
      <dc:creator>ashKGS</dc:creator>
      <dc:date>2024-08-09T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1520668#M86921</link>
      <description>&lt;P&gt;Could you please try to change the Get Field Value tool Data Type parameter from "Double" to "String"?&lt;/P&gt;&lt;P&gt;When the Data Type is set as Double, Long, or Boolean, the precondition link considers value 0 as false.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SiqiLi_1-1723565562834.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112227i90361DDFD0779016/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SiqiLi_1-1723565562834.png" alt="SiqiLi_1-1723565562834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Executing (Get X Value): GetFieldValue points Point_X &lt;STRONG&gt;Double 0&lt;/STRONG&gt;&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;P&gt;&lt;BR /&gt;Executing (Get Y Value): GetFieldValue points Point_Y &lt;STRONG&gt;Double 0&lt;/STRONG&gt;&lt;BR /&gt;Start Time: August 2, 2024 10:45:03 AM&lt;BR /&gt;Succeeded at August 2, 2024 10:45:03 AM (Elapsed Time: 0.01 seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 16:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1520668#M86921</guid>
      <dc:creator>SiqiLi</dc:creator>
      <dc:date>2024-08-13T16:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: The process did not execute because the precondition is false.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1526403#M87393</link>
      <description>&lt;P&gt;Thank you! That seemed to solve the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 13:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/the-process-did-not-execute-because-the/m-p/1526403#M87393</guid>
      <dc:creator>ashKGS</dc:creator>
      <dc:date>2024-08-23T13:39:12Z</dc:date>
    </item>
  </channel>
</rss>

