<?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: Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848197#M5119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/rastrauch"&gt;rastrauch&lt;/A&gt;‌ I personally have not run into any issues with the Rec/Post automation corrupting the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2017 16:57:24 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2017-04-18T16:57:24Z</dc:date>
    <item>
      <title>Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes</title>
      <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848194#M5116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in February we set up our Publish &amp;amp; Edit Geodatabases. &amp;nbsp;Works great. &amp;nbsp;And through the help of&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt;&amp;nbsp;learned how to&amp;nbsp;&lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Farcmap%2Flatest%2Ftools%2Fdata-management-toolbox%2Fsynchronize-changes.htm"&gt;synchronize changes&lt;/A&gt;. Which, again, works perfect. &amp;nbsp;Jake also provided information about using Python to schedule &lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Farcmap%2Flatest%2Fanalyze%2Fexecuting-tools%2Fscheduling-a-python-script-to-run-at-prescribed-times.htm"&gt;Scheduling a Python script to run at prescribed times- Help | ArcGIS Desktop&lt;/A&gt;, but we need help in automating the full process before we set up a schedule.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I manually stop&amp;nbsp;the services, kill the connections, reconcile and post the versions, compress the SDE, synchronize the changes from edit to publish, then start the services. &amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking for best practices, how your organization handles this, what works, what doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the feedback, and thanks to all in advance.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 19:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848194#M5116</guid>
      <dc:creator>JohnMellor__GISP</dc:creator>
      <dc:date>2017-04-17T19:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes</title>
      <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848195#M5117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a script that I use often when working with customers.&amp;nbsp; The script stops all ArcGIS Server services, reconcile/posts all version (does not delete the versions) to the &lt;STRONG&gt;DBO.Default&lt;/STRONG&gt; version, compresses the database, then starts all the services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script will also send an e-mail if there was an error during the reconcile/post or the compress.&amp;nbsp; An e-mail will also be sent when the compress is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one thing you will want to add is the synchronization for your replicas before the reconcile/post.&amp;nbsp; Also, you will want to be sure to update statistics and indexes after the compress.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848195#M5117</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-04-18T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes</title>
      <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848196#M5118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake, thanks for posting your scripts.&amp;nbsp; I've always been a bit hesitant about automating the reconcile and post, but plan to try it after looking at your post and the help for ReconcileVersions_management&amp;nbsp;&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/reconcile-versions.htm"&gt;Reconcile Versions—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you ever had any of the automated Rec/Post corrupt an SDE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848196#M5118</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-04-18T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes</title>
      <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848197#M5119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/rastrauch"&gt;rastrauch&lt;/A&gt;‌ I personally have not run into any issues with the Rec/Post automation corrupting the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848197#M5119</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-04-18T16:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Publish &amp; Edit Geodatabases, Part 2, Synchronize Changes</title>
      <link>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848198#M5120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to turn these scripts into a tool since I'm finding myself using this more and more.&amp;nbsp; It can be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-9914"&gt;https://community.esri.com/docs/DOC-9914&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope others find this useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/publish-edit-geodatabases-part-2-synchronize/m-p/848198#M5120</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-04-20T18:07:45Z</dc:date>
    </item>
  </channel>
</rss>

