laptop and a wrench

不具合

In ArcGIS Pro, the arcpy.management.CalculateFields() function returns an error message, "Error 000735: Value is required" when passing a value table to the fields parameter.

最後に公開された状態: September 22, 2021 ArcGIS Pro
不具合 ID 番号 BUG-000141889
送信されましたAugust 2, 2021
最終更新日March 20, 2025
適用対象ArcGIS Pro
見つかったバージョン2.8.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスWill Not Be Addressed

参考情報

There are two errors in the user's script: 1. The workspace path must not include the actual table. For example, arcpy.env.workspace = r"D:\-user-\Cases\Open_cases\02849687\US_cities.gdb" The user's script includes the table in the workspace path, which caused error 000735. 2. Using the list syntax in Python requires another set of quotes, single quotes, around the field values. For example, arcpy.CalculateFields_management(r"C:\Users\-name-\Documents\ArcGIS\Packages\U.S.Cities_a015c0\p20\us_cities.gdb\cities", "PYTHON3",[["Name", "'Test1'"], ["Office", "'z'"]]). The single quotes are missing from the script.

再現の手順

不具合 ID: BUG-000141889

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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