Ready-to-use network analysis services do not add output to map when used in a model.
上次发布: December 27, 2021ArcGIS Pro
漏洞 ID 编号
BUG-000118518
已提交
December 1, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.2.4
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The Save Route Data option creates a route data .zip file which can be used in ArcGIS Navigator. This file should not be added to the map, as there is no expectation of this file type being a map-based tool output.
The .zip file path is created by the tool, and the file path is not clear. The Ready-To-Use tools are currently constructed in a way that does not allow the user to specify the path to the .zip file. Instead, the .zip file is a derived output of the tool, and the path can be determined from the tool parameters after the tool is run.
This poses a problem in Model Builder if the derived outputs are not made into model parameters. The workaround is to make the 'scratchfile' output bubbles in the model into model parameters. Then, when running the model as a tool, observe the Parameters section of the tool output information, and the .zip file path appears there. The tools have several 'scratchfile' output bubbles, and it is not clear which one is associated with the .zip file. Set all of them as output parameters.