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."