| Número de ID do Erro |
BUG-000176644 |
| Enviado | May 21, 2025 |
| Última Modificação | July 2, 2025 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 3.5 |
| Sistema Operacional | N/A |
| Versão do Sistema Operacional | N/A |
| Versão Fixa | 3.6, 3.5.1 |
| Status | Fixed
O problema foi corrigido. Consulte a Versão Corrigida e Informações Adicionais, se aplicável, para obter mais informações
|
Informações Adicionais
ArcGIS Pro 3.5 and ArcGIS Server 11.5 introduced the ability to set the expression type to SQL in the Calculate Field geoprocessing tool when working with file geodatabase (.gdb) data. This patch addresses a potential data corruption bug has been identified wherein the Calculate Field Geoprocessing tool does not honor the active selection or layer filters (for example a layer generated from the base table via MakeFeatureLayer) when using a SQL expression on file geodatabase data, resulting in all rows being calculated. This patch is now available at https://support.esri.com/en-us/patches-updates/2025/arcgis-server-11-5-calculate-field-patch.
This issue is addressed in ArcGIS Pro 3.6 and 3.5.1 and the ArcGIS Server 11.5 Calculate Field Patch available here: https://support.esri.com/en-us/patches-updates/2025/arcgis-server-11-5-calculate-field-patch.
Solução Provisória
Do not use SQL as the expression type until this issue is addressed with a patch. Use Python, Arcade, or VBScript as the expression type.
To preserve the original values, make a copy of the input table as a backup, or use the Enable Undo option in the Geoprocessing pane.
Etapas para Reproduzir