<?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: Object: Tool or environment &amp;lt;RepairGeometry&amp;gt; not found in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507086#M16829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Were you able to solve this problem? I am running into the same situation where a python script created from a model runs on the desktop but not the server - is it a license issue? Do I need desktop installed on the server to run a python geoprocessing script? I don't think it's a python error, since the numpy folders have the same pathnames on the server as the desktop. I am using primarily the feature class to feature class tool from the conversion tools toolbox and get the following error when the script is run on server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AttributeError: Object: Tool or environment &amp;lt;FeatureClassToFeatureClass_conversion&amp;gt; not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? I have added conversion tools.tbx and database connections to the server, tried various filepath and permissions configurations, etc., and am at a dead end short of installing desktop. I had an incident open about this in April and am just now getting back around to it since it's been running on the dektop in the meanwhile (writes fine to the gdb on server). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne Johnson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 16:20:18 GMT</pubDate>
    <dc:creator>AnneJohnson</dc:creator>
    <dc:date>2010-08-05T16:20:18Z</dc:date>
    <item>
      <title>Object: Tool or environment &amp;amp;amp;lt;RepairGeometry&amp;amp;amp;gt; not found</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507083#M16826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i wrote my own script. the script uses some geoprocessing-tools of esri, e. g. repair geometry. if i try to run the script, i get the following error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;type 'exceptions.AttributeError'&amp;gt;: Object: Tool or environment &amp;lt;RepairGeometry&amp;gt; not found&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i guess it is asscoicated with the python-installation. Has anybody an idea why it doesn't work? When I run the script on my local machine there are no problems. But when we try to run it on a terminal-server the mentioned error message comes. The installation-paths on the terminalserver are not the default-paths like on my local machine (it's not under C:\Python...). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to set the path to the numpy-folder? I read it in a thread, that this folder must exist under C:\Python25\Lib\site-packages\numpy. But on the terminalserver its under N:\GIS-Programme\Python25\Lib\site-packages\numpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Katharina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 07:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507083#M16826</guid>
      <dc:creator>KatharinaWerner</dc:creator>
      <dc:date>2010-05-03T07:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Object: Tool or environment &lt;RepairGeometry&gt; not found</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507084#M16827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have this same problem with 3 custom tools I built (and they each successfully run on their own), but when I try to call them from another script tool they fail. I always get the same error on either the first, second, or final tool it tries to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&amp;lt;type 'exceptions.AttributeError'&amp;gt;: Object: Tool or environment &amp;lt;GenerateAttributePoints_GeoreadinessTransTools&amp;gt; not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (gisToCadCombo).[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GenerateAttributePoints_GeoreadinessTransTools &amp;lt;-- This is the correct name and toolbox that my tool exists within. I also use gp.addtoolbox() to add my custom toolbox to the geoprocessor when the script runs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been up down and sideways trying to figure out why it can't find my tools. Worse yet, the behavior is very inconsistent. It fails the least on the first tool, often on the second tool, and 99% on the final tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What the heck?!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm building and testing this all on the same machine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've even tried starting ArcCatalog with administrator privileges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've checked all paths, aliases, tool names, etc. etc. ad nauseum. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody have any clues? Tearing my hair out over this one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremiah&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 18:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507084#M16827</guid>
      <dc:creator>JeremiahPodleski</dc:creator>
      <dc:date>2010-05-14T18:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Object: Tool or environment &lt;RepairGeometry&gt; not found</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507085#M16828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi jeremiah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do you use also a terminalserver? we only have this problem, when we connect via a citrixconnection to the server. and this errormessage comes only, when we want to execute the script via the toolbox. if i execute the script via the python-idle-console it runs without problems. if i execute a model, that calls a pythonscript, which i created, it doesn't run. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so we think the problem is in the constellation of citrix (terminalserver) - arcgis - python. maybe there are some systemvariables, which will not accessable for a citrixsession.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we opened a ticket at the esri-supporthotline. but they said it would be a bug by citrix. haha! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;greetings katharina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 13:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507085#M16828</guid>
      <dc:creator>KatharinaWerner</dc:creator>
      <dc:date>2010-05-17T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Object: Tool or environment &lt;RepairGeometry&gt; not found</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507086#M16829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Were you able to solve this problem? I am running into the same situation where a python script created from a model runs on the desktop but not the server - is it a license issue? Do I need desktop installed on the server to run a python geoprocessing script? I don't think it's a python error, since the numpy folders have the same pathnames on the server as the desktop. I am using primarily the feature class to feature class tool from the conversion tools toolbox and get the following error when the script is run on server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AttributeError: Object: Tool or environment &amp;lt;FeatureClassToFeatureClass_conversion&amp;gt; not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? I have added conversion tools.tbx and database connections to the server, tried various filepath and permissions configurations, etc., and am at a dead end short of installing desktop. I had an incident open about this in April and am just now getting back around to it since it's been running on the dektop in the meanwhile (writes fine to the gdb on server). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anne Johnson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 16:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507086#M16829</guid>
      <dc:creator>AnneJohnson</dc:creator>
      <dc:date>2010-08-05T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Object: Tool or environment &lt;RepairGeometry&gt; not found</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507087#M16830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe we are getting a simmilar issue using the "Feature Class to Feature Class" toolbox command.&amp;nbsp; We get scripting errors from IE against a FileURL.&amp;nbsp; see attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have found a possiblity for this error.&amp;nbsp; If we try to acess the FileUrl from our decktop we don't have an issue.&amp;nbsp; If we try to access from IE on the Citrix Server then we get "Accessing the resource 'file://....' has been disallowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The registry has an entry for disabling "FileUrl"s from Citrix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm checking with our server group to see if I can test this out and I'll let you know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;Registry Legend&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;User Key:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;System Key:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;Value Name:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;NoFileUrl&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;Data Type:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;REG_DWORD (DWORD Value)&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style=": ; color: black; font-family: Verdana;"&gt;Value Data:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: black; font-family: Verdana;"&gt;(0 = Enable File URLs, 1 = Disable)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 16:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/object-tool-or-environment-amp-amp-amp-lt/m-p/507087#M16830</guid>
      <dc:creator>LarryWilliams</dc:creator>
      <dc:date>2011-03-17T16:58:37Z</dc:date>
    </item>
  </channel>
</rss>

