<?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 Python Script Crashes When SDE updates in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-script-crashes-when-sde-updates/m-p/1168806#M64424</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am working on a script that will create 6000 pdf maps of quarter sections. Each map will display water system assets along with other features. When I start the script, it runs fine until around 8:43 pm which is the hour in which our SDE database updates with the day's edits. I tried getting around this by adding in a time.sleep&amp;nbsp; line to have the script pause until the next morning but when the script tries to resume it always exits out. I am not sure how to get around/fix this issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 15:02:02 GMT</pubDate>
    <dc:creator>ScottShenberger</dc:creator>
    <dc:date>2022-04-28T15:02:02Z</dc:date>
    <item>
      <title>Python Script Crashes When SDE updates</title>
      <link>https://community.esri.com/t5/python-questions/python-script-crashes-when-sde-updates/m-p/1168806#M64424</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am working on a script that will create 6000 pdf maps of quarter sections. Each map will display water system assets along with other features. When I start the script, it runs fine until around 8:43 pm which is the hour in which our SDE database updates with the day's edits. I tried getting around this by adding in a time.sleep&amp;nbsp; line to have the script pause until the next morning but when the script tries to resume it always exits out. I am not sure how to get around/fix this issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 15:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-crashes-when-sde-updates/m-p/1168806#M64424</guid>
      <dc:creator>ScottShenberger</dc:creator>
      <dc:date>2022-04-28T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script Crashes When SDE updates</title>
      <link>https://community.esri.com/t5/python-questions/python-script-crashes-when-sde-updates/m-p/1168816#M64425</link>
      <description>&lt;P&gt;I would wait until the updates are complete and then start your pdf exports.&amp;nbsp; Splitting your pdfs before and after means that those made before the updates are now outdated. I would venture that the update process disconnects all users and there isn't a way to reconnect without killing the python process so I don't think you will find a solution that involves pausing.&amp;nbsp; 6000 is a lot, but could possibly be made faster using multiprocessing...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 15:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-crashes-when-sde-updates/m-p/1168816#M64425</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-04-28T15:18:17Z</dc:date>
    </item>
  </channel>
</rss>

