<?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 Python Toolbox to Geoprocessing Service failed in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352160#M12224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcGIS any help is appreciate.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used ArcMap 10.1 to create Python Toolbox without any parameter.&amp;nbsp; It ran successfully on desktop.&amp;nbsp; I then published and ran successfully on Desktop using "GIS Server" and from the Web browser via REST service.&amp;nbsp; I then add one parameter with type "GPString". Ran successfully on desktop but fail on desktop if using "GIS Server".&amp;nbsp; It also failed on REST Service.&amp;nbsp; Fail message is "Error executing tool: ERROR 000816: The tool is not valid".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I then copy the sample "Calculate Sinousity" from the help page ran successfully on the Desktop but failed the same way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 02:22:22 GMT</pubDate>
    <dc:creator>thanhnguyen6</dc:creator>
    <dc:date>2013-07-10T02:22:22Z</dc:date>
    <item>
      <title>Python Toolbox to Geoprocessing Service failed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352160#M12224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to ArcGIS any help is appreciate.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used ArcMap 10.1 to create Python Toolbox without any parameter.&amp;nbsp; It ran successfully on desktop.&amp;nbsp; I then published and ran successfully on Desktop using "GIS Server" and from the Web browser via REST service.&amp;nbsp; I then add one parameter with type "GPString". Ran successfully on desktop but fail on desktop if using "GIS Server".&amp;nbsp; It also failed on REST Service.&amp;nbsp; Fail message is "Error executing tool: ERROR 000816: The tool is not valid".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I then copy the sample "Calculate Sinousity" from the help page ran successfully on the Desktop but failed the same way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 02:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352160#M12224</guid>
      <dc:creator>thanhnguyen6</dc:creator>
      <dc:date>2013-07-10T02:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox to Geoprocessing Service failed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352161#M12225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As you are new - you can just try using the normal toolbox instead of Python toolbox - give it a try. The product engineer who might answer your question better is on vacation. I'll let him of your issue once he is back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 22:09:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352161#M12225</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2013-07-18T22:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox to Geoprocessing Service failed</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352162#M12226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ahmed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&amp;nbsp; I found out several thing that is wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; I am using version 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Parameter Data Types:&amp;nbsp;&amp;nbsp; I used "datatype keyword" it failed on the "Server" but it worked on the "Desktop- ArcMap".&amp;nbsp; I found that with Desktop I can use both "data type" or "datatype keyword" but on the Server it only take "Data Type".&amp;nbsp; Example I used ("Long" instead of "GPLong" or "String" instead of "GPString")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp;&amp;nbsp; GDAL - is not working on ArcGIS Server:&amp;nbsp; Installed GDAL both on Server and Desktop.&amp;nbsp; I also installed the Python bindings for GDAL 1.8 (I think this is only for the desktop).&amp;nbsp; This work fine on the Desktop but failed on the Server. It will failed on the sever with this statement "import osgeo".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 14:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/python-toolbox-to-geoprocessing-service-failed/m-p/352162#M12226</guid>
      <dc:creator>thanhnguyen6</dc:creator>
      <dc:date>2013-07-19T14:17:40Z</dc:date>
    </item>
  </channel>
</rss>

