| Número de ID del error |
BUG-000169869 |
| Enviado | August 9, 2024 |
| Última modificación | May 23, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.3.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
The SQL option allows for faster performance. Currently, the Python, Arcade, and VB Script options on Calculate Field require the data to be queried into ArcGIS Pro first in order to perform the calculation. This querying takes a lot of time to execute. Without using the undo option, each row is written to the service one at a time, which is slow due to the number of requests. When using the undo option, ArcGIS Pro is able to write all the updates at once, which performs faster.
Solución alternativa
Enable sync on the data, download the data to calculate, perform the calculation locally, and then sync. Use the SQL option in the calculate field tool if the workflow permits.
Pasos para reproducir