<?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 Error 3052 on feature class copied from gpkg into mobile geodatabase when loaded into runtime app in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1660100#M5500</link>
    <description>&lt;P&gt;I have a gpkg that is large and has a bunch of feature classes, I only care about one of them.&amp;nbsp; So I wrote a python script to `&lt;SPAN&gt;arcpy.CreateMobileGDB_management&lt;/SPAN&gt;` then for the feature class I want it calls `arcpy.conversion.FeatureClassToGeodatabase` to write that one to the mobile geodatabase.&lt;/P&gt;&lt;P&gt;Then when I load that mobile geodatabase into my Esri Qt application, in the&amp;nbsp;GeodatabaseFeatureTable for that feature class, if I check the&amp;nbsp;loadError, I get&amp;nbsp;errorType = 3052, message = "Geodatabase internal error.", additionalMessage = "Required client version (13.2) is higher than ArcGIS Runtime supports (13.0)"&lt;/P&gt;&lt;P&gt;If I use ArcPro to add data to load in the mobile geodatabase feature class it loads fine.&lt;/P&gt;&lt;P&gt;I am still using Esri Qt 200.0, is this error something that is fixed by updating to a newer version of Esri Qt?&amp;nbsp; Or will I need to do something special on the data processing side to get it to write the geodatabase in a better way when I upgrade?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2025 18:31:46 GMT</pubDate>
    <dc:creator>TroyFoster</dc:creator>
    <dc:date>2025-10-23T18:31:46Z</dc:date>
    <item>
      <title>Error 3052 on feature class copied from gpkg into mobile geodatabase when loaded into runtime app</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1660100#M5500</link>
      <description>&lt;P&gt;I have a gpkg that is large and has a bunch of feature classes, I only care about one of them.&amp;nbsp; So I wrote a python script to `&lt;SPAN&gt;arcpy.CreateMobileGDB_management&lt;/SPAN&gt;` then for the feature class I want it calls `arcpy.conversion.FeatureClassToGeodatabase` to write that one to the mobile geodatabase.&lt;/P&gt;&lt;P&gt;Then when I load that mobile geodatabase into my Esri Qt application, in the&amp;nbsp;GeodatabaseFeatureTable for that feature class, if I check the&amp;nbsp;loadError, I get&amp;nbsp;errorType = 3052, message = "Geodatabase internal error.", additionalMessage = "Required client version (13.2) is higher than ArcGIS Runtime supports (13.0)"&lt;/P&gt;&lt;P&gt;If I use ArcPro to add data to load in the mobile geodatabase feature class it loads fine.&lt;/P&gt;&lt;P&gt;I am still using Esri Qt 200.0, is this error something that is fixed by updating to a newer version of Esri Qt?&amp;nbsp; Or will I need to do something special on the data processing side to get it to write the geodatabase in a better way when I upgrade?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 18:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1660100#M5500</guid>
      <dc:creator>TroyFoster</dc:creator>
      <dc:date>2025-10-23T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error 3052 on feature class copied from gpkg into mobile geodatabase when loaded into runtime app</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1660612#M5501</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/329243"&gt;@TroyFoster&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It's likely one of the following things:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;64bit OIDs&lt;/LI&gt;&lt;LI&gt;high precision datetime&lt;/LI&gt;&lt;LI&gt;any of the 3 new datetime fields (DateOnly, TimeOnly, TimestampOffset)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Maps SDK 200.4 is when we added support for all of the above and when we incremented our max supported version to 13.2. So upgrading to 200.4 or greater should solve the error you are seeing.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 17:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1660612#M5501</guid>
      <dc:creator>JaredCaccamo</dc:creator>
      <dc:date>2025-10-24T17:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 3052 on feature class copied from gpkg into mobile geodatabase when loaded into runtime app</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1661278#M5502</link>
      <description>&lt;P&gt;It looks like it is 64 bit OIDs.&amp;nbsp; I will probably make a standalone script to convert feature class to feature class and downgrade the OID to 32 bit using field mappings.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-class-to-feature-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-class-to-feature-class.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 12:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/error-3052-on-feature-class-copied-from-gpkg-into/m-p/1661278#M5502</guid>
      <dc:creator>TroyFoster</dc:creator>
      <dc:date>2025-10-28T12:13:06Z</dc:date>
    </item>
  </channel>
</rss>

