<?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: ERROR 000732 IN ModelBuilder Add Join in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300641#M70352</link>
    <description>&lt;P&gt;Thanks for your help both.&lt;/P&gt;&lt;P&gt;Dan, I think that is probably the bug that you linked, I used join field and it has worked without validating the join.&lt;/P&gt;&lt;P&gt;As a bonus question, do you know how can I do to make the model accept data from a folder that has different names?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the model to pick the shapefile from a specific folder and the name of the shapefile could be different. I don't want to rename the shp everytime&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 09:10:55 GMT</pubDate>
    <dc:creator>Iron_Mark</dc:creator>
    <dc:date>2023-06-19T09:10:55Z</dc:date>
    <item>
      <title>ERROR 000732 IN ModelBuilder Add Join</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1299564#M70251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am building a model with modelbuilder and both the ADD JOIN and JOIN FIELD geoprocessing tools are failing with:&lt;/P&gt;&lt;P&gt;ERROR 000732: Input Layer or Table View: xxxx.shp does not exist or is not supported&lt;/P&gt;&lt;P&gt;This error comes for both the shapefile and the csv that I am trying to join.&lt;/P&gt;&lt;P&gt;This seems not to happen when I select the Input table and join table directly from the project.&lt;/P&gt;&lt;P&gt;I need to automate shapefiles and table that are not loaded in the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to solve this?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1299564#M70251</guid>
      <dc:creator>Iron_Mark</dc:creator>
      <dc:date>2023-06-15T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000732 IN ModelBuilder Add Join</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1299578#M70252</link>
      <description>&lt;P&gt;did you validate the join in the model?&amp;nbsp; apparently it can't be found.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/setting-paths-to-data.htm" target="_blank" rel="noopener"&gt;Setting paths to data in Python—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;perhaps showing your validated model and specifying how, and where, you are running it would help&lt;/P&gt;&lt;P&gt;It could be this bug&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/in-modelbuilder-the-add-join-tool-still-runs-successful-bug-000133896" target="_blank"&gt;BUG-000133896 for ArcGIS Pro (esri.com)&lt;/A&gt;&amp;nbsp;which was fixed or one of the other 3&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/search?q=Error+000732+modelbuilder&amp;amp;s=Relevance" target="_blank"&gt;Esri Support Search Results&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1299578#M70252</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-06-15T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000732 IN ModelBuilder Add Join</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300447#M70314</link>
      <description>&lt;P&gt;The Input to these tools is a &lt;STRONG&gt;Layer or Table View&lt;/STRONG&gt;. In a Model, use &lt;STRONG&gt;Make Feature Layer&lt;/STRONG&gt; to convert the input Feature Class (shapefile) to a Layer FIRST, then use the output Layer as the Input to the join.&lt;/P&gt;&lt;P&gt;It "works" in the Project because the Feature class has been added to the map as a Layer.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 23:39:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300447#M70314</guid>
      <dc:creator>MapGrrl</dc:creator>
      <dc:date>2023-06-16T23:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000732 IN ModelBuilder Add Join</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300641#M70352</link>
      <description>&lt;P&gt;Thanks for your help both.&lt;/P&gt;&lt;P&gt;Dan, I think that is probably the bug that you linked, I used join field and it has worked without validating the join.&lt;/P&gt;&lt;P&gt;As a bonus question, do you know how can I do to make the model accept data from a folder that has different names?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the model to pick the shapefile from a specific folder and the name of the shapefile could be different. I don't want to rename the shp everytime&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 09:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300641#M70352</guid>
      <dc:creator>Iron_Mark</dc:creator>
      <dc:date>2023-06-19T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000732 IN ModelBuilder Add Join</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300743#M70358</link>
      <description>&lt;P&gt;I don't use model builder much any more, but I suspect that you will have to make the folder a model parameter&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 15:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000732-in-modelbuilder-add-join/m-p/1300743#M70358</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-06-19T15:46:44Z</dc:date>
    </item>
  </channel>
</rss>

