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 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项