| 不具合 ID 番号 |
BUG-000167360 |
| 送信されました | May 9, 2024 |
| 最終更新日 | October 13, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 2.9 |
| オペレーティング システム | N/A |
| オペレーティング システムのバージョン | N/A |
| ステータス | Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
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.
対処法
Use a Python script to call the AddLocations() method instead of the geoprocessing tool in a model.
再現の手順