laptop and a wrench

Bug

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

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM034221
SubmittedApril 14, 2008
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.2
Program languageJava
StatusNon-Reproducible

Additional Information

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

Steps to Reproduce

Bug ID: NIM034221

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options