In ArcGIS Pro 3.5.4, a Model Builder model that performs a route analysis iterating through dates with Iterate Field Values fails at the Solve tool, returning the "030134: Insufficient input. Need at least two stops." and "030024: Solve returned a failure." error messages.
ArcGIS Pro
漏洞 ID 编号
BUG-000180488
已提交
October 28, 2025
上次修改时间
December 12, 2025
适用范围
ArcGIS Pro
找到的版本
3.5.3
操作系统
N/A
操作系统版本
N/A
状态
In Product Plan
该问题已添加到开发团队的解决问题中。 对于具有此状态的问题,将在近期版本(下一个或两个版本)中进行解决。 检查问题的“其他信息”或“备用解决方案”部分,寻找可以完全解决此问题的有用信息。
附加信息
The issue only occurs when using inline variable substitution for the route layer's name. The cause of the issue is under investigation, but removing the inline variable substitution resolves the issue.
解决办法
Remove _%n% from the route name in Make Route Analysis Layer. The model runs correctly with no problems.
Create two separate models. One model contains just the network analysis workflow and sets the route layer name and the time of day as model parameters. The second model contains the iterator and calls the first model.