laptop and a wrench

Bug

The Warp geoprocessing tool returns a 999999 error when selecting the 'Projective transformation' option as the Transformation Type parameter.

Last Published: January 17, 2022 ArcGIS Pro
Bug ID Number BUG-000145302
SubmittedDecember 16, 2021
Last ModifiedMay 29, 2025
Applies toArcGIS Pro
Version found2.9
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed3.5
StatusFixed

Additional Information

This issue is addressed in ArcGIS Pro 3.5.

Workaround

Run the tool as a script in the Python window, for example:

"import arcpy

from arcpy import env

source_pnt = " 'x y';'x y';'x y' "

target_pnt = " 'x y';'x y';'x y' "

arcpy.Warp_management("Image2.jpg", source_pnt, target_pnt, <output location>, "Projective transformation", \

           "<Resampling technique>")"

Steps to Reproduce

Bug ID: BUG-000145302

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options