<?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 000819: The tool is not available or is unassigned with update to Pro 2.5 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700684#M30959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to remove the original toolbox and re-add it?&amp;nbsp; The location may have changed and references to the toolbox's tools will become broken.&lt;/P&gt;&lt;P&gt;Also are you storing the toolbox in a folder or in a gdb?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2020 19:09:30 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2020-02-17T19:09:30Z</dc:date>
    <item>
      <title>Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700681#M30956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom Python Toolbox that has been running fine. Since the update to Pro, when I run the script, the program immediately crashes and if I can open the dialog box in time, it contains the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error 000819: The tool is not available or is unassigned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my third party packages are in the python environment that is active in Pro and I have background processing turned off int he script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what else to try. What would have changed in the update to make this suddenly start to happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 15:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700681#M30956</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2020-02-17T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700682#M30957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What tools are you using?&lt;/P&gt;&lt;P&gt;Did you try the suggestion of importing the toolbox?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00801-00825-000819.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00801-00825-000819.htm"&gt;000819: The tool is not assigned.—Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 17:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700682#M30957</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-17T17:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700683#M30958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to run the custom python toolbox from within Pro. I'm struggling to understand why I need to import the toolbox into the toolbox itself - and thus struggling with how I should try&amp;nbsp;to write this in&amp;nbsp;within the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did create a new toolbox in Pro and copy and pasted my custom toolbox into it and that worked. However, I'd like for the tool to be able to run from a static file location without having to copy/paste into a new toolbox&amp;nbsp;because others will be using it within our organization and it's easier to push out edits like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700683#M30958</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2020-02-17T19:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700684#M30959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to remove the original toolbox and re-add it?&amp;nbsp; The location may have changed and references to the toolbox's tools will become broken.&lt;/P&gt;&lt;P&gt;Also are you storing the toolbox in a folder or in a gdb?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:09:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700684#M30959</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-17T19:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700685#M30960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, after much trial and error, it seems that a period was the culprit. A period used to designate version number of the tool in the alias and label were breaking the tool after the update to Pro 2.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 21:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700685#M30960</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2020-02-17T21:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000819: The tool is not available or is unassigned with update to Pro 2.5</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700686#M30961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that you ran into this, &lt;A href="https://community.esri.com/migrated-users/268395"&gt;Molly Moore&lt;/A&gt;‌.&amp;nbsp; It looks like this was reported to Technical Support as&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyODU0Ng==" title="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyODU0Ng=="&gt;BUG-000128546: ArcGIS Pro crashes if a tool is run in a Python tool..&lt;/A&gt;&amp;nbsp;The development team will look at getting this fixed as soon as possible and, if feasible, I'm sure will try to get in a patch for 2.5.&amp;nbsp; If interested in following status updates, you can go to that link and click the Subscribe button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-000819-the-tool-is-not-available-or-is/m-p/700686#M30961</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-02-18T13:59:28Z</dc:date>
    </item>
  </channel>
</rss>

