<?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: GP history files in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256189#M19707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This tech support paper (&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000011751" title="https://support.esri.com/en/technical-article/000011751"&gt;How To: Delete geoprocessing history from a geodatabase&lt;/A&gt;&amp;nbsp;) provides a basis with which to manage gp history.&amp;nbsp; Note however that this approach uses arcpy references that as of this writing are not yet available for pro, so you'll need to execute it with a 2.x python/arcpy interpreter.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2020 16:03:16 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-02-26T16:03:16Z</dc:date>
    <item>
      <title>GP history files</title>
      <link>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256187#M19705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure where to put this question...&lt;/P&gt;&lt;P&gt;We are running python tools on a machine that has server only (no desktop).&lt;/P&gt;&lt;P&gt;We are running the python in "desktop mode" (using batch files), not as gp services.&lt;/P&gt;&lt;P&gt;We use the server license and the server arcpy libraries to run our code.&lt;/P&gt;&lt;P&gt;Each run write an XML into&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;c:\users\&amp;lt;&amp;lt;MyUser&amp;gt;&amp;gt;\appdata\roaming\ESRI\Server10.6\ArcToolbox\History&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;This directory become very big.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Is there any setting that will stop creating this files?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;In ArcMap you just have the geoprocessing option but this machine does not has ArcMap installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Mody&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 06:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256187#M19705</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-02-26T06:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: GP history files</title>
      <link>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256188#M19706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/setloghistory.htm"&gt;SetLogHistory()&lt;/A&gt; at the beginning of the script&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SetLogHistory&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;False&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256188#M19706</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2020-02-26T15:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: GP history files</title>
      <link>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256189#M19707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This tech support paper (&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000011751" title="https://support.esri.com/en/technical-article/000011751"&gt;How To: Delete geoprocessing history from a geodatabase&lt;/A&gt;&amp;nbsp;) provides a basis with which to manage gp history.&amp;nbsp; Note however that this approach uses arcpy references that as of this writing are not yet available for pro, so you'll need to execute it with a 2.x python/arcpy interpreter.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/gp-history-files/m-p/256189#M19707</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-02-26T16:03:16Z</dc:date>
    </item>
  </channel>
</rss>

