<?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 ArcSde Reconcile Problem. Please Help in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101376#M5901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have be working on attaching building images using the attachment ability in Gis v.10 via ORACLE v.11 the problem is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After few days i remember that i didn't do any reconcile function and i tired to do but all i have is a pop up error box with the following text " The version could not be reconciled. Underlying DBMS error [ORA-00001: unique constraint (SDE.A23_PK) violated] {SDE.LANDS_USE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i fix it &amp;amp; Backup the building feature with the attached Images ? &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;Bilal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 09:51:18 GMT</pubDate>
    <dc:creator>BilalMustafa</dc:creator>
    <dc:date>2013-10-23T09:51:18Z</dc:date>
    <item>
      <title>ArcSde Reconcile Problem. Please Help</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101376#M5901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have be working on attaching building images using the attachment ability in Gis v.10 via ORACLE v.11 the problem is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After few days i remember that i didn't do any reconcile function and i tired to do but all i have is a pop up error box with the following text " The version could not be reconciled. Underlying DBMS error [ORA-00001: unique constraint (SDE.A23_PK) violated] {SDE.LANDS_USE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i fix it &amp;amp; Backup the building feature with the attached Images ? &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;Bilal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 09:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101376#M5901</guid>
      <dc:creator>BilalMustafa</dc:creator>
      <dc:date>2013-10-23T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSde Reconcile Problem. Please Help</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101377#M5902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bilal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to Reconcile after removing the attachment. &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Take a copy of the data and keep it on your local drive before you remove the attachment from the database&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 11:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101377#M5902</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2013-10-23T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSde Reconcile Problem. Please Help</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101378#M5903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once you get your geodatabase stable again, you really ought to take the effort&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to re-implement using best practices -- &lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt; Create a tablespace to store geodata&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Create a user to own geodata (with DEFAULT TABLESPACE in the new tablespace)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Transfer all the geodata owned by SDE into new tables owned by the owner user&lt;/LI&gt;&lt;BR /&gt;(stored in the new tablespace)&lt;BR /&gt;&lt;LI&gt; If you haven't been doing them already, institute a regular backup mechanism&lt;/LI&gt;&lt;BR /&gt;(what I tell myself is, "If you don't have reliable backups, you never really cared &lt;BR /&gt;about the data the backup would have protected").&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Among the benefits will be reduced possibility of corruption of the geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;due to SDE tablespace overfill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 11:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-reconcile-problem-please-help/m-p/101378#M5903</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-23T11:31:37Z</dc:date>
    </item>
  </channel>
</rss>

