The Trace Geometric Network tool fails with error "000584: Implementation of this Tool's Validate is invalid" when run from Python.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM083687
已提交
August 10, 2012
上次修改时间
April 22, 2025
适用范围
ArcGIS for Desktop
找到的版本
10.1
操作系统
Windows OS
操作系统版本
2008 R2
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Create a model with the Trace Geometric Network tool inside. Import the custom toolbox into Python and run the model to complete the trace in Python. When you paste the script into python, if you flip all the '/' to '\' and put an 'r' in front of the quoted strings. This will allow the tool to run in 10.1 final. With 10.1 SP1, that workaround will no longer be required.