<?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: Issue with geoprocessing execution  in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367915#M12658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify; in ArcMap you used your raster &lt;EM&gt;file&lt;/EM&gt;&lt;SPAN&gt; ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FdomainName%2Farcgis%2Frest%2Fservices%2Fsterl%2F13thOct%2FMapServer%2F14" rel="nofollow" target="_blank"&gt;https://domainName/arcgis/rest/services/sterl/13thOct/MapServer/14&lt;/A&gt;&lt;SPAN&gt;") or a local raster?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2017 12:10:17 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-10-30T12:10:17Z</dc:date>
    <item>
      <title>Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367912#M12655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've published '&lt;SPAN style="background-color: #ffffff;"&gt;Tabulate Area' geoprocessing tool and I'm consuming that in my web app builder application.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Following the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; graphic &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; Graphic(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.routeResult.features[&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"0"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;].geometry, symbol);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; features &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; [];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; features.push(graphic);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; lulc &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; RasterData(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FdomainName%2Farcgis%2Frest%2Fservices%2Fsterl%2F13thOct%2FMapServer%2F14" rel="nofollow" target="_blank"&gt;https://domainName/arcgis/rest/services/sterl/13thOct/MapServer/14&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="background-color: #ffffff;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; inputFeatures &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;new&lt;/SPAN&gt;&lt;SPAN&gt; esri.tasks.FeatureSet();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; inputFeatures.features &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; features;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;//inputFeatures.fields = this.routeResult.fields;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; params &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"in_zone_data"&lt;/SPAN&gt;&lt;SPAN&gt;: lulc, &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"zone_field"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"Class_Names"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"in_class_data"&lt;/SPAN&gt;&lt;SPAN&gt;: inputFeatures, &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"class_field"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"RouteID"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"processing_cell_size"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #09885a;"&gt;20&lt;/SPAN&gt;&lt;SPAN&gt; };&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt; gp.submitJob(params, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.displayTrack);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;When I run this I don't get any result or message. I checked in ArcGIS manager logs under info it gave me below error messages:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #cee6fa; color: #505051; font-size: 12px;"&gt;Error executing tool. Tabulate Area Job ID: j8822b5cab7714b4e9d90a6e6f01e3190&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #cee6fa; color: #505051; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #e5edf4; color: #505051; font-size: 12px;"&gt;Error executing tool. Tabulate Area Job ID: j8822b5cab7714b4e9d90a6e6f01e3190 : ERROR 000735: Input raster or feature zone data: Value is required ERROR 000735: Zone field: Value is required ERROR 000859: The required parameter Input raster or feature zone data is empty, or is not the type of Composite Geodataset. ERROR 000859: The required parameter Zone field is empty, or is not the type of Field.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #cee6fa; color: #505051; font-size: 12px;"&gt;Error executing tool. Tabulate Area Job ID: j10c2e8adc70e46289b218fca918a0c84 : Invalid value for parameter Input raster or feature class data - Details : Invalid JSON for GPFeatureRecordSetLayer or GPRecordSet datatype&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Can someone please help me with this?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367912#M12655</guid>
      <dc:creator>akshayloya</dc:creator>
      <dc:date>2017-10-27T06:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367913#M12656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering... is it possible to use a MapService as raster? Shouldn't that be an ImageService. But that is not the problem here. What I understand is that your features are created from a graphic. The features require a zone field to distinguish between the different zones (even if you might have only one zone). The feature will not have a field&amp;nbsp;called "Class_Names" or at least that is what I suspect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367913#M12656</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-27T12:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367914#M12657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;zone field should be from raster file. My raster file has&amp;nbsp;&lt;SPAN&gt;"Class_Names" in it. This works completely fine with ArcMap. I will try using image service instead of this.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 04:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367914#M12657</guid>
      <dc:creator>akshayloya</dc:creator>
      <dc:date>2017-10-30T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367915#M12658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify; in ArcMap you used your raster &lt;EM&gt;file&lt;/EM&gt;&lt;SPAN&gt; ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FdomainName%2Farcgis%2Frest%2Fservices%2Fsterl%2F13thOct%2FMapServer%2F14" rel="nofollow" target="_blank"&gt;https://domainName/arcgis/rest/services/sterl/13thOct/MapServer/14&lt;/A&gt;&lt;SPAN&gt;") or a local raster?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 12:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367915#M12658</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-30T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367916#M12659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using image service, still same issue. Secondly, my client doesn't&amp;nbsp;have image server so can I still publish it as an image service there?&lt;/P&gt;&lt;P&gt;I tried with local raster on ArcMap 10.5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 13:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367916#M12659</guid>
      <dc:creator>akshayloya</dc:creator>
      <dc:date>2017-10-30T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367917#M12660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To publish Image Server you will need the Image Server role (Enterprise), so if the client does not have Image Server, that is not an option. As you notices using a local raster is not the same as using an image&amp;nbsp;service or map service. You will probably have to implement some mechanism that the server has access to the raster. You could probably create a geoprocessing service with a local raster and&amp;nbsp;use that instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 13:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367917#M12660</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-30T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with geoprocessing execution</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367918#M12661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't understand the part of using local raster?&amp;nbsp;How to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 14:15:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/issue-with-geoprocessing-execution/m-p/367918#M12661</guid>
      <dc:creator>akshayloya</dc:creator>
      <dc:date>2017-10-30T14:15:45Z</dc:date>
    </item>
  </channel>
</rss>

