<?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: Is there a way to see what Python geoprocessing is available per ArcGIS enterprise/server release? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277171#M10606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you toggle the version &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/alphabetical-list-of-arcpy-functions.htm"&gt;in the ArcPy docs&lt;/A&gt;, the list will update with the functions available at that release. I don't see the same toggle button in the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/functions/alphabetical-list-of-arcpy-functions.htm"&gt;ArcGIS Pro docs.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="List of ArcPy Functions by Version" class="jive-emoji image-1 jive-image" height="354" src="https://community.esri.com/legacyfs/online/475108_arcpy.png" width="351" /&gt;&lt;/P&gt;&lt;P&gt;Additionally, here are s&lt;A href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/share-analysis/publishing-web-tools-in-arcgis-pro.htm"&gt;ome steps to publish a python script as a geoprocessing s&lt;/A&gt;ervice. This might get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2019 12:32:39 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-12-03T12:32:39Z</dc:date>
    <item>
      <title>Is there a way to see what Python geoprocessing is available per ArcGIS enterprise/server release?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277170#M10605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a Python script that utilizes a recently developed geoprocessing tool (arcpy.SubdividePolygon_management). I can successfully run the script in ArcGIS Pro, but when I publish it as a geoprocessing service to our ArcGIS Server it returns the following error when I try to run the service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #cc0000; background-color: #ffffff;"&gt;AttributeError: module 'arcpy' has no attribute 'SubdividePolygon_management'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;I assume this is due to the Python 3 installation of arcpy on the server does not have this tool already included in the installation. We currently have ArcGIS Server 10.6.1 installed (currently without Portal - standalone). I use the latest version of ArcGIS Pro (2.4.2). Is my assumption correct? If so, is there a way to check what Python geoprocessing tools are available at every release of ArcGIS Server/Enterprise (without installing said release)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Lastly, is there a way to make the Python script work as a geoprocessing service?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Thank you for your answer in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 15:20:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277170#M10605</guid>
      <dc:creator>SanderKiffen</dc:creator>
      <dc:date>2019-11-26T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see what Python geoprocessing is available per ArcGIS enterprise/server release?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277171#M10606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you toggle the version &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/alphabetical-list-of-arcpy-functions.htm"&gt;in the ArcPy docs&lt;/A&gt;, the list will update with the functions available at that release. I don't see the same toggle button in the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/functions/alphabetical-list-of-arcpy-functions.htm"&gt;ArcGIS Pro docs.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="List of ArcPy Functions by Version" class="jive-emoji image-1 jive-image" height="354" src="https://community.esri.com/legacyfs/online/475108_arcpy.png" width="351" /&gt;&lt;/P&gt;&lt;P&gt;Additionally, here are s&lt;A href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/share-analysis/publishing-web-tools-in-arcgis-pro.htm"&gt;ome steps to publish a python script as a geoprocessing s&lt;/A&gt;ervice. This might get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 12:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277171#M10606</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-03T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see what Python geoprocessing is available per ArcGIS enterprise/server release?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277172#M10607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, thank you for your answer Mike. Just to get things clear, the arcpy involved at every ArcMap release corresponds to the same arcpy available at the same release of ArcGIS Server/Enterprise? So for instance ArcMap 10.6.1 and ArcGIS Server/Enterprise 10.6.1 utilize the same arcpy module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how can we know what ArcGIS Pro geoprocessing tools are available at every release of Enterprise?&amp;nbsp;The specific tool &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/subdivide-polygon.htm"&gt;SubdividePolygon_management &lt;/A&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;which is available in Pro but not in ArcMap, is it or will it be incorporated to Enterprise?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-see-what-python-geoprocessing-is/m-p/277172#M10607</guid>
      <dc:creator>SanderKiffen</dc:creator>
      <dc:date>2019-12-03T14:33:13Z</dc:date>
    </item>
  </channel>
</rss>

