<?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 Basic Geoprocessing tools in ArcGIS Pro returning empty output in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616453#M27409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a very strange experience today in that I am using ArcGIS Pro 2.5.1 for routine geoprocessing tasks and frequently having empty output generated even though I know the input is not empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I am trying to clip a point layer of&amp;nbsp;wildlife&amp;nbsp;records&amp;nbsp;to a polygon of two UK county boundaries. The point layer of&amp;nbsp;records, which has a definition query on, clearly overlays the polygon layer as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(green points are the Input Features for Clip tool, purple polygon layer are Clip Features)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/497216_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet when I run the tool, it generates an empty output: WARNING 000117: Warning empty output generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also happening if I use the Select tool to try and extract features from the Input Features before clipping. I am using the following query for the Select expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual_name LIKE '%Milvus milvus%'&lt;BR /&gt;OR actual_name LIKE '%Accipiter gentilis%'&lt;BR /&gt;OR actual_name LIKE '%Falco subbuteo%'&lt;BR /&gt;OR actual_name LIKE '%Falco columbarius%'&lt;BR /&gt;OR actual_name LIKE '%Falco peregrinus%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which has been validated and is correct. However when I run the Select tool, it generates an empty output. But if I apply query as a definition query on the layer and open the attribute table, ~36k records are returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a test feature class with two rows, and using the Select tool on this with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTID = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked - it created an output feature class of only 1 row. So maybe there is something specific to my query that is causing this, but I cannot imagine what, as the query has been validated and works fine when used as a definition query to filter a feature class - but empty output is generated if that filtered feature class is used as input for Clip, or if used as an input expression for the Select tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what's going on?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2020 12:18:07 GMT</pubDate>
    <dc:creator>YusefSamari</dc:creator>
    <dc:date>2020-06-19T12:18:07Z</dc:date>
    <item>
      <title>Basic Geoprocessing tools in ArcGIS Pro returning empty output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616453#M27409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a very strange experience today in that I am using ArcGIS Pro 2.5.1 for routine geoprocessing tasks and frequently having empty output generated even though I know the input is not empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I am trying to clip a point layer of&amp;nbsp;wildlife&amp;nbsp;records&amp;nbsp;to a polygon of two UK county boundaries. The point layer of&amp;nbsp;records, which has a definition query on, clearly overlays the polygon layer as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(green points are the Input Features for Clip tool, purple polygon layer are Clip Features)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/497216_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet when I run the tool, it generates an empty output: WARNING 000117: Warning empty output generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also happening if I use the Select tool to try and extract features from the Input Features before clipping. I am using the following query for the Select expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual_name LIKE '%Milvus milvus%'&lt;BR /&gt;OR actual_name LIKE '%Accipiter gentilis%'&lt;BR /&gt;OR actual_name LIKE '%Falco subbuteo%'&lt;BR /&gt;OR actual_name LIKE '%Falco columbarius%'&lt;BR /&gt;OR actual_name LIKE '%Falco peregrinus%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which has been validated and is correct. However when I run the Select tool, it generates an empty output. But if I apply query as a definition query on the layer and open the attribute table, ~36k records are returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a test feature class with two rows, and using the Select tool on this with the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTID = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked - it created an output feature class of only 1 row. So maybe there is something specific to my query that is causing this, but I cannot imagine what, as the query has been validated and works fine when used as a definition query to filter a feature class - but empty output is generated if that filtered feature class is used as input for Clip, or if used as an input expression for the Select tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what's going on?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 12:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616453#M27409</guid>
      <dc:creator>YusefSamari</dc:creator>
      <dc:date>2020-06-19T12:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Geoprocessing tools in ArcGIS Pro returning empty output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616454#M27410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they in the same coordinate system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616454#M27410</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-19T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Geoprocessing tools in ArcGIS Pro returning empty output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616455#M27411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved this now - turns out there was a selection from a previous session still active, which did not intersect with the query. I was just trying to delete this post as no longer an issue but couldn't find a way..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616455#M27411</guid>
      <dc:creator>YusefSamari</dc:creator>
      <dc:date>2020-06-19T13:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Geoprocessing tools in ArcGIS Pro returning empty output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616456#M27412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a warning message built into these tools to check if there is an active selection on any of the layers involved with the geoprocess would be extremely helpful.&amp;nbsp; Not sure how easy it would be for ESRI to add this functionality, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616456#M27412</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2020-06-19T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Geoprocessing tools in ArcGIS Pro returning empty output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616457#M27413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved now, this project hadn't been opened for a while and there was a previously applied selection that I had forgotten about.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/basic-geoprocessing-tools-in-arcgis-pro-returning/m-p/616457#M27413</guid>
      <dc:creator>YusefSamari</dc:creator>
      <dc:date>2020-06-19T13:52:22Z</dc:date>
    </item>
  </channel>
</rss>

