Select to view content in your preferred language

Simple Server Buffer and Clip data model

991
1
07-23-2010 08:35 AM
DavidAshton
Frequent Contributor
I'm working in 9.3.1 server and desktop.  All I'm trying to do is publish a simple model.  I can post the model if necessary.  Here's what it does.

First the Buffer task runs.
  >>> the users enters a point or points (feature set)
>>>> and the user enters a buffer distance.

The buffer is created, next the results of the Buffer (Buffered point, feature class) is sent to be clipped.  Here's where the model fails in ArcServer.

>>>> the clipped feature is coming from the (Buffered point, feature class)
>>>> the input feature is a layer in my map.

So if I have the layer set to a feature layer it runs fine in ArcMap but it fails in ArcServer because I think feature layers are not supported.  So if I set it to feature set it works but doesn't populate in ArcMap or ArcServer unless I set the "model parameters."  But when I set model parameters it requires the user to draw a polygon or select the layer (in ArcMap) and in Server it requires the use to draw a polygon and I just want to predefine the clip layer.

So what do I set the Input feature layer data type to (feature set and feature layer doesn't seem to work)?

Thanks
David
0 Kudos
1 Reply
DavidAshton
Frequent Contributor
So I can get table view to work in ArcMap but I get the same error (the one I get with feature layer)  in server:

Messages


Submitted.


Executing...


Error: ERROR 000735: County_Clip: Value is required


Error: The value does not exist. ERROR 000732: Input Features: Dataset County does not exist or is not supported ERROR 000735: Output Feature Class: Value is required


Error: Failed.


Doesn't make sense because the County layer is in my TOC (desktop and Server) and I have the output feature class set (it is being managed).
0 Kudos