laptop and a wrench

Erro

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

Última Publicação: August 31, 2014 ArcGIS Engine
Número de ID do Erro NIM076722
EnviadoJanuary 6, 2012
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Engine
Versão encontrada10.0
Idioma do programaJava
Sistema OperacionalWindows OS
Versão do Sistema OperacionalXP
StatusWill Not Be Addressed

Informações Adicionais

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.

Solução Provisória

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);

Etapas para Reproduzir

ID do Erro: NIM076722

Software:

  • ArcGIS Engine

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download