<?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: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683156#M101751</link>
    <description>&lt;P&gt;Is your script running against Pro's python environment or ArcMap's? If&amp;nbsp;it's the latter then it'd explain why the Pro geodatabases are tripping it up. Easy way to find out is to throw these two lines at the top of your script, then check the output:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import sys
arcpy.AddWarning(sys.path)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 20:01:29 GMT</pubDate>
    <dc:creator>DavidSolari</dc:creator>
    <dc:date>2026-02-09T20:01:29Z</dc:date>
    <item>
      <title>Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683111#M101742</link>
      <description>&lt;P&gt;I have no example. When I walk my python script through multiple geodatabases, the python code will generally work on older geodatabases created using ArcCatalog and it will throw an error when it gets to geodatabases I created using ArcGIS Pro (which is what I use exclusively now).&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Has anyone else experienced this?&lt;/P&gt;&lt;P&gt;2) What kinds of back-end differences are there (if any) that may be causing this?&lt;/P&gt;&lt;P&gt;3) Suggestions for fixes I can implement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much. Again, I have no example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 18:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683111#M101742</guid>
      <dc:creator>KellyJanus1</dc:creator>
      <dc:date>2026-02-09T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683140#M101746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/902270"&gt;@KellyJanus1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It depends on the version of ArcGIS Catalog vs Pro? How old is your ArcCatalog?&lt;BR /&gt;&lt;BR /&gt;Most cases, it should work automatically but some cases, you need to upgrade.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/client-geodatabase-compatibility.htm" target="_blank"&gt;Client and geodatabase compatibility—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 19:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683140#M101746</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2026-02-09T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683156#M101751</link>
      <description>&lt;P&gt;Is your script running against Pro's python environment or ArcMap's? If&amp;nbsp;it's the latter then it'd explain why the Pro geodatabases are tripping it up. Easy way to find out is to throw these two lines at the top of your script, then check the output:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import sys
arcpy.AddWarning(sys.path)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 20:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683156#M101751</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2026-02-09T20:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683171#M101753</link>
      <description>&lt;P&gt;I created a file geodatabase in ArcCatalog and a second file geodatabase in ArcGIS Pro.&amp;nbsp; When I go to the properties for each, it states "this 10.0 geodatabase matches the release of ArcGIS release you are currently using."&amp;nbsp; Further on the Esri Support site, it mentions "the schema of the file geodatabase has not changed since ArcGIS 10.&amp;nbsp; This means that file geodatabases created in ArcCatalog using any version of ArcGIS since 10.0 will have the same functionality and schema."&lt;BR /&gt;&lt;BR /&gt;Now this got me wondering, if you open the Create File Geodatabase GP tool, one parameter - File Geodatabase version - shows CURRENT, 10.0, 9.3, and 9.2.&amp;nbsp; So is CURRENT different than 10.0?&amp;nbsp; Hmmm....&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 20:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683171#M101753</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-02-09T20:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683175#M101755</link>
      <description>&lt;P&gt;Do you have attribute rules on any of the data?&amp;nbsp; If so, the old ArcMap version can throw errors.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 20:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683175#M101755</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2026-02-09T20:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683186#M101759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/902270"&gt;@KellyJanus1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't know if this exactly pertains to your situation, but...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thrown into my position when the former GIS admin left abruptly, and I had to pick through his old computer/data/programs and licenses to try to make sense out of what he had been doing. I set up my computer with ArcPro (he had been using an old ArcMap setup) and went about trying make everything work off of it instead of juggling between computers. I ran into a similar situation to yours when I tried to run a script that he had created to quickly import survey data into a database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue was that the script was written with Python 2.7 and ArcPro runs scripts in Python 3. I just had to rewrite the script in Py3 language to make it work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That might too obvious of a fix but it doesn't hurt to start with the basics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 21:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683186#M101759</guid>
      <dc:creator>SarahBowman3</dc:creator>
      <dc:date>2026-02-09T21:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in behavior between Geodatabases created in Catalog vs ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683187#M101760</link>
      <description>&lt;P&gt;To add to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/15530"&gt;@RhettZufelt&lt;/a&gt;&amp;nbsp;, I found some interesting timelines when GDB behaviors were released:&lt;BR /&gt;Dec 1999 / ArcGIS 8.0 - GDB hits the streets&lt;BR /&gt;Apr 2001 / ArcGIS 8.1 - Subtypes, domains, and relationship classes&lt;BR /&gt;Feb 2003 / ArcGIS 8.3 - Topology rules&lt;BR /&gt;May 2005 / ArcGIS 9.1 - Network dataset&lt;BR /&gt;Nov 2006 / ArcGIS 9.2 - File GDB, replication, archiving, terrain datasets, cart reps&lt;BR /&gt;June 2010 / ArcGIS 10.0 - Attachments and Mosaic datasets&lt;BR /&gt;June 2012 / ArcGIS 10.1 - Editor tracking&lt;BR /&gt;Jan 2018 / ArcGIS 10.6 - Utility Network and Branch Versioning&lt;BR /&gt;Jan 2019 / ArcGIS 10.7 - contingent values and attribute rules&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 21:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/differences-in-behavior-between-geodatabases/m-p/1683187#M101760</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-02-09T21:25:06Z</dc:date>
    </item>
  </channel>
</rss>

