<?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 NIM054814 (bug filed - yay!) in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37815#M2950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*** Do not write below this line ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Incident #796389 (Barbara S) - Contact - Python diagnostic message is incomplete/wrong when tool name is ambiguous&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Hello, Curtis,&lt;BR /&gt;&lt;BR /&gt;My name is Barbara and I will be assisting you with this incident report. I have duplicated this on 9.3.x, 10B2, and on a weekly build for version 10. I have filed a defect report (#NIM054814) for this behavior:&lt;BR /&gt;[#NIM054814&amp;nbsp; Error diagnostics for the Usage geoprocessing command offers a Choices list with no choices.]&lt;BR /&gt;&lt;BR /&gt;Thank you for bringing this to our attention.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Barbara S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 18:38:58 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2010-03-02T18:38:58Z</dc:date>
    <item>
      <title>python error message for non-unique tool name</title>
      <link>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37813#M2948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS 9.3.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; print gp.usage("clip")
&amp;gt;&amp;gt;&amp;gt; Method clip not found. Choices: Method clip not unique, please use ToolboxName_ToolName.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 9.4b2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; print arcpy.Usage("Clip_management")
Clip_management(in_raster, rectangle, out_raster, {in_template_dataset}, {nodata_value}, {NONE | ClippingGeometry})
clips a raster
&amp;gt;&amp;gt;&amp;gt; print arcpy.Usage("Clip")
Method Clip not found. Choices: Method Clip not unique, please use ToolboxName_ToolName.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you going to list the available toolboxes with a clip tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not you probably want to delete the string "Choices: " to avoid confusion. it would be nice to see the list when debugging python code if it can be done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37813#M2948</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-10T21:28:08Z</dc:date>
    </item>
    <item>
      <title>I second Curtis's request</title>
      <link>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37814#M2949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any help with syntax/usage string in the Python window would be helpful.&amp;nbsp; The 2nd window is helpful, but a simple usage with the print command sticks around after you move off the line....the 2nd window will clear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 17:42:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37814#M2949</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2010-03-01T17:42:19Z</dc:date>
    </item>
    <item>
      <title>NIM054814 (bug filed - yay!)</title>
      <link>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37815#M2950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*** Do not write below this line ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Incident #796389 (Barbara S) - Contact - Python diagnostic message is incomplete/wrong when tool name is ambiguous&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Hello, Curtis,&lt;BR /&gt;&lt;BR /&gt;My name is Barbara and I will be assisting you with this incident report. I have duplicated this on 9.3.x, 10B2, and on a weekly build for version 10. I have filed a defect report (#NIM054814) for this behavior:&lt;BR /&gt;[#NIM054814&amp;nbsp; Error diagnostics for the Usage geoprocessing command offers a Choices list with no choices.]&lt;BR /&gt;&lt;BR /&gt;Thank you for bringing this to our attention.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Barbara S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 18:38:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-error-message-for-non-unique-tool-name/m-p/37815#M2950</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2010-03-02T18:38:58Z</dc:date>
    </item>
  </channel>
</rss>

