Hi,
I have a lengthy geoprocessing to analize the Mosaic dataset in ArcMap. At the end I have a Prepare window with Errors, Warnings, Messages
Is there a functionality to save the content of a Prepare window with mxd?
ArcGIS Desktop 10.3.1; 10.5
Any help please.
Solved! Go to Solution.
I found it:
In ArcMap, just right click on a mosaic data - will open a Prepare window (in case you have run the Analize.. before)
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 https://docs.python.org/3/tutorial/inputoutput.html
Thank you, Dan.
What's a "Prepare window?"
If you are doing this work interactively, you can copy and paste messages out of the Results window (Geoprocessing > Results) -- open the results for each tool and copy the "Messages" with a right - click.
Thank you, Curtis,
Please see here about a Prepare window.
Tutorial: Publishing a map service—Documentation | ArcGIS Enterprise
I found it:
In ArcMap, just right click on a mosaic data - will open a Prepare window (in case you have run the Analize.. before)