<?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: Replication Sync Error: Table Already Exists in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449665#M25708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the 2008 R2 client and still getting this message when trying to synchronize.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of this is so fragile, I'm a little worried to even think about using it with a client.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 13:02:38 GMT</pubDate>
    <dc:creator>IB1</dc:creator>
    <dc:date>2013-03-21T13:02:38Z</dc:date>
    <item>
      <title>Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449650#M25693</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;SPAN&gt;Has anybody seen a "Table already exists" error when trying to sync a replica? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, here's my details. Both servers are Windows 2008 R2 64-bit, running SQL Server 2012, with ArcGIS 10.1 SP1. The Parent GDB is using a version specifically set up for the replica, which is derived off of a QA/QC version. The child uses the DEFAULT version. Both use the SDE user and its set up as a 2-way replica.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We already have copies of the data at both locations, so I created a custom ArcObjects tool that registers a feature class with an an existing replica, which specifies the "Register Only" option. This code is taken directly from the samples pages and deployed as a custom GP tool. The reason I choose this route is because I need to register over 100 feature classes, within a single replica, and I didn't want to do it manually using ArcMap. This process works fine. After it created, I sync'ed the replica and it worked with no errors. I then found a set of 5 feature classes, that had a different amount of features (missing features in one and not the other) before the replica was set up. I identified the "differences", made a copy of them in a FGDB, deleted them from the parent version, and appended them into the version from the FGDB. In essence, I treated them as newly edited (inserted) features. This was done because these feature classes participate in other versions that are actively being edited at both locations and I can't reload them at either location. Plus I needed to fool the replication process into copying them over to the child so that I could preserve the GlobalID's. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After this was done, I reran the sync and I get "Table already exists". Here is an excerpt from the ReplicaLog.dat file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ReplicaMsg time='11/13/2012 3:13:10 PM' type='LOG_MESSAGE_TYPE_DEBUG' code='' elapsed='0.000000 mins' method='TransferingInsert' objectClassName='Vector.SDE.spill_containment_feature_area' replicaName=''&amp;gt;Inserting {40AF74B7-5E91-45C6-B556-7E24CF98B065} feature&amp;lt;/ReplicaMsg&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ReplicaMsg time='11/13/2012 3:13:10 PM' type='LOG_MESSAGE_TYPE_WARNING' code='' elapsed='0.003733 mins' method='TransferingChanges' objectClassName='Vector.SDE.spill_containment_feature_area' replicaName=''&amp;gt;Table already exists - Vector.SDE.spill_containment_feature_area&amp;lt;/ReplicaMsg&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea why its trying to recreate the feature class since it already exists and is registered with the replica. There were no replica or schema changes made to the replica's objects since its creation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, so then I tried to do a manual export/import. I got this error when importing the changes to the child.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Import Changes Failed. Table Already Exists. The workspace is not connected. The workspace is not connected...."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anybody experienced this before? Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 20:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449650#M25693</guid>
      <dc:creator>IanKramer</dc:creator>
      <dc:date>2012-11-13T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449651#M25694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be a good idea to talk with support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During synchronization we make use of global temporary table when the # of changes reaches a certain threshold (i think 1000+?).&amp;nbsp; If the global temporary table doesn't exist, it gets created.&amp;nbsp;&amp;nbsp; My guess is this the table that's throwing the error? You are correct that Replication will not try to create that output table that is part of your replica during data synchronization.&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, 13 Nov 2012 22:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449651#M25694</guid>
      <dc:creator>HeatherMcCracken</dc:creator>
      <dc:date>2012-11-13T22:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449652#M25695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got this error as well.&amp;nbsp; What a worthless message!&amp;nbsp; I'm planning on just recreating the replica.&amp;nbsp; Currently on ArcGIS 10.1 sp1.&amp;nbsp; Didn't see this message until after service pack was applied.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 19:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449652#M25695</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2012-12-06T19:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449653#M25696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same error. I've had similar problems in the past but the exact error has changed with SP1. The last few times the only solution was to re-create the replica...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 20:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449653#M25696</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2012-12-12T20:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449654#M25697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems that this issue is reproducible only with Sql Server 2012 and originates only when conflicts are present during the synchronization. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any successive synchronizations, even with a new replica registered on this geodatabase, seem to encounter the "Table already Exists" error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue does not seem reproducible with other versions of Sql Server (for e.g. Sql Server 2008 R2) even using ArcGIS 10.1 SP1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Mandar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 13:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449654#M25697</guid>
      <dc:creator>MandarPurohit</dc:creator>
      <dc:date>2012-12-13T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449655#M25698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It seems that this issue is reproducible only with Sql Server 2012 and originates only when conflicts are present during the synchronization. &lt;BR /&gt;Any successive synchronizations, even with new replica registered on this geodatabase, seem to encounter the "Table already Exists" error. &lt;BR /&gt;&lt;BR /&gt;The issue does not seem reproducible with other versions of Sql Server (for e.g. Sql Server 2008 R2.)&lt;BR /&gt;&lt;BR /&gt;- Mandar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this fixed in upcoming patches or service pack 2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 13:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449655#M25698</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2012-12-13T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449656#M25699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just got off phone with with ESRI and no luck so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For what its worth, when I run the synch tool from toolbox instead of the wizard tool bar i get the 'table already exists' in the results messages but also get a 'error 000582'.........which unfortunately is a catch-all type of error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mandar, is there a bug reported? Because if not right now i'm not seeing any resolution or work around and if I understand what you're saying correctly if you have conflicts and if you have a 2012 DB server...you're outta luck? I'd suspect that there are a lot of people with this deployment scenario.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 13:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449656#M25699</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2012-12-13T13:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449657#M25700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;just got off phone with with ESRI and no luck so far.&lt;BR /&gt;&lt;BR /&gt;For what its worth, when I run the synch tool from toolbox instead of the wizard tool bar i get the 'table already exists' in the results messages but also get a 'error 000582'.........which unfortunately is a catch-all type of error. &lt;BR /&gt;&lt;BR /&gt;Mandar, is there a bug reported? Because if not right now i'm not seeing any resolution or work around and if I understand what you're saying correctly if you have conflicts and if you have a 2012 DB server...you're outta luck? I'd suspect that there are a lot of people with this deployment scenario.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have seven deployments in which two are using replication.&amp;nbsp; If this is a 2012 DB server issue, this needs to be fixed ASAP.&amp;nbsp; All my new deployments are built on sql server 2012.&amp;nbsp; It doesn't make sense to deploy on older versions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 14:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449657#M25700</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2012-12-13T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449658#M25701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have seven deployments in which two are using replication.&amp;nbsp; If this is a 2012 DB server issue, this needs to be fixed ASAP.&amp;nbsp; All my new deployments are built on sql server 2012.&amp;nbsp; It doesn't make sense to deploy on older versions.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luke, I couldn't agree more, and if SP1 turns out the be the culprit there really needs to be a much larger announcement or straight-up warning about making the upgrade.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 14:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449658#M25701</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2012-12-13T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449659#M25702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The nim NIM086855 is close to the earlier discussion/report on this synchronization issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The workaround is listed as "Using SQL Server Native Client 2008 R2 for the ArcGIS Desktop machine to synchronize changes."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please contact Technical Support to confirm if this is the exact case encountered and/or regarding the workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mandar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:11:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449659#M25702</guid>
      <dc:creator>MandarPurohit</dc:creator>
      <dc:date>2012-12-13T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449660#M25703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The nim NIM086855 is close to the earlier discussion/report on this synchronization issue.&lt;BR /&gt;&lt;BR /&gt;The workaround is listed as "Using SQL Server Native Client 2008 R2 for the ArcGIS Desktop machine to synchronize changes."&lt;BR /&gt;&lt;BR /&gt;Please contact Technical Support to confirm if this is the exact case encountered and/or regarding the workaround.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Mandar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We had an issue connecting to sql server 2012 databases using the sql native client other than using the sql native client 2012...identical release version as the database.&amp;nbsp; If you use the one that comes with the sql server 2012 install media kit, it doesn't work.&amp;nbsp; Going to Microsoft website downloading the latest fixed the connection issues with ArcGIS Desktop.&amp;nbsp; Can you validate that the NIM086855 is set to be released in the next service pack?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449660#M25703</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2012-12-13T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449661#M25704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The nim NIM086855 is close to the earlier discussion/report on this synchronization issue.&lt;BR /&gt;&lt;BR /&gt;The workaround is listed as "Using SQL Server Native Client 2008 R2 for the ArcGIS Desktop machine to synchronize changes."&lt;BR /&gt;&lt;BR /&gt;Please contact Technical Support to confirm if this is the exact case encountered and/or regarding the workaround.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Mandar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from: &lt;/SPAN&gt;&lt;A href="http://proceedings.esri.com/library/userconf/proc12/tech-workshops/tw_242.pdf"&gt;http://proceedings.esri.com/library/userconf/proc12/tech-workshops/tw_242.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Use SQL Native Client software at least as new as teh SQL Server database engine&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;How can you use a 2008 client to connect to a 2012 DB? I have both native clients installed on my desktop/client: 2008R2 for connecting to 2008 DBs and 2012 for 2012 DBs, I'm currently not having any trouble connecting to either; just synchronizing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are we missing here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:33:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449661#M25704</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2012-12-13T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449662#M25705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Luke,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The behavior seems to be related to SQL Server 2012 native client and we are actively reviewing this issue. The SQL Server 2008R2 native client is forward compatible and it can be used with the SQL Server 2012 gdb as a workaround for this replication sync behavior while we review the issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Testing on our end indicated that the sync succeeds only with SQL Server 2008R2 native client installed on the client machine. The sync fails under these conditions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- SQL Server 2012 native client installed on a client machine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- both clients (SQL Server 2012 native client &amp;amp; SQL Server 2008R2 native client) are installed on the same client machine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From your post you mentioned that "We had an issue connecting to sql server 2012 databases using the sql native client other than using the sql native client 2012...identical release version as the database." &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the build of the sql server instance? eg. SQL Server 11.0.2100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it likely you'll be able to test from a test machine having only SQL Server 2008R2 native client installed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also log a support incident for further review if the connection issue persists with only the SQL Server 2008R2 native client installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 22:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449662#M25705</guid>
      <dc:creator>NanaDei</dc:creator>
      <dc:date>2012-12-13T22:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists [FIXED]</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449663#M25706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Confirmed: removed SQL 2012 Native Client and Synchronization proceeded without error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently only the MS SQL Server 2008 R2 Native Client (build 10.50.1600.1) is installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still fairly sure this started with SP1 upgrade.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 12:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449663#M25706</guid>
      <dc:creator>ZacharyHart</dc:creator>
      <dc:date>2012-12-14T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449664#M25707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's the ETA on the fix for this bug?&amp;nbsp; I really don't like mixed matched versions of software in an enterprise network.&amp;nbsp; Call be 'OCD' but seems a bit odd to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Workaround worked; at least it still is working for now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 20:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449664#M25707</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2012-12-18T20:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449665#M25708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the 2008 R2 client and still getting this message when trying to synchronize.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of this is so fragile, I'm a little worried to even think about using it with a client.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 13:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449665#M25708</guid>
      <dc:creator>IB1</dc:creator>
      <dc:date>2013-03-21T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449666#M25709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm using the 2008 R2 client and still getting this message when trying to synchronize.&lt;BR /&gt;&lt;BR /&gt;All of this is so fragile, I'm a little worried to even think about using it with a client.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've setup an autosynch replica python script to run under windows task scheduler on another system.&amp;nbsp; It has been running for three months now without any complications on the work around.&amp;nbsp; If you are still having problems, I would think there is something else going wrong with your connections. It is definitely a weird bug.&amp;nbsp; I would have expected a patch by now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449666#M25709</guid>
      <dc:creator>deleted-user-vpHnfyiCToFz</dc:creator>
      <dc:date>2013-03-22T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449667#M25710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg3NzY1"&gt;http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg3NzY1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449667#M25710</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-03-25T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449668#M25711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;see &lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg3NzY1"&gt;http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg3NzY1&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link doesn't work. It ask me to login and then takes me right back to the login page again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be some bugs in the website.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449668#M25711</guid>
      <dc:creator>IanBroad2</dc:creator>
      <dc:date>2013-03-25T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replication Sync Error: Table Already Exists</title>
      <link>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449669#M25712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The link doesn't work. It ask me to login and then takes me right back to the login page again.&lt;BR /&gt;&lt;BR /&gt;Seems to be some bugs in the website.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its not a problem with the link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The correct link: &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg3NzY1"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg3NzY1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/replication-sync-error-table-already-exists/m-p/449669#M25712</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2013-03-25T16:14:44Z</dc:date>
    </item>
  </channel>
</rss>

