<?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: Map Package (mpkx) cannot be loaded by ArcGIS runtime with local server in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1512667#M12907</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/807007"&gt;@JunGuan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I looked up that error and it appears to be a data preparation and publishing error. Perhaps your MMPK has feature services that are published by reference. I found this help doc that might give you insight on how to fix this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/10.3/publish-services/windows/00129-data-frame-has-layers-that-record-editor-tracking-dates-in-utc-and-database-time-zones.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/10.3/publish-services/windows/00129-data-frame-has-layers-that-record-editor-tracking-dates-in-utc-and-database-time-zones.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 22:50:52 GMT</pubDate>
    <dc:creator>PreetiMaske</dc:creator>
    <dc:date>2024-07-30T22:50:52Z</dc:date>
    <item>
      <title>Map Package (mpkx) cannot be loaded by ArcGIS runtime with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495093#M12802</link>
      <description>&lt;P&gt;We have a mpkx file, which is created from ArcGIS Pro 2.9. we try to load it with &lt;EM&gt;&lt;STRONG&gt;Esri.ArcGISRuntime.LocalServices&lt;/STRONG&gt;&lt;/EM&gt;. But got the following error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Service failed to initialize: The map package is not supported by the Local Server. There is no .msd file available inside the package. Check that it was authored with Local Server support enabled.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But I cannot find how to "&lt;EM&gt;&lt;STRONG&gt;authored with Local Server support enabled&lt;/STRONG&gt;" &lt;/EM&gt;in arcgis pro. would you please show me how to do that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 20:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495093#M12802</guid>
      <dc:creator>JunGuan</dc:creator>
      <dc:date>2024-06-19T20:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Map Package (mpkx) cannot be loaded by ArcGIS runtime with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495110#M12804</link>
      <description>&lt;P&gt;You need to check ON `Support ArcGIS Maps SDK` at the time of creating a map package. See ArcGIS Pro reference doc&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/package-map.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/package-map.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also see our public sample on accessing a Featurelayer from a localservice:&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/tree/main/src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerFeatureLayer" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/tree/main/src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerFeatureLayer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 21:12:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495110#M12804</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2024-06-19T21:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Map Package (mpkx) cannot be loaded by ArcGIS runtime with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495427#M12811</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1217"&gt;@PreetiMaske&lt;/a&gt;&amp;nbsp;. I got our map package with "&lt;SPAN&gt;Support ArcGIS Maps SDK". But when I use that public sample to load our package, got another error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Failed to create service test MapServer. Service failed to initialize: Feature service creation failed. hr=0x8004006e Editor Tracking is in database time zone and Date Field Time Reference is not set for the service.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I searched for the time zone setting in the public sample repo. but I did not find any. Would you please let me know how to fix this issue?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1495427#M12811</guid>
      <dc:creator>JunGuan</dc:creator>
      <dc:date>2024-06-20T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Map Package (mpkx) cannot be loaded by ArcGIS runtime with local server</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1512667#M12907</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/807007"&gt;@JunGuan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I looked up that error and it appears to be a data preparation and publishing error. Perhaps your MMPK has feature services that are published by reference. I found this help doc that might give you insight on how to fix this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/10.3/publish-services/windows/00129-data-frame-has-layers-that-record-editor-tracking-dates-in-utc-and-database-time-zones.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/10.3/publish-services/windows/00129-data-frame-has-layers-that-record-editor-tracking-dates-in-utc-and-database-time-zones.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 22:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/map-package-mpkx-cannot-be-loaded-by-arcgis/m-p/1512667#M12907</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2024-07-30T22:50:52Z</dc:date>
    </item>
  </channel>
</rss>

