<?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: Workflow for gdb replication in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321603#M12304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding some ESRI folks to the mix so they get a notification in case they have insights to add:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3051"&gt;Vince Angelo&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/31350"&gt;Asrujit SenGupta&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 23:50:29 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2016-01-22T23:50:29Z</dc:date>
    <item>
      <title>Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321589#M12290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my first go around with gdb replication and am looking to create a 1-way replica from a sde gdb to either another sde gdb or a file gdb.&amp;nbsp; I was hoping to get an idea of the best practices and workflows for keeping the two gdbs in sync?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My assumption is you start with the Create Replica tool in order to replica data from parent to child, is that right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that is done, I have a few questions about workflow and best practices...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How do you add a feature class to the child gdb after the replication process is in effect?&lt;/P&gt;&lt;P&gt;2) If a feature class is deleted from the parent gdb, how do you delete the feature class in the child?...do you simply delete it through ArcCatalog?&lt;/P&gt;&lt;P&gt;3) If a field is added or removed in a feature class within the parent gdb, how do you send that change to the child gdb?...can it be automated or is it manual?&lt;/P&gt;&lt;P&gt;4) If a domain is added / altered / removed, how do you send those changes to the child?...can it be automated or is it manual?&lt;/P&gt;&lt;P&gt;5) What is a good 'routing' for syncing changes?&amp;nbsp; Do you first reconcile and post edits in the parent gdb, then sync changes?&amp;nbsp; Should some processes, like comparing schema be done first before syncing changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking to get an idea of what workflows others use that have been successful, easy to manage, and keeps your data in sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321589#M12290</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-21T16:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321590#M12291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Create Replica Tool is what I use.&lt;/P&gt;&lt;P&gt;Answers for questions 1-5:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;you'll have to recreate the replica on the child&lt;/LI&gt;&lt;LI&gt;you can use the Export Replica Schema -&amp;gt; Compare Replica Schema -&amp;gt; Import Replica Changes tools&lt;/LI&gt;&lt;LI&gt;Same step as above, this is a manual process.&lt;/LI&gt;&lt;LI&gt;Same step as #2.&lt;/LI&gt;&lt;LI&gt;The Compare Replica Schema tool is only for making changes to the child database.&amp;nbsp; If you are using a one-way replica, you'd only be pushing changes from the parent to the child, not the other way around.&amp;nbsp; if you want to push and pull data from the child, then you need to use a 2 way replica&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321590#M12291</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-21T16:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321591#M12292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the responses, that does help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I wanted to script a routine to run daily, or on a regular interval to sync the parent gdb with the child gdb in a 1-way replica scenario.&amp;nbsp; Would the steps below be realistic...?...or is there a 'better' or more realistic approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Reconcile and post edits in parent sde gdb to DEFAULT version&lt;/P&gt;&lt;P&gt;2) Export Replica Schema -&amp;gt; Compare Replica Schema -&amp;gt; Import Replica Changes --- this would be to keep schemas the same between the two gdb&lt;/P&gt;&lt;P&gt;3) Synchronize Changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321591#M12292</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-21T16:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321592#M12293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do that, but unless you're changing schema daily/weekly I'd just do it manually when you made changes. No reason IMO to add that overhead to your nightly syncs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd just reconcile and post to Default and Synchronize Changes daily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321592#M12293</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-22T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321593#M12294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If schema were to change, do you need to delete / unregister the replica and then re-create it?&amp;nbsp; I guess I'm wondering when that is necessary?&amp;nbsp; Would adding a feature class or field in the production sde gdb be brought over by running the export schema -&amp;gt; compare schemas -&amp;gt; import schemas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321593#M12294</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-22T14:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321594#M12295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the existing schema, IE add a field, change a domain, delete a field, you can use &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;export schema -&amp;gt; compare schema -&amp;gt; import schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If you're adding Feature Class, you'll need to re-create the replica.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 15:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321594#M12295</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-22T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321595#M12296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can replicas be overwritten or do they need to be unregistered from both gdbs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 15:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321595#M12296</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-22T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321596#M12297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to unregister the replica from both GDB, then delete the data from the Child.&amp;nbsp; then you can re-create the replica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 17:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321596#M12297</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-22T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321597#M12298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a testing environment with an editing sde gdb and a child file gdb.&amp;nbsp; The process seems pretty straight-forward for syncing changes, and updating schemas.&amp;nbsp; However, I removed a field from a feature class in my editing gdb and the field still remains in the child gdb after running the export-&amp;gt;compare-&amp;gt;import schema tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added a domain and assigned the domain in the production gdb.&amp;nbsp; The domain schema change is reflected in the child gdb.&amp;nbsp; I'm wondering why the field that was removed in the editing fc still remains in the child fc?&amp;nbsp; Does removing a field have to be done manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 17:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321597#M12298</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-22T17:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321598#M12299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it should of deleted the field, make sure you use the resultant .xml from the compare tool when you import the schema changes, not the original .xml you exported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That tool should add and delete fields, make changes to domains: &lt;A href="https://desktop.arcgis.com/en/desktop/latest/manage-data/geodatabases/schema-changes-and-replicas.htm" title="https://desktop.arcgis.com/en/desktop/latest/manage-data/geodatabases/schema-changes-and-replicas.htm"&gt;Schema changes—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 17:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321598#M12299</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-22T17:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321599#M12300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748" target="_blank"&gt;Jacob Boyle&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the .xml file produced after comparing the schemas.&amp;nbsp; I just added a field in my editing gdb and it is added to the child gdb after running my script.&amp;nbsp; Below is a skeleton of the python code I'm using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
