Número de ID do Erro |
BUG-000167360 |
Enviado | May 9, 2024 |
Última Modificação | October 13, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 2.9 |
Sistema Operacional | N/A |
Versão do Sistema Operacional | N/A |
Status | Will Not Be Addressed
A equipe de desenvolvimento considerou esse problema ou solicitação e concluiu que não será resolvido. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
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.
Solução Provisória
Use a Python script to call the AddLocations() method instead of the geoprocessing tool in a model.
Etapas para Reproduzir