laptop and a wrench

Error

arcpy.da.UpdateCursor returns an error on a versioned feature class (without the option to move edits to base) when the record count exceeds 1000 records.

Última publicación: September 22, 2021 ArcGIS Pro
Número de ID del error BUG-000142008
EnviadoAugust 5, 2021
Última modificaciónJune 19, 2025
Relacionado conArcGIS Pro
Versión encontrada2.8.1
Sistema operativoWindows OS
Versión de sistema operativo2019 64 Bit
EstadoWill Not Be Addressed

Información adicional

This issue will not be addressed within the current product support cycle. If the issue persists in a supported release, contact Esri Support Services.

Solución alternativa

Use the Auto Commit Environment setting. Refer to: https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/auto-commit.htm.

If the setting is added and indicates the value to the number of records in the feature class, the Python script runs successfully. Add the following line below arcpy.env.overwriteOutput = True in the script:

arcpy.env.autoCommit = 1001

Pasos para reproducir

ID del error: BUG-000142008

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga