<?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 tool is invalid in GeoDev Germany Questions</title>
    <link>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807422#M19</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I do have a Python toolbox developed under ArcGIS 10.6. This is used in ArcGIS Desktop 10.3.1 and it works without any issues. Also the publishing on ArcGIS Server 10.3.1 works without any issues. &lt;/P&gt;&lt;P&gt;When I open the toolbox on the server in another environment I see the GUI and can select start. Yet after the start it terminates with the message "tool is invalid".&lt;/P&gt;&lt;P&gt;It works perfectly on my ArcGIS Server 10.3.1 single machine deployment but fails with the described error in the other environment.&lt;/P&gt;&lt;P&gt;The python version is the same on both servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen this &lt;A _jive_internal="true" href="https://community.esri.com/thread/177000"&gt;thread&lt;/A&gt;, yet the answers were not quite sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool structure is as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/413712_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2018 13:19:17 GMT</pubDate>
    <dc:creator>RiccardoKlinger2</dc:creator>
    <dc:date>2018-07-10T13:19:17Z</dc:date>
    <item>
      <title>tool is invalid</title>
      <link>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807422#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I do have a Python toolbox developed under ArcGIS 10.6. This is used in ArcGIS Desktop 10.3.1 and it works without any issues. Also the publishing on ArcGIS Server 10.3.1 works without any issues. &lt;/P&gt;&lt;P&gt;When I open the toolbox on the server in another environment I see the GUI and can select start. Yet after the start it terminates with the message "tool is invalid".&lt;/P&gt;&lt;P&gt;It works perfectly on my ArcGIS Server 10.3.1 single machine deployment but fails with the described error in the other environment.&lt;/P&gt;&lt;P&gt;The python version is the same on both servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen this &lt;A _jive_internal="true" href="https://community.esri.com/thread/177000"&gt;thread&lt;/A&gt;, yet the answers were not quite sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool structure is as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/413712_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 13:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807422#M19</guid>
      <dc:creator>RiccardoKlinger2</dc:creator>
      <dc:date>2018-07-10T13:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: tool is invalid</title>
      <link>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807423#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just saw recently, that my code contained a nice little snippet in the updateMessages function, which is "invalid" from a Python persepctive:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;parameters&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;setWarningMessage &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;"Original value was "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; str&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;old&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"m. "&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;"Rounded to "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; parameters&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;valueAsText &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" as it is a multiple of 1000m."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Yet the tool was valid....&lt;/P&gt;&lt;P&gt;I will try the changes in the target environment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807423#M20</guid>
      <dc:creator>RiccardoKlinger2</dc:creator>
      <dc:date>2021-12-12T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: tool is invalid</title>
      <link>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807424#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the changes made to the tool does not led to a valid tool in the target system. Any othe suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodev-germany-questions/tool-is-invalid/m-p/807424#M21</guid>
      <dc:creator>RiccardoKlinger2</dc:creator>
      <dc:date>2018-07-13T12:54:38Z</dc:date>
    </item>
  </channel>
</rss>

