<?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 Analyzing and Publishing GP Script Tool VERY SLOW! in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740091#M28095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Python Script Tool that I am trying to publish to an Geoprocessing Service. It is a pretty simple script and runs fine in ArcCatalog. I published it once and it went fast. Then I needed to change some input parameters so I deleted the service and I recreated the tool and tried to publish again. I renamed everything. The Analyze in ArcCatalog finished without any errors but took a long time (~15 minutes). I then rebooted the server and am now trying to Publish from the Service Definition and it is really slow once again. It has taken 10 minutes and is only at Creating Service Definition. Dang I hate these black boxes! What is going on? I miss the 10.0 method of publishing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2013 16:14:21 GMT</pubDate>
    <dc:creator>DaveHighness</dc:creator>
    <dc:date>2013-01-18T16:14:21Z</dc:date>
    <item>
      <title>Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740091#M28095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Python Script Tool that I am trying to publish to an Geoprocessing Service. It is a pretty simple script and runs fine in ArcCatalog. I published it once and it went fast. Then I needed to change some input parameters so I deleted the service and I recreated the tool and tried to publish again. I renamed everything. The Analyze in ArcCatalog finished without any errors but took a long time (~15 minutes). I then rebooted the server and am now trying to Publish from the Service Definition and it is really slow once again. It has taken 10 minutes and is only at Creating Service Definition. Dang I hate these black boxes! What is going on? I miss the 10.0 method of publishing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 16:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740091#M28095</guid>
      <dc:creator>DaveHighness</dc:creator>
      <dc:date>2013-01-18T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740092#M28096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so I think I figured out that its trying to package up a huge pile of stuff. Only thing is, this script doesn't really use any data. Gad, I wish I had more control over this process!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 21:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740092#M28096</guid>
      <dc:creator>DaveHighness</dc:creator>
      <dc:date>2013-01-18T21:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740093#M28097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After many hours with ESRI Tech Support we figured out what the problem was. I had added the "PYTHONPATH" system environment variable at some point and this confused the ArcCatalog Publishing Task so that it could not find Python. This basically sends the Publishing Task into an endless loop and you don't know what is going on and nothing is happening. For some reason you cannot publish scripts that import the os library. Scripts without that still publish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, DO NOT add a "PYTHONPATH" system environment variable!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why did I do it? I think I've been adding that variable for years. It was recommended to me at some point for using Python at the command line. Doh!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 22:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740093#M28097</guid>
      <dc:creator>DaveHighness</dc:creator>
      <dc:date>2013-02-08T22:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740094#M28098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;After many hours with ESRI Tech Support we figured out what the problem was. I had added the "PYTHONPATH" system environment variable at some point and this confused the ArcCatalog Publishing Task so that it could not find Python. This basically sends the Publishing Task into an endless loop and you don't know what is going on and nothing is happening. For some reason you cannot publish scripts that import the os library. Scripts without that still publish.&lt;BR /&gt;&lt;BR /&gt;In short, DO NOT add a "PYTHONPATH" system environment variable!&lt;BR /&gt;&lt;BR /&gt;Why did I do it? I think I've been adding that variable for years. It was recommended to me at some point for using Python at the command line. Doh!&lt;BR /&gt;&lt;BR /&gt;Thanks, Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post the incident number? I want to investigate this, but I'll try to spare you from repeating your conversation with tech support again on the forums &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740094#M28098</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2013-02-11T16:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740095#M28099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, Incident #1116319.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 13:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740095#M28099</guid>
      <dc:creator>DaveHighness</dc:creator>
      <dc:date>2013-02-20T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Analyzing and Publishing GP Script Tool VERY SLOW!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740096#M28100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what ever became of this issue? I'm seeing analyze and publish times over an hour each!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process of publishing a gp tool is deplorable. How could it have gotten so much worse in a new release?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 12:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/analyzing-and-publishing-gp-script-tool-very-slow/m-p/740096#M28100</guid>
      <dc:creator>KeG</dc:creator>
      <dc:date>2013-05-29T12:37:23Z</dc:date>
    </item>
  </channel>
</rss>

