laptop and a wrench

漏洞

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.

上次发布: September 22, 2021 ArcGIS Pro
漏洞 ID 编号 BUG-000142008
已提交August 5, 2021
上次修改时间June 19, 2025
适用范围ArcGIS Pro
找到的版本2.8.1
操作系统Windows OS
操作系统版本2019 64 Bit
状态Will Not Be Addressed

附加信息

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

解决办法

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

重现步骤

漏洞 ID: BUG-000142008

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项