Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a model that has one tool (Sort), works fine on desktop. When I try to publish get this error.

 Geoprocessing service initialization failed.
Invalid parameter: Tool - General Sort : Parameter - Field(s) : Data Type - Value Table

Turns out this data type is not supported, looking for a workaround that would allow users to choose more than one values for Sort field. Thanks, Jay

share|improve this question
1  
This may or may not be relevant but I think Sort tool needs ArcInfo/Advanced license which I think means you'll need ArcGIS Server Advanced to publish a model that uses it. Are you using ArcGIS Server Standard or Advanced? – PolyGeo Nov 14 '12 at 4:01
I am using ArcGIS Server Advanced Enterprise, this issue is more related to support of Value table data type in Server, I am looking for a workaround for this limitation. Thanks – Jay Nov 14 '12 at 16:49

1 Answer

There are some workarounds for using the Value Table data type with a Geoprocessing Service documented under Input modes and parameter data types (under the heading Value Tables). Unfortunately, Sort is not mentioned as one of them but the Intersect and Dissolve examples may give you some ideas.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.