<?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: Create mobile geodatabase (.geodatabase) with python and ArcGIS Pro document, maintaining layers symbology. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1662233#M74829</link>
    <description>&lt;P&gt;Still need help on this.&amp;nbsp; Anyone from the ArcGIS Pro&amp;nbsp;team here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_0-1761838166534.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142911iAE953BFBF8447D03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_0-1761838166534.png" alt="PaulCone2_0-1761838166534.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_1-1761838181905.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142912i1B91548CE6AFDDEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_1-1761838181905.png" alt="PaulCone2_1-1761838181905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2025 15:30:28 GMT</pubDate>
    <dc:creator>PaulCone2</dc:creator>
    <dc:date>2025-10-30T15:30:28Z</dc:date>
    <item>
      <title>Create mobile geodatabase (.geodatabase) with python and ArcGIS Pro document, maintaining layers symbology.</title>
      <link>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1382642#M69887</link>
      <description>&lt;P&gt;I have a python script where I created a RuntimeContent with arcpy.management.CreateRuntimeContent as shown below using an MXD with the layers pointing to SDE and symbolized as needed for display in an Android SDK mobile application. Now I am tasked to convert the solution to python 3.7 and ArcGIS Pro. I have not found anything in ESRI documentation to create using python a mobile GDB ".geodatabase" in a similar way using and ArcGIS Pro map document, so I tried combining arcpy.management.CreateMobileGDB and then arcpy.conversion.ExportFeatures, but then for the symbology in the ".geodatabase" I just see the default simple points and lines from the SDE feature classes. Any advice on how to accomplish adding the FeatureClasses to the mobile GDB (.geodatabase) while maintaining the symbology in an ArcGIS Pro map document where the symbology is different than the default simple point and line from SDE? Thank you so much in advance.&lt;/P&gt;&lt;P&gt;arcpy.management.CreateRuntimeContent(mxdPath, outFolder, **params)&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 01:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1382642#M69887</guid>
      <dc:creator>LemuelM-MDC</dc:creator>
      <dc:date>2024-02-15T01:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create mobile geodatabase (.geodatabase) with python and ArcGIS Pro document, maintaining layers symbology.</title>
      <link>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1382816#M69890</link>
      <description>&lt;P&gt;Not quite sure if this is what you're looking for, but after the export to the new geodatabase, you can use&amp;nbsp;arcpy.management.ApplySymbologyFromLayer to import the symbology from each SDE layer to the corresponding layer in the new geodatabase.&lt;/P&gt;&lt;P&gt;Additional Info: &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/apply-symbology-from-layer.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/apply-symbology-from-layer.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1382816#M69890</guid>
      <dc:creator>MollyWalkner_1</dc:creator>
      <dc:date>2024-02-15T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create mobile geodatabase (.geodatabase) with python and ArcGIS Pro document, maintaining layers symbology.</title>
      <link>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1656068#M74764</link>
      <description>&lt;P&gt;I haven't been able to get this to work.&amp;nbsp; Symbology does not apply.&amp;nbsp; Running Pro 3.3.0.&amp;nbsp; Ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 22:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1656068#M74764</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2025-10-07T22:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create mobile geodatabase (.geodatabase) with python and ArcGIS Pro document, maintaining layers symbology.</title>
      <link>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1662233#M74829</link>
      <description>&lt;P&gt;Still need help on this.&amp;nbsp; Anyone from the ArcGIS Pro&amp;nbsp;team here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_0-1761838166534.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142911iAE953BFBF8447D03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_0-1761838166534.png" alt="PaulCone2_0-1761838166534.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_1-1761838181905.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142912i1B91548CE6AFDDEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_1-1761838181905.png" alt="PaulCone2_1-1761838181905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 15:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-mobile-geodatabase-geodatabase-with-python/m-p/1662233#M74829</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2025-10-30T15:30:28Z</dc:date>
    </item>
  </channel>
</rss>

