laptop and a wrench

Erro

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.

Última Publicação: September 22, 2021 ArcGIS Pro
Número de ID do Erro BUG-000141889
EnviadoAugust 2, 2021
Última ModificaçãoMarch 20, 2025
Aplica-se àArcGIS Pro
Versão encontrada2.8.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0
StatusWill Not Be Addressed

Informações Adicionais

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.

Etapas para Reproduzir

ID do Erro: BUG-000141889

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download