<?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: Attempting to read data from an MMPK, receive &amp;quot;No data&amp;quot; error in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009041#M9619</link>
    <description>&lt;P&gt;Are you trying to reference the data in the enterprise geodatabase or create a mobile map package that includes the data originally in the enterprise geodatabase?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 22:16:38 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2020-12-11T22:16:38Z</dc:date>
    <item>
      <title>Attempting to read data from an MMPK, receive "No data" error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009040#M9618</link>
      <description>&lt;P&gt;I am attempting to load data from an MMPK file which was created using SDE layers. When using shape files as the layers this code works fine, but the SDE layers always throw an error that says simply says "No data". Does anyone know of a different way to load the content where I can actually read the data in it?&lt;/P&gt;&lt;P&gt;I'm using the following code to load the data:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;this.MapPackage = await MobileMapPackage.OpenAsync(MapPackagePath);&lt;/LI-CODE&gt;&lt;P&gt;and this code to make sure the data for one part of the map package has been loaded:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;await this._esriMapTools.StreetLayer.LoadAsync();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The LoadAsync is when I receive the "No data" error.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009040#M9618</guid>
      <dc:creator>ClayGinn</dc:creator>
      <dc:date>2020-12-11T22:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to read data from an MMPK, receive "No data" error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009041#M9619</link>
      <description>&lt;P&gt;Are you trying to reference the data in the enterprise geodatabase or create a mobile map package that includes the data originally in the enterprise geodatabase?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009041#M9619</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-12-11T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to read data from an MMPK, receive "No data" error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009046#M9620</link>
      <description>&lt;P&gt;This is a client of ours that is creating the MMPK, but I am assuming that it includes the data. I can open it in ArcGIS Pro, but can't access the data through the SDK. I am disconnected from their network, so the references wouldn't work for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009046#M9620</guid>
      <dc:creator>ClayGinn</dc:creator>
      <dc:date>2020-12-11T22:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to read data from an MMPK, receive "No data" error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009059#M9621</link>
      <description>&lt;P&gt;It's most likely a specific feature layer or layers that are failing to load. Typically this is due to a discrepancy in the database schema.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an error code in the exception? (&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_ArcGISException.htm)" target="_blank"&gt;https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_ArcGISException.htm)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 23:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009059#M9621</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-12-11T23:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to read data from an MMPK, receive "No data" error</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009435#M9622</link>
      <description>&lt;P&gt;Nothing specific. There is no inner exception, and the object looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exception object" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/2104i62E85A232DD9B863/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-12-14_15h24_41.png" alt="Exception object" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Exception object&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StackTrace" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/2105i45884F51B24BB3D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-12-14_15h26_50.png" alt="StackTrace" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;StackTrace&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/attempting-to-read-data-from-an-mmpk-receive-quot/m-p/1009435#M9622</guid>
      <dc:creator>ClayGinn</dc:creator>
      <dc:date>2020-12-14T20:27:43Z</dc:date>
    </item>
  </channel>
</rss>

