Running concurrent geoprocessing tasks returns a TopoEngine Error.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM007024
已提交
February 23, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
Partial workaround for some scenarios suggested by customer:"We do a lot of batch processing with a lot of batch jobs running simultaneously on the same box. They were all trying to write the same temporary files to the same place. We created a windows .bat file that creates a temporary directory with a unique name, sets the TEMP and TMP system variables to that directory, and then launches the python script that does the geoprocessing. However, it doesn't help our users who are trying to run multiple geoprocessing tools through arc toolbox."