<?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: Replica practice question in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676648#M38333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quinn, did you come up with a solution for this? We have same situation where duplicates are being added to the parent because of the new globalism being generated yet the old ones don't get deleted in the parent. I can't understand why a delete in the child doesn't constitute a change that gets pushed to the parent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 00:24:58 GMT</pubDate>
    <dc:creator>AmyRamsdell</dc:creator>
    <dc:date>2014-01-30T00:24:58Z</dc:date>
    <item>
      <title>Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676644#M38329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a SQL base 2 way replica. Version 10. Whenever I add data in a certian way the synchronize fails. I was trying to come up with a way to add new data from a file GDB the sychozation fails. I had x features in the FC of the child DB. I deleted those features and added the feature that were in the file GDB.&amp;nbsp; Saved the data. compressed the data and synchronized the replica. Every tiome that I do it this way I get the new features plus the existing features in the parent GDB. Is the way I did that incorrect? Must be because it didn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past I created the new file GDB and then brought the replica down added the data to both side and rebuilt the replica. It always worked fine but caused downtime for all users. The 911 system is using that replica.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this without bringing the system down?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quinm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676644#M38329</guid>
      <dc:creator>QuinnMcCarthy</dc:creator>
      <dc:date>2013-03-14T14:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676645#M38330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see alot of posts talking about 2 way replication and using FGDB.&amp;nbsp; I'm not sure how that would work.&amp;nbsp; ESRI docs indicate that the destination geodatabase in a 2 way replica needs to be an SDE database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/003n/003n000000t6000000.htm"&gt;http://resources.arcgis.com/en/help/main/10.1/003n/003n000000t6000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;Two-way replication&lt;/STRONG&gt;Two-way&amp;nbsp; replication allows data changes to be sent multiple times from the&amp;nbsp; parent replica to the child replica or from the child replica to the&amp;nbsp; parent replica. If the same row is edited in both replica geodatabases,&amp;nbsp; it is detected as a conflict when the replicas are synchronized.&amp;nbsp; Reconcile policies are provided to define how conflicts are processed. &lt;BR /&gt;Two-way&amp;nbsp; replicas continue to exist after synchronization, allowing you to&amp;nbsp; continue editing and synchronizing the replicas. &lt;STRONG&gt;When creating two-way&amp;nbsp; replicas, the destination must be an ArcSDE geodatabase.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this saying that 2 way replication is SDE to SDE only?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 15:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676645#M38330</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-03-14T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676646#M38331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to make Quinn's post clearer... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quinn is working with two sde geodatabases in the 2 way replica....he is adding new data from the File geodatabase(FGDB) in to the child sde gdb and then synchronizing the child with the parent sde gdb. Thats the only role of the FGDB here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To confirm, for a 2-way replica.....both need to be sde geodatabase! A FGDB cannot be involved in a 2-way replica.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I understand. Quinn please correct me if I'm wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676646#M38331</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2013-03-14T16:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676647#M38332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry about the confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using a 2 way replica. Both saides are in SDE based sql server 2008 databases. I am using to files GDB to copy features from the file gdb to the child GDB. Then I synchronize the child and all of the features make it through except it doesn't delete the existing feature sin the parent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a process I need to do once a month for one of the department. To do that I copy the data sets to a file GDB do the steps to that FC and put it back in the 2 way replica while it is down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to come up with a way to get the feature from the file GDB into the child and then synchronize the child and have them show up in the parent without any errors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quinn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 17:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676647#M38332</guid>
      <dc:creator>QuinnMcCarthy</dc:creator>
      <dc:date>2013-03-14T17:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676648#M38333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quinn, did you come up with a solution for this? We have same situation where duplicates are being added to the parent because of the new globalism being generated yet the old ones don't get deleted in the parent. I can't understand why a delete in the child doesn't constitute a change that gets pushed to the parent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 00:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676648#M38333</guid>
      <dc:creator>AmyRamsdell</dc:creator>
      <dc:date>2014-01-30T00:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replica practice question</title>
      <link>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676649#M38334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When synchronizing the two replicas, are you reconciling in favor of geodatabase 1 or geodatabase 2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 00:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replica-practice-question/m-p/676649#M38334</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-01-30T00:33:37Z</dc:date>
    </item>
  </channel>
</rss>