import datetime
import os

def compare_replica_schemas(gdb_1, gdb_2, replica_name, output_file_folder):
&amp;nbsp;&amp;nbsp;&amp;nbsp; # gdb 1 is editing gdb
&amp;nbsp;&amp;nbsp;&amp;nbsp; # gdb 2 is child gdb
&amp;nbsp;&amp;nbsp;&amp;nbsp; run_time = datetime.datetime.now().strftime('%Y-%m-%d_%H-%M-%S')&amp;nbsp; # used for creating unique file name
&amp;nbsp;&amp;nbsp;&amp;nbsp; schema_file_parent = os.path.join(output_file_folder, run_time + '_schemaParent.xml')
&amp;nbsp;&amp;nbsp;&amp;nbsp; schema_file_compare = os.path.join(output_file_folder, run_time + '_schemaCompare.xml')
&amp;nbsp;&amp;nbsp;&amp;nbsp; # export schema from editing gdb
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExportReplicaSchema_management(gdb_1, schema_file_parent, replica_name)
&amp;nbsp;&amp;nbsp;&amp;nbsp; # compare replica schemas
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CompareReplicaSchema_management(gdb_2, schema_file_parent, schema_file_compare)
&amp;nbsp;&amp;nbsp;&amp;nbsp; # import replica schema to child gdb
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ImportReplicaSchema_management(gdb_2, schema_file_compare)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321599#M12300</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2021-12-11T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321600#M12301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Python looks right, logically. What happens if you do it manually? same result of the field not being deleted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 19:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321600#M12301</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-22T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321601#M12302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope...field (Field2) still exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Child gdb is on left, editing gdb is on right.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/172172_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 19:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321601#M12302</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-22T19:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321602#M12303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5748"&gt;Jacob Boyle&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I right-click on the child gdb, go to Distributed Geodatabase, and Import Schema Changes...I am presented with a wizard that gives the option to confirm the deletion of 'Field2'.&amp;nbsp; It is unchecked by default, which is what I'm guessing is being done through scripting...the field not being confirmed for deletion.&amp;nbsp; I only get this wizard when doing the workflow I describe.&amp;nbsp; If I use python or even the tools from the toolbox, I'm not presented with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems very annoying when trying to automate a process that would be run during off hours when users are not connected to a gdb and have locks established.&amp;nbsp; I'm wondering why adding a field doesn't get the same result; it is added through scripting, while deleting a field is not removed through scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="172173" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/172173_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321602#M12303</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2016-01-22T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321603#M12304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding some ESRI folks to the mix so they get a notification in case they have insights to add:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3051"&gt;Vince Angelo&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/31350"&gt;Asrujit SenGupta&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321603#M12304</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-22T23:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321604#M12305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the ArcPy documentation for a parameter to set that value to true, I'd bet it's there. If not, maybe someone from the GDB team that's been added can chime in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said previously, we've found that the manual process was all we've needed, so i'm not familiar with scripting this process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 15:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321604#M12305</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2016-01-25T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321605#M12306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping to fine a more convenient answer to this question. We are always having some department wanting to add a feature class or delete on form here. I was hoping for some other way to do this and not break the replication, but looks as if there is no other way. Thanks for the information posted in this thread.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 19:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321605#M12306</guid>
      <dc:creator>BenDrury</dc:creator>
      <dc:date>2016-02-03T19:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321606#M12307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a blog that gives detailed information GDB replication and schema changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.esri.com/esri/supportcenter/2016/01/26/simplify-your-life-working-with-schema-changes-in-your-replicas/" title="https://blogs.esri.com/esri/supportcenter/2016/01/26/simplify-your-life-working-with-schema-changes-in-your-replicas/"&gt;Simplify Your Life: Working with Schema Changes in Replicas | Support Services Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321606#M12307</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-02-09T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for gdb replication</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321607#M12308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Matthew, stumbled upon this same issue you are experiencing yesterday.&amp;nbsp; Check out&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" class="link-bare" href="https://community.esri.com/thread/159598" style="color: #2989c5; text-decoration: none;"&gt;this thread&lt;/A&gt;&lt;SPAN&gt;; same scenario ...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 12:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/workflow-for-gdb-replication/m-p/321607#M12308</guid>
      <dc:creator>Brownschuh</dc:creator>
      <dc:date>2018-06-06T12:21:05Z</dc:date>
    </item>
  </channel>
</rss>

