Running concurrent geoprocessing tasks returns a TopoEngine Error.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM007024
Submitted
February 23, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
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."