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