laptop and a wrench

Bug

In ArcGIS Engine Java 10 Service Pack 3, the WFS To Feature Class conversion doesn't work as expected. The execute on the geoprocessor object throws the following error: "AutomationException: 0x80004005 - Unspecified error at com.esri.arcgis.geoprocessing.GeoProcessor.execute(Unknown Source)"

Zuletzt veröffentlicht: August 31, 2014 ArcGIS Engine
Bug-ID-Nummer NIM076722
EingereichtJanuary 6, 2012
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Engine
Gefunden in Version10.0
ProgrammspracheJava
BetriebssystemWindows OS
BetriebssystemversionXP
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

The code provided below executes successfully and produces the desired output.ToolboxWorkspaceFactory factory = new ToolboxWorkspaceFactory();IToolboxWorkspace toolboxWorkspace = new IToolboxWorkspaceProxy(factory.openFromFile("C:/Program Files/ArcGIS/ArcToolBox/Toolboxes", 0));IGPToolbox toolbox = toolboxWorkspace.openToolbox("Conversion Tools.tbx");IGPTool tool = toolbox.openTool("WFSToFeatureClass"); Array values = new Array(); GPString inputWFS = new GPString();GPString inputFeature = new GPString();GPString outputLoc = new GPString();GPString outputFeature = new GPString(); inputWFS.setValue("<a href="http://10.10.22.102:8399/arcgis/services/ITSNTP_ITSPROD/MapServer/WFSServer" target="_blank">http://10.10.22.102:8399/arcgis/services/ITSNTP_ITSPROD/MapServer/WFSServer</a>");inputFeature.setValue("GITSlupek");outputLoc.setValue("<a href="file:C://test3.gdb" target="_blank">C:\\test3.gdb</a>");outputFeature.setValue("Slupek"); values.add(inputWFS);values.add(inputFeature);values.add(outputLoc);values.add(outputFeature); tool.execute(values, null, null, null);

Schritte zur Reproduzierung

Bug-ID: NIM076722

Software:

  • ArcGIS Engine

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln