<?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: Toolbox Compatibility ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709833#M31280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My basic workflow is Create a toolbox in pro.&amp;nbsp; Create a new script tool in the toolbox.&amp;nbsp; Import my script in.&amp;nbsp; Set the parameters since I am using the GetParametersAsText variables in my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems random.&amp;nbsp; Some tools work.&amp;nbsp; Some just simply won't open in a newer or older versions of Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will continue to investigate.&amp;nbsp; It's possible I am using some desktop arcpy instead of going to the Pro arcpy help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2018 21:05:11 GMT</pubDate>
    <dc:creator>StevenGraf1</dc:creator>
    <dc:date>2018-04-18T21:05:11Z</dc:date>
    <item>
      <title>Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709831#M31278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a document somewhere that describes ArcGIS Pro version compatibility for toolboxes.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I created a toolbox in Pro 2.1.2 and I can't use it in previous versions of Pro.&amp;nbsp; I have also created a toolbox in an earlier release of Pro and could not use it in a later release.&amp;nbsp; These are all python scripts imported into a toolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 19:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709831#M31278</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2018-04-18T19:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709832#M31279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had no problems with scripts in a custom toolbox&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-script-tools.htm"&gt;http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-script-tools.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can compare the differences between python and custom toolboxes here&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/comparing-custom-and-python-toolboxes.htm"&gt;http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/comparing-custom-and-python-toolboxes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/adding-a-script-tool.htm"&gt;http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/adding-a-script-tool.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unless you need some of the capabilities of a pure python toolbox, I have always found that I like to let Arc*&amp;nbsp; do the heavy lifting and simply define the parameters to use for the tool and attach the script using either sys.argv or arcpy.getparameterastext to associate the tool's parameters with parameters in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any of the things I have written have worked in all versions of PRO so far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709832#M31279</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-18T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709833#M31280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My basic workflow is Create a toolbox in pro.&amp;nbsp; Create a new script tool in the toolbox.&amp;nbsp; Import my script in.&amp;nbsp; Set the parameters since I am using the GetParametersAsText variables in my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems random.&amp;nbsp; Some tools work.&amp;nbsp; Some just simply won't open in a newer or older versions of Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will continue to investigate.&amp;nbsp; It's possible I am using some desktop arcpy instead of going to the Pro arcpy help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709833#M31280</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2018-04-18T21:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709834#M31281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For sure... if you don't have the python in the anaconda path&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\...your_install_folder...\bin\Python\envs\arcgispro-py3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;all bets are off.&amp;nbsp; If you have ArcMap installed, it has its own python, but if you have other pythons, get rid of them and use a separate Anaconda distribution to keep all you environments clean and manageable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709834#M31281</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-18T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709835#M31282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you may want to run the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/analyzetoolsforpro.htm"&gt;Analyze Tools for Pro&lt;/A&gt; geoprocessing tool that's in ArcMap and ArcGIS Pro.&amp;nbsp; The output is a text file that will tell you if the tool/script will run with no issues or error codes of what will not work with a hyperlink for resolution of the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 22:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709835#M31282</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2018-04-18T22:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709836#M31283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I didn't know such a tool existed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 22:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709836#M31283</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2018-04-18T22:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709837#M31284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless there is something undocumented...&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/analyzetoolsforpro.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/data-management/analyzetoolsforpro.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;works from going from 10.x to PRO.&lt;/P&gt;&lt;P&gt;There is no mention of going back and forth with Pro versions which seems to be your case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 23:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709837#M31284</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-18T23:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709838#M31285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's true.&amp;nbsp; From what I know, 2.x functionality is not backwards compatible to 1.x functionality in ArcGIS Pro.&amp;nbsp; What version are you trying to go back to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 21:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709838#M31285</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2018-04-20T21:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709839#M31286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2.0.X to 2.1.X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709839#M31286</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2018-04-20T22:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709840#M31287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe a screengrab of your tool parameters and what your script does... maybe it is one of the input types being used to the tool that is the issue. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I can confirm that featureclasses and rasters as inputs and outputs cause no problems with anything I produce.&amp;nbsp; I haven't been accessing geodatabases or any of that sde stuff.&amp;nbsp; Worth a shot comparing the differences between the no-problem vs the-problem tool parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 23:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709840#M31287</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-20T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709841#M31288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It also appears that adding a script + parameters to a toolbox created in ArcMap is not supported. The previous toolbox will show in Pro and you can go through the process of adding the script and parameters etc, but nothing is added after clicking OK and no warnings are given (which is a bit annoying after adding a complex set of parameters only to have it disappear)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 02:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709841#M31288</guid>
      <dc:creator>GeoNZ</dc:creator>
      <dc:date>2018-09-10T02:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Toolbox Compatibility ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709842#M31289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those making toolboxes, the interface is greatly improved..&lt;/P&gt;&lt;P&gt;For some help on that end, see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/19/toolbox-creation-in-arcgis-pro"&gt;/blogs/dan_patterson/2016/05/19/toolbox-creation-in-arcgis-pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 08:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/toolbox-compatibility-arcgis-pro/m-p/709842#M31289</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-10T08:45:13Z</dc:date>
    </item>
  </channel>
</rss>

