Executing: Model22 "Feature Set" "1 Kilometers" C:\Users\Schlomm\Documents\ArcGIS\Default.gdb\ClippedBuffers.shp
Start Time: Mon Oct 14 01:13:57 2013
Executing (Buffer): Buffer "Feature Set" C:\Users\Schlomm\Documents\ArcGIS\Default.gdb\ClippedBuffers.shp "1 Kilometers" FULL ROUND NONE #
Start Time: Mon Oct 14 01:13:57 2013
ERROR 000210: Cannot create output C:\Users\Schlomm\Documents\ArcGIS\Default.gdb\ClippedBuffers.shp
Failed to execute (Buffer).
Failed at Mon Oct 14 01:13:57 2013 (Elapsed Time: 0,12 seconds)
Failed to execute (Model22).
Failed at Mon Oct 14 01:13:57 2013 (Elapsed Time: 0,21 seconds)
I've gone through the tutorial: http://help.arcgis.com/en/arcgisdesk...0000000m000000 but it's not clear how to use it with SDE feature classes stored in a enterprise geodatabase.......I've cleared the Current workspace and set the Scratch Workspace to the Database Connection, where the feature class is stored, which I'm using for the input.
function findHotspot(){ var gp = new Geoprocessor(gpServiceUrl); var params = { Query: buildDefinitionQuery() }; //cleanup any results from previous runs cleanup(); //submitJob is called including the parameters for the service. Right now it appears you dont have any // any parameters, so your "params" variable would be empty. gp.submitJob(params, gpJobComplete, gpJobStatus, gpJobFailed); }