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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動