| Número de ID del error |
BUG-000167360 |
| Enviado | May 9, 2024 |
| Última modificación | October 13, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 2.9 |
| Sistema operativo | N/A |
| Versión de sistema operativo | N/A |
| Estado | Will Not Be Addressed
El equipo de desarrollo ha considerado el problema o la solicitud y ha llegado a la conclusión de que no se va a solucionar. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
It is not recommended to start from a network analysis layer in a model when running as a web tool, since multiple requests overwrite the features in the layer, resulting in weird behavior. Concurrent requests will have issues. The recommended workflow is to start from the network dataset, and then run the Make Route Analysis Layer tool from the network dataset to create a fresh layer within the model, then add locations, solve, and then export the result. The described model workflow would not return Error 030046.
Solución alternativa
Use a Python script to call the AddLocations() method instead of the geoprocessing tool in a model.
Pasos para reproducir