<?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: Add multiple GDB to catalog in an ArcGISProject in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221757#M65862</link>
    <description>&lt;P&gt;Sounds good, thank you for the clarification!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 19:52:58 GMT</pubDate>
    <dc:creator>mattkramer</dc:creator>
    <dc:date>2022-10-13T19:52:58Z</dc:date>
    <item>
      <title>Add multiple GDB to catalog in an ArcGISProject</title>
      <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221303#M65838</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was wondering if there was a way to connect to multiple geodatabases in a project document, so they appear in the "Databases" dropdown in an ArcGIS Project file through Python. I know you can set the default database with the ArcGISProject.defaultGeodatabase property, but what if I wanted to add additional geodatabases beyond the default one?&lt;/P&gt;&lt;P&gt;Any input is appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221303#M65838</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2022-10-12T21:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple GDB to catalog in an ArcGISProject</title>
      <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221667#M65857</link>
      <description>&lt;P&gt;You can do this by editing the Favorites JSON located in&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\Esri\ArcGISPro\Favorites\Favorites&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Add an entry like the entries you have, selecting the persistFavorite to true for it so add to the Databases.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt; {
            "TypeId": "database_fgdb",
            "Path": "W:\\...\\...\\thebestgdbever.gdb",
            "Id": "",
            "url": null,
            "name": "thebestgdbever.gdb",
            "persistFavorite": true
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this python using json dumps and rewriting the json file.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 17:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221667#M65857</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-10-13T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple GDB to catalog in an ArcGISProject</title>
      <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221729#M65860</link>
      <description>&lt;P&gt;I may be understanding the favorites incorrectly, but won't that only have the databases appear for that specific user, and also have it appear on all of their project files?&lt;/P&gt;&lt;P&gt;In my use case, I was hoping to get 2 databases connected to one project document, and then 2 different databases connected to another project document and so on. I also was hoping to do this for every user and not just an individual.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 19:08:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221729#M65860</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2022-10-13T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple GDB to catalog in an ArcGISProject</title>
      <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221734#M65861</link>
      <description>&lt;P&gt;Ah... Think you will need to do a Pro SDK configuration for that to happen.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 19:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221734#M65861</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-10-13T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add multiple GDB to catalog in an ArcGISProject</title>
      <link>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221757#M65862</link>
      <description>&lt;P&gt;Sounds good, thank you for the clarification!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 19:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-multiple-gdb-to-catalog-in-an-arcgisproject/m-p/1221757#M65862</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2022-10-13T19:52:58Z</dc:date>
    </item>
  </channel>
</rss>

