Ticket #132 (closed Defect: fixed)
The same messages from the ArcGIS geoprocessor are reported multiple times on ArcGIS 9.2
| Reported by: | jjr8 | Owned by: | jjr8 |
|---|---|---|---|
| Priority: | Medium | Milestone: | 0.4 |
| Component: | Core - ArcGIS Interop | Version: | 0.3 |
| Keywords: | Cc: |
Description
In the attached tool_output.txt file, the same messages from the ProjectRaster tool appear four times: lines 270-273, 276-279, 282-285, and 290-293. The first time is expected and occurs after ProjectRaster is invoked. But the second, third and fourth times are not expected, and occur after gp.exists, gp.describe, and gp.exists are invoked, respectively.
This problem occurred on a machine with ArcGIS 9.2 and Python 2.4. I could not repro it on an ArcGIS 9.1 / Python 2.5 machine or an ArcGIS 9.2 / Python 2.5 machine. I suspect, therefore, that it has something to do with the arcgisscripting Python module specifically, which is only used in the ArcGIS 9.2 / Python 2.4 configuration. I will try to repro it on my ArcGIS 9.2 / Python 2.4 machine.

