<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682214#M20733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am having the same issue on my server.&amp;nbsp; I am using the same ClipAndShip example.&amp;nbsp; Have you figured out how to fix this problem?&lt;BR /&gt;&lt;BR /&gt;This is my syntax:&lt;BR /&gt;&lt;BR /&gt;"http://server.name/ArcGIS/rest/services/ODRG/ClipandShip/GPServer/Extract%20Data%20Task/submitJob?f=json&amp;amp;env%3AoutSR=102100&amp;amp;Layers_to_Clip=%5B%22Art_Cat%22%2C%22Art_Cat%22%2C%22Art_Cat%22%5D&amp;amp;Area_of_Interest=%7B%22fields%22%3A%5B%5D%2C%22geometryType%22%3A%22esriGeometryPolygon%22%2C%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B-13594793.76432079%2C6051782.877430132%5D%2C%5B-13594793.764320793%2C6051769.739815896%5D%2C%5B-13594791.375663659%2C6051849.759829876%5D%2C%5B-13594740.019535283%2C6051836.622215641%5D%2C%5B-13594793.76432079%2C6051782.877430132%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%2C%22sr%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;Feature_Format=Shapefile%20-%20SHP%20-%20.shp&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript5._jsonpCallback"&lt;BR /&gt;&lt;BR /&gt;I get this error:&amp;nbsp; dojo.io.script.jsonp_dojoIoScript5._jsonpCallback({"error":{"code":500,"message":"Error Submitting Job","details":[]}});&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave S&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have Raster_Format parameter in your Extract Data Task service? If you do, you need to provide it in your JSON call. In the ClipAndShip example they don't have that parameter. Modify it to something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var params = {"Layers_to_Clip":clipLayers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Area_of_Interest": featureSet,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Feature_Format": dijit.byId('formatBox').value,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;"Raster_Format": ""&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 17:16:27 GMT</pubDate>
    <dc:creator>KonstantinLapine</dc:creator>
    <dc:date>2011-12-02T17:16:27Z</dc:date>
    <item>
      <title>Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682210#M20729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;System:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows Server 2003&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 10 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex Viewer 2.4 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use Geoprocessing Widget specifically the GeoprocessingWidget_ExtractData. It loads correctly, I am able to draw an area of interest, select the layer to clip and ship and choose data export type. However, I am getting the following error after choosing to extract the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["GPTask 'submitJob' does not exist or is inaccessible."]}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL that is failing is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/submitJob?env%3AoutSR=102100&amp;amp;Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9254213%2E520737736%2C4108825%2E0679269363%5D%2C%5B%2D9254213%2E520737736%2C4143068%2E8565986934%5D%2C%5B%2D9231618%2E735176638%2C4143068%2E8565986934%5D%2C%5B%2D9231618%2E735176638%2C4108825%2E0679269363%5D%2C%5B%2D9254213%2E520737736%2C4108825%2E0679269363%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D&amp;amp;Layers%5Fto%5FClip=%5B%22HUC%2014%22%5D" rel="nofollow" target="_blank"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/submitJob?env%3AoutSR=102100&amp;amp;Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9254213%2E520737736%2C4108825%2E0679269363%5D%2C%5B%2D9254213%2E520737736%2C4143068%2E8565986934%5D%2C%5B%2D9231618%2E735176638%2C4143068%2E8565986934%5D%2C%5B%2D9231618%2E735176638%2C4108825%2E0679269363%5D%2C%5B%2D9254213%2E520737736%2C4108825%2E0679269363%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D&amp;amp;Layers%5Fto%5FClip=%5B%22HUC%2014%22%5D&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have successfully used this service via ArcMap as described in the tutorial for setting up the Data Extract Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;And the service appears to be "alive" as the following URL "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://SEVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer?f=json" rel="nofollow" target="_blank"&gt;http://SEVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer?f=json&lt;/A&gt;&lt;SPAN&gt;" results in the following response from the service&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"serviceDescription":"","tasks":["Extract Data Task"],"executionType":"esriExecutionTypeAsynchronous","resultMapServerName":""}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 11:38:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682210#M20729</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2011-11-12T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682211#M20730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like a simple slip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Geoprocessor url should point to gp task url but from the url you have specified it looks like it is pointing to GPServer. Can you try modifying it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Current Geoprocessor URL in your app:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please modify it to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/ExtractDataTask"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/ExtractDataTask&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 16:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682211#M20730</guid>
      <dc:creator>ArokiyaJoseph</dc:creator>
      <dc:date>2011-11-14T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682212#M20731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. That seemed to fix the original problem. Specifically, I added the URL below to the &amp;lt;taskurl&amp;gt; element in GeoprocessingWidget_ExtractData.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now. I am getting the following error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error Object { code=500, message="Error Submitting Job", details=[0]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task/submitJob?Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;Layers%5Fto%5FClip=%5B%22Wetlands%22%5D&amp;amp;env%3AoutSR=102100&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task/submitJob?Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;Layers%5Fto%5FClip=%5B%22Wetlands%22%5D&amp;amp;env%3AoutSR=102100&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 19:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682212#M20731</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2011-11-16T19:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682213#M20732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK. That seemed to fix the original problem. Specifically, I added the URL below to the &amp;lt;taskurl&amp;gt; element in GeoprocessingWidget_ExtractData.xml&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now. I am getting the following error&lt;BR /&gt;&lt;BR /&gt;error Object { code=500, message="Error Submitting Job", details=[0]}&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task/submitJob?Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;Layers%5Fto%5FClip=%5B%22Wetlands%22%5D&amp;amp;env%3AoutSR=102100&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D"&gt;http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task/submitJob?Feature%5FFormat=Shapefile%20%2D%20SHP%20%2D%20%2Eshp&amp;amp;Layers%5Fto%5FClip=%5B%22Wetlands%22%5D&amp;amp;env%3AoutSR=102100&amp;amp;f=json&amp;amp;Area%5Fof%5FInterest=%7B%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4144444%2E723107815%5D%2C%5B%2D9204070%2E830182651%2C4121207%2E8665091326%5D%2C%5B%2D9223944%2E457536787%2C4121207%2E8665091326%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%7D&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having the same issue on my server.&amp;nbsp; I am using the same ClipAndShip example.&amp;nbsp; Have you figured out how to fix this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.name/ArcGIS/rest/services/ODRG/ClipandShip/GPServer/Extract%20Data%20Task/submitJob?f=json&amp;amp;env%3AoutSR=102100&amp;amp;Layers_to_Clip=%5B%22Art_Cat%22%2C%22Art_Cat%22%2C%22Art_Cat%22%5D&amp;amp;Area_of_Interest=%7B%22fields%22%3A%5B%5D%2C%22geometryType%22%3A%22esriGeometryPolygon%22%2C%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B-13594793.76432079%2C6051782.877430132%5D%2C%5B-13594793.764320793%2C6051769.739815896%5D%2C%5B-13594791.375663659%2C6051849.759829876%5D%2C%5B-13594740.019535283%2C6051836.622215641%5D%2C%5B-13594793.76432079%2C6051782.877430132%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%2C%22sr%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;Feature_Format=Shapefile%20-%20SHP%20-%20.shp&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript5._jsonpCallback" rel="nofollow" target="_blank"&gt;http://server.name/ArcGIS/rest/services/ODRG/ClipandShip/GPServer/Extract%20Data%20Task/submitJob?f=json&amp;amp;env%3AoutSR=102100&amp;amp;Layers_to_Clip=%5B%22Art_Cat%22%2C%22Art_Cat%22%2C%22Art_Cat%22%5D&amp;amp;Area_of_Interest=%7B%22fields%22%3A%5B%5D%2C%22geometryType%22%3A%22esriGeometryPolygon%22%2C%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B-13594793.76432079%2C6051782.877430132%5D%2C%5B-13594793.764320793%2C6051769.739815896%5D%2C%5B-13594791.375663659%2C6051849.759829876%5D%2C%5B-13594740.019535283%2C6051836.622215641%5D%2C%5B-13594793.76432079%2C6051782.877430132%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%2C%22sr%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;Feature_Format=Shapefile%20-%20SHP%20-%20.shp&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript5._jsonpCallback&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get this error:&amp;nbsp; dojo.io.script.jsonp_dojoIoScript5._jsonpCallback({"error":{"code":500,"message":"Error Submitting Job","details":[]}});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 20:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682213#M20732</guid>
      <dc:creator>DavidShaeffer</dc:creator>
      <dc:date>2011-11-22T20:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Data Widget Error: GPTask 'submitJob' does not exist or is inaccessible.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682214#M20733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am having the same issue on my server.&amp;nbsp; I am using the same ClipAndShip example.&amp;nbsp; Have you figured out how to fix this problem?&lt;BR /&gt;&lt;BR /&gt;This is my syntax:&lt;BR /&gt;&lt;BR /&gt;"http://server.name/ArcGIS/rest/services/ODRG/ClipandShip/GPServer/Extract%20Data%20Task/submitJob?f=json&amp;amp;env%3AoutSR=102100&amp;amp;Layers_to_Clip=%5B%22Art_Cat%22%2C%22Art_Cat%22%2C%22Art_Cat%22%5D&amp;amp;Area_of_Interest=%7B%22fields%22%3A%5B%5D%2C%22geometryType%22%3A%22esriGeometryPolygon%22%2C%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B-13594793.76432079%2C6051782.877430132%5D%2C%5B-13594793.764320793%2C6051769.739815896%5D%2C%5B-13594791.375663659%2C6051849.759829876%5D%2C%5B-13594740.019535283%2C6051836.622215641%5D%2C%5B-13594793.76432079%2C6051782.877430132%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%2C%22sr%22%3A%7B%22wkid%22%3A102100%7D%7D&amp;amp;Feature_Format=Shapefile%20-%20SHP%20-%20.shp&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript5._jsonpCallback"&lt;BR /&gt;&lt;BR /&gt;I get this error:&amp;nbsp; dojo.io.script.jsonp_dojoIoScript5._jsonpCallback({"error":{"code":500,"message":"Error Submitting Job","details":[]}});&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave S&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have Raster_Format parameter in your Extract Data Task service? If you do, you need to provide it in your JSON call. In the ClipAndShip example they don't have that parameter. Modify it to something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var params = {"Layers_to_Clip":clipLayers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Area_of_Interest": featureSet,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Feature_Format": dijit.byId('formatBox').value,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;"Raster_Format": ""&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 17:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/extract-data-widget-error-gptask-submitjob-does/m-p/682214#M20733</guid>
      <dc:creator>KonstantinLapine</dc:creator>
      <dc:date>2011-12-02T17:16:27Z</dc:date>
    </item>
  </channel>
</rss>

