'Error 000601' is received when trying to overwrite a TIFF or IMG file using the save() method when running a Python script as a tool in ArcGIS Pro.
Last Published: December 31, 2018ArcGIS Pro
Bug ID Number
BUG-000119021
Submitted
December 26, 2018
Last Modified
June 5, 2024
Applies to
ArcGIS Pro
Version found
2.2.4
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
This problem is fixed and non-reproducible in ArcGIS Pro 2.3.
Workaround
Save the output raster as a GRID raster.
Use the arcpy.CopyRaster_management() tool instead of the .save() method in the Python script to save the output raster.