<?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: unknown operation: GET MapServer/jobs/...... in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292616#M3432</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;Can you share the full code section where you are initializing the local geoprocessing service and executing the job?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note .TPK (image tile cache) and .MMPK (mobile map package) files provide map content - they are not directly related to geoprocessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2019 15:20:05 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2019-11-14T15:20:05Z</dc:date>
    <item>
      <title>unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292613#M3429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After start of geprocessing service, I was facing this type of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example of code is taken from&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/local-server-geoprocessing/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/local-server-geoprocessing/"&gt;Local server geoprocessing | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in .xaml.cs file&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN class="" style="color: #006a00; background-color: #f8f8f8;"&gt;// Create a map image layer to show the results&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;ArcGISMapImageLayer myMapImageLayer = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; background-color: #f8f8f8;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; ArcGISMapImageLayer(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; background-color: #f8f8f8;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; Uri(gpServiceResultUrl)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #006a00; background-color: #f8f8f8;"&gt;// Load the layer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; background-color: #f8f8f8;"&gt;await&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; myMapImageLayer.LoadAsync(); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;at await myMapImageLayer.LoadAsync(); it was getting load error&amp;nbsp; "unknown operation:Get Mapserver/jobs/j89....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please resolve the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292613#M3429</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-14T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292614#M3430</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;Does your code currently follow the example&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Local%20Server/LocalServerGeoprocessing/LocalServerGeoprocessing.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Local%20Server/LocalServerGeoprocessing/LocalServerGeoprocessing.xaml.cs"&gt;arcgis-runtime-samples-dotnet/LocalServerGeoprocessing.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:07:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292614#M3430</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-14T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292615#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes instead of using rasterhillshade.tpk  I am using india.mmpk&lt;/P&gt;&lt;P&gt;Is there any other example on geoprocessing with complete file.&lt;/P&gt;&lt;P&gt;Hoping for solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;G N Sharan SAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Outlook for Android&amp;lt;https://aka.ms/ghei36&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292615#M3431</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-14T15:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292616#M3432</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;Can you share the full code section where you are initializing the local geoprocessing service and executing the job?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note .TPK (image tile cache) and .MMPK (mobile map package) files provide map content - they are not directly related to geoprocessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292616#M3432</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-14T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292617#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As I mentioned the earlier example, i just used the complete code and replaced tpk with mmpk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G N sharan SAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Outlook for Android&amp;lt;https://aka.ms/ghei36&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:55:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292617#M3433</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-14T15:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: unknown operation: GET MapServer/jobs/......</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292618#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/371277"&gt;Sharan sai Gudibanda Nagesh&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply was routed through the Geonet email... but it found me with a little help from the Geonet admins:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;I have checked the code again and solved the issue, the problem I was facing is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;on creating geoprocessing service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;_gpService = new LocalGeoprocessingService(gppath, GeoprocessingServiceType.AsynchronousSubmitWithMapServiceResult)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;In that above code i forgot include GeoprocessingServiceType. Later on i have added and solved the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;I have a doubt how can we know, which type of geoprocessing service requires specific GeoprocessingServiceTYpe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;G N Sharan Sai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the&amp;nbsp;developer you choose the service type depending on your requirements. These help topics explain more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/a-quick-tour-of-publishing-a-geoprocessing-service.htm" title="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/a-quick-tour-of-publishing-a-geoprocessing-service.htm"&gt;A quick tour of publishing a geoprocessing service—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/a-quick-tour-of-geoprocessing-task-settings.htm" title="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/a-quick-tour-of-geoprocessing-task-settings.htm"&gt;Overview of geoprocessing task settings—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/geoprocessing-service-settings-parameters.htm" title="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/geoprocessing-service-settings-parameters.htm"&gt;Geoprocessing service settings: Parameters—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 22:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unknown-operation-get-mapserver-jobs/m-p/292618#M3434</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-15T22:15:09Z</dc:date>
    </item>
  </channel>
</rss>

