<?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: Unable to load the geopackage created from arcgis pro 2.4, Runtime support was checked in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359073#M4247</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 just Resolved the Issue, The problem is i have mentioned the service type as&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GeoprocessingServiceType.AsynchronousSubmitWithMapServiceResult&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But it should be&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GeoprocessingServiceType.AsynchronousSubmit&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the documentation&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2019 06:20:38 GMT</pubDate>
    <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
    <dc:date>2019-11-20T06:20:38Z</dc:date>
    <item>
      <title>Unable to load the geopackage created from arcgis pro 2.4, Runtime support was checked</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359071#M4245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;+ $exception {"Failed to create service rajasthan GPServer. Service failed to initialize: GPMapServerObject IObjectConstruct::Construct hr=0x80004005 The system cannot locate the resource specified.\r\n\n The system cannot locate the resource specified.\r\n"} Esri.ArcGISRuntime.Http.ArcGISWebException&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I was unable to run the geopackage created using arcgis pro 2.4, The following was the error. In arcgis pro it was made sure that arcgis runtime support is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i run a sample package of contour.gpk it is quite good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 06:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359071#M4245</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-19T06:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load the geopackage created from arcgis pro 2.4, Runtime support was checked</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359072#M4246</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;&lt;SPAN&gt;You have not provided any information about your geoprocessing model or script, or about your code so&amp;nbsp;I'm speculating here...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant part of the error message is likely to be `The system cannot locate the resource specified.`. Note also that the error message is trying to start a MapServer. The resources required to create a MapServer object associated with a GPServer object are only created when you model/script outputs to the Map (e.g. it creates a feature layer that is added to the map).&amp;nbsp;This is the&amp;nbsp;first avenue I would pursue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also possible that the way you are accessing data or referencing paths is not valid in a geoprocessing service. I recommend reviewing the guidelines linked from this overview topic:&amp;nbsp;&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 16:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359072#M4246</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-19T16:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load the geopackage created from arcgis pro 2.4, Runtime support was checked</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359073#M4247</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 just Resolved the Issue, The problem is i have mentioned the service type as&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GeoprocessingServiceType.AsynchronousSubmitWithMapServiceResult&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But it should be&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GeoprocessingServiceType.AsynchronousSubmit&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the documentation&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 06:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/unable-to-load-the-geopackage-created-from-arcgis/m-p/359073#M4247</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-20T06:20:38Z</dc:date>
    </item>
  </channel>
</rss>

