laptop and a wrench

Bug

Multiple ring buffer fails in ArcOjects using a toolbox on ArcGIS Server.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM034221
EingereichtApril 14, 2008
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.2
ProgrammspracheJava
StatusNon-Reproducible

Zusätzliche Informationen

No Public Explanation

Workaround

1. Use an ArcSDE connection file created in ArcCatalog (or created programmatically with IWorkspaceFactory.Create) to set a path string to the input feature class. 2. Use IGPUtilities::.openFeatureClassFromString() to open this feature class and set it as Input Features parameter.String pathToInputFC = "C:/dsg/Connection to firestorm.sde/MAP.wind";IGPUtilities gpUtil = (GPUtilities)context.createObject(GPUtilities.getClsid());IFeatureClass ifc = gpUtil.openFeatureClassFromString(pathToInputFC);String output = "C:/dsg/usa.gdb/output";String distance = "10;20"; IVariantArray params = (IVariantArray) context.createObject(VarArray.getClsid());params.add(ifc); params.add(output);params.add(distance);gp.execute(modelName, params, null);

Schritte zur Reproduzierung

Bug-ID: NIM034221

Software:

  • No Product Found

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