<?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 Create Replica from Server Fails with Error 000775 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-replica-from-server-fails-with-error-000775/m-p/495571#M28149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm receiving an error message when running the Create Replica From Server Geoprocessing tool.&amp;nbsp; The Error message is ERROR 000775: Replica with the same name already exists.&amp;nbsp; I keep getting this error message even when I use a different name for the replica.&amp;nbsp; I've also gone into SQL server and removed any orphaned replica versions.&amp;nbsp; The replica I'm trying to create is a two-way replica using 10.1 sp1.&amp;nbsp; I've been able to create other two-way replica's using this geoprocessing tool.&amp;nbsp; What is ArcCatalog or SQL server holding onto that thinks this replica already exists.&amp;nbsp; It's not showing up in the Manage replica window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 18:02:24 GMT</pubDate>
    <dc:creator>RobertChaney</dc:creator>
    <dc:date>2013-07-30T18:02:24Z</dc:date>
    <item>
      <title>Create Replica from Server Fails with Error 000775</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-server-fails-with-error-000775/m-p/495571#M28149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm receiving an error message when running the Create Replica From Server Geoprocessing tool.&amp;nbsp; The Error message is ERROR 000775: Replica with the same name already exists.&amp;nbsp; I keep getting this error message even when I use a different name for the replica.&amp;nbsp; I've also gone into SQL server and removed any orphaned replica versions.&amp;nbsp; The replica I'm trying to create is a two-way replica using 10.1 sp1.&amp;nbsp; I've been able to create other two-way replica's using this geoprocessing tool.&amp;nbsp; What is ArcCatalog or SQL server holding onto that thinks this replica already exists.&amp;nbsp; It's not showing up in the Manage replica window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 18:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-server-fails-with-error-000775/m-p/495571#M28149</guid>
      <dc:creator>RobertChaney</dc:creator>
      <dc:date>2013-07-30T18:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Replica from Server Fails with Error 000775</title>
      <link>https://community.esri.com/t5/data-management-questions/create-replica-from-server-fails-with-error-000775/m-p/495572#M28150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A couple ideas for you to try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri told me this once:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you think you have an orphaned replica version then the way to find&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out which one it is is to synchronize all replicas and then delete them&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in ArcCatalog, then compress. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next check the SDE.Versions table in SQL Server. If there are any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versions called something like sync_send_xxx then these are orphans. To&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delete these orphans change the status flag from 16777216 to 33554433.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will make the version visible in ArcCatalog version manager. From there you can delete it and run a compress again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also here is a sql script to find replicas:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- put in database name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use databasename ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select i.objectid, i.name from sde.GDB_ITEMS i join dbo.GDB_ITEMTYPES&amp;nbsp; it on it.uuid = i.type where it.name = 'Replica' order by 1&amp;nbsp; ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- compare results above with the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select v.name, v.state_id from sde.sde_versions v order by v.name ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this leads you in the right direction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 19:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-replica-from-server-fails-with-error-000775/m-p/495572#M28150</guid>
      <dc:creator>JonPeck</dc:creator>
      <dc:date>2013-08-02T19:53:45Z</dc:date>
    </item>
  </channel>
</rss>

