<?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: Are changes to ArcPy scripts needed when accessing SQL feature classes after upgrading the enterprise geodatabase to Pro in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1719147#M75364</link>
    <description>&lt;P&gt;I've found it to be really important to almost never hardcode anything. If you need specific values, use a config file or environment variables or a context object.&lt;/P&gt;&lt;P&gt;It's really easy to have a lot of things break in weird ways when you assume nothing will ever change (I've even had to deal with people recreating fields as a string instead of an int which later caused sorting issues because string numbers over 9 don't sort like integers over 9 lol).&lt;/P&gt;&lt;P&gt;Luckily we live in an era with modern text editors that come packaged with ripgrep so ctrl+f replacing all the places you hard coded a name is pretty simple.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2026 02:18:24 GMT</pubDate>
    <dc:creator>HaydenWelch</dc:creator>
    <dc:date>2026-08-07T02:18:24Z</dc:date>
    <item>
      <title>Are changes to ArcPy scripts needed when accessing SQL feature classes after upgrading the enterprise geodatabase to Pro</title>
      <link>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1717918#M75357</link>
      <description>&lt;P&gt;I've only upgraded a test SQL geodatabase from 10.9.2 to 3.5.&amp;nbsp; When the feature classes are listed, the geodatabase name is no longer there.&amp;nbsp; For example, geo.dbo.county now shows up as dbo.county.&amp;nbsp; Does this mean all python scripts referencing feature classes in an enterprise geodatabase need to drop the database name to keep working?&lt;/P&gt;&lt;P&gt;Do Map Services have to be republished?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 20:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1717918#M75357</guid>
      <dc:creator>RandyKreuziger1</dc:creator>
      <dc:date>2026-07-31T20:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Are changes to ArcPy scripts needed when accessing SQL feature classes after upgrading the enterprise geodatabase to Pro</title>
      <link>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1717925#M75358</link>
      <description>&lt;P&gt;This might help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-enterprise-geodatabase-from-10-8-1/td-p/1383669" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-questions/upgrade-enterprise-geodatabase-from-10-8-1/td-p/1383669&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 21:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1717925#M75358</guid>
      <dc:creator>TonyAlmeida</dc:creator>
      <dc:date>2026-07-31T21:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are changes to ArcPy scripts needed when accessing SQL feature classes after upgrading the enterprise geodatabase to Pro</title>
      <link>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1718739#M75360</link>
      <description>&lt;P&gt;Absolutely read through Tony's link, but the short answer: probably not. My teams been slowly stripping the DB name out of our hardcoded paths as a sanitary thing but we haven't seen issues with cursors, describe constructors and so on since going from 10.9 to 11.1. Direct database access might be more picky, but SQL Server seems to handle a redundant DB name just fine so maybe not. Just leave some time to smoke test your most critical tasks during the upgrade period and you should be good!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 17:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1718739#M75360</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2026-08-05T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are changes to ArcPy scripts needed when accessing SQL feature classes after upgrading the enterprise geodatabase to Pro</title>
      <link>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1719147#M75364</link>
      <description>&lt;P&gt;I've found it to be really important to almost never hardcode anything. If you need specific values, use a config file or environment variables or a context object.&lt;/P&gt;&lt;P&gt;It's really easy to have a lot of things break in weird ways when you assume nothing will ever change (I've even had to deal with people recreating fields as a string instead of an int which later caused sorting issues because string numbers over 9 don't sort like integers over 9 lol).&lt;/P&gt;&lt;P&gt;Luckily we live in an era with modern text editors that come packaged with ripgrep so ctrl+f replacing all the places you hard coded a name is pretty simple.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 02:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-changes-to-arcpy-scripts-needed-when-accessing/m-p/1719147#M75364</guid>
      <dc:creator>HaydenWelch</dc:creator>
      <dc:date>2026-08-07T02:18:24Z</dc:date>
    </item>
  </channel>
</rss>

