Bug-ID-Nummer |
BUG-000167360 |
Eingereicht | May 9, 2024 |
Zuletzt geändert | October 13, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 2.9 |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Workaround
Use a Python script to call the AddLocations() method instead of the geoprocessing tool in a model.
Schritte zur Reproduzierung