Parameter: Output_Polygons
Data Type: GPFeatureRecordSetLayer
Display Name: Output Polygons
Direction: esriGPParameterDirectionOutput
Default Value:
Geometry Type: esriGeometryPoint
Spatial Reference: 4326
<?xml version="1.0"?> <configuration label="Buffer Tool"> <taskurl>http://nsesribap01vm/ArcGIS/rest/services/BufferService/GPServer/Buffer%20Points</taskurl> <inputparams> <param name="PointEntry" geometrytype="point" label="Start location" required="true" type="featurerecordset" visible="true"> <renderer type="simple"> <defaultsymbol color="0xBEEFEE" size="15" type="simplemarker"> <outline width="2" color="0x00AADD"/> </defaultsymbol> </renderer> </param> <param name="Distance" defaultvalue="3:Miles" label="Buffer Distance" required="true" type="string" visible="false"/> </inputparams> <outputparams> <param name="BufferOuput" geometrytype="polygon" label="Output Buffer" required="true" type="featurerecordset" visible="true"> <renderer attribute="Site" type="uniquevalue"> <defaultsymbol alpha="0.5" color="0xFF00FF" type="simplefill"> <outline color="0x000000"/> </defaultsymbol> <infos> <symbol color="0xFF0000" type="simplefill" value=" "> <outline color="0x000000"/> </symbol> </infos> </renderer> </param> </outputparams> <layerorder>PointEntry, BufferOutput</layerorder> </configuration>
take a look at the make feature layer tool
Service was published but cannot be started due to: Configuration BuffTest.MapServer can not be started.
Server Object instance creation failed on machine nsesribap01vm.
seems like a scratchworkspace issue. why not just publish the toolbox direct?