<?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: IReplicationAgent SynchronizeReplica question in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458351#M26186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Suraj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was nothing for me to resolve. I just misunderstood, that the FALSE returned was an indication of conflicts, not an indication that the sync failed. For my app I don't care what the conflicts were so I am not pursuing this any further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 11:45:04 GMT</pubDate>
    <dc:creator>BillLanza</dc:creator>
    <dc:date>2013-01-04T11:45:04Z</dc:date>
    <item>
      <title>IReplicationAgent SynchronizeReplica question</title>
      <link>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458348#M26183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to automate our replica synchronization process.&amp;nbsp; When I run the ReplicationAgent.SynchronizeReplica() method it does not throw and exception, but does return False. Digging down into the ReplicationAgentObject shows a "CancelTracker" with a value of "Write Only Properties are not allowed".&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no more information.&amp;nbsp; I was wondering if anyone had a clue as to what "Properties" this may refer to.&amp;nbsp; I can Sync the replicas through arc catalog with no problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 22:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458348#M26183</guid>
      <dc:creator>BillLanza</dc:creator>
      <dc:date>2012-10-15T22:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: IReplicationAgent SynchronizeReplica question</title>
      <link>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458349#M26184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The method returns TRUE if conflicts were detected.&amp;nbsp; It returns FALSE if no conflicts were detected.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like this info is something missing from the .NET help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/SynchronizeReplica_Method/0026000000n0000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/SynchronizeReplica_Method/0026000000n0000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will add a bug to have this updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for pointing this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Heather&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 17:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458349#M26184</guid>
      <dc:creator>HeatherMcCracken</dc:creator>
      <dc:date>2012-10-16T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: IReplicationAgent SynchronizeReplica question</title>
      <link>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458350#M26185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me were you able to resolve the issue. Even i am facing same, SynchroniseReplica function returing False value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to log the details about it with some error/success information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suraj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 08:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458350#M26185</guid>
      <dc:creator>SurajKoneri</dc:creator>
      <dc:date>2013-01-04T08:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: IReplicationAgent SynchronizeReplica question</title>
      <link>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458351#M26186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Suraj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was nothing for me to resolve. I just misunderstood, that the FALSE returned was an indication of conflicts, not an indication that the sync failed. For my app I don't care what the conflicts were so I am not pursuing this any further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 11:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ireplicationagent-synchronizereplica-question/m-p/458351#M26186</guid>
      <dc:creator>BillLanza</dc:creator>
      <dc:date>2013-01-04T11:45:04Z</dc:date>
    </item>
  </channel>
</rss>

