<?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: Prepare window in ArcMap in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244628#M8340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way you can accomplish that within a script is to collect the messages generated during the process, then save those to a textfile using standard python methods ie&amp;nbsp;&lt;A href="https://docs.python.org/3/tutorial/inputoutput.html"&gt;https://docs.python.org/3/tutorial/inputoutput.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 03:06:07 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-05-22T03:06:07Z</dc:date>
    <item>
      <title>Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244627#M8339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a lengthy geoprocessing to analize the Mosaic dataset in ArcMap. At the end I have a Prepare window with Errors, Warnings, Messages&lt;/P&gt;&lt;P&gt;Is there a functionality to save the content of a Prepare window with mxd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Desktop 10.3.1; 10.5&lt;/P&gt;&lt;P&gt;Any help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 01:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244627#M8339</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2017-05-22T01:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244628#M8340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way you can accomplish that within a script is to collect the messages generated during the process, then save those to a textfile using standard python methods ie&amp;nbsp;&lt;A href="https://docs.python.org/3/tutorial/inputoutput.html"&gt;https://docs.python.org/3/tutorial/inputoutput.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 03:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244628#M8340</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-22T03:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244629#M8341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Dan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 04:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244629#M8341</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2017-05-22T04:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244630#M8342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's a "Prepare window?" &amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are doing this work interactively, you can copy and paste messages out of the Results window (&lt;EM&gt;Geoprocessing &amp;gt; Results)&lt;/EM&gt; -- open the results for each tool and copy the "Messages" with a right - click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/executing-tools/using-the-results-window.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/executing-tools/using-the-results-window.htm"&gt;Using the Results window—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 21:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244630#M8342</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-05-22T21:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244631#M8343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Curtis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see here about a Prepare window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-map-service.htm"&gt;Tutorial: Publishing a map service—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 00:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244631#M8343</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2017-05-24T00:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare window in ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244632#M8344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcMap, just right click on a mosaic data - will open a Prepare window (in case you have run the Analize.. before)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/353797_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 05:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/prepare-window-in-arcmap/m-p/244632#M8344</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2017-05-24T05:57:01Z</dc:date>
    </item>
  </channel>
</rss>

