laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: September 22, 2021 ArcGIS Pro
Bug-ID-Nummer BUG-000142008
EingereichtAugust 5, 2021
Zuletzt geändertJune 19, 2025
Gilt fürArcGIS Pro
Gefunden in Version2.8.1
BetriebssystemWindows OS
Betriebssystemversion2019 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000142008

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln