How does the results window on ArcGIS work?
View the status and messages of a tool executing in the background or on an ArcGIS for Server. Open output files such as .html or .txt files. The Results window maintains information between application sessions. That is, you can retrieve information about a tool you executed weeks ago.
How do I unpack an ArcGIS result file?
In the Catalog window, right-click the package and click Unpack. Open a geoprocessing package from arcgis.com and the package will automatically be unpacked and added to the Results window. Use the Extract Package tool. In the Catalog window or Windows Explorer, double-click the result file.
How to fix performance issues in ArcGIS Pro?
As a workaround to the performance issues, change the following settings in the display options in ArcGIS Pro. Navigate to Projects > Options > Display. Change the Rendering quality to Medium. Change the Rendering engine from DirectX to OpenGL. Uncheck the Enable hardware antialiasing check box. Check the Clear cache check box. Click OK.
How to cancel ArcGIS for server geoprocessing task?
If the result is based on an ArcGIS for Server geoprocessing service task, the shortcut menu will have three additional choices. Cancels execution of the tool. Copies the data from the server to your computer. After copying, the status will either be , , or .
How to check the status of a geoprocessing tool?
Open a previous execution of a tool to change a few parameters without having to reenter all parameters, then rerun. Create a geoprocessing package or geoprocessing service. View the status and messages of a tool executing in the background or on an ArcGIS for Server. Open output files such as .html or .txt files.
What happens when an error message is generated in ArcPy?
When a tool writes an error message, ArcPy generates an arcpy.ExecuteError exception. Python allows you to write a routine that automatically runs when a system error is generated. In this error-handling routine, retrieve the error message from ArcPy and react accordingly.