Select to view content in your preferred language

Problems with Geoportal's function ExtractDataModel_cs2 (ClipandShip)

779
1
05-13-2011 03:44 AM
ArturoSerrano
New Contributor
I am having problems getting our Clip and Zip geoprocessing task to complete successfully. I have followed the directions in the Data Download pdf, but continue to get problems with:

result = gp.ExtractDataModel_cs2(coosys , outformat, featset, layers, email)

i used the debugger in Python and I am pretty sure it has something to do with the value passed of featset, (featset = gp.GetParameter(2)) obtained graphically from my map, the value it has is:

<geoprocessing record set object object at 0x09A8B9F8>

I have the Data Interoperabilty Toolbox enabled, checking the values for Output Data Source i have the following:

Format: GMLSF
Coordinate System: WGS 1984
Dataset: What should I put for this value?

If someone has a code that worked for them I will be very greatful.

Thanks in advance
0 Kudos
1 Reply
CliveReece
Esri Contributor
Try to separate out if the error is related to the Data Download page passing on incorrect parameters to the service, versus a problem with the data extract service.  Try going to the TaskURL service directly and running the extract model from the browser page.  You may also want to go further upstream and make sure the extract model can run from the desktop.
0 Kudos