<?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: Changing a version's parent in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97531#M5673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than mess with changing the parent version, why not change your workflow to reconcile and post edits directly to DEFAULT from your edit versions?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 19:25:10 GMT</pubDate>
    <dc:creator>KimPeter</dc:creator>
    <dc:date>2012-09-26T19:25:10Z</dc:date>
    <item>
      <title>Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97528#M5670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We currently have a Bulletin Board version under sde.default, and then edit versions under the Bulletin Board version. Our normal workflow is to reconcile/post the edit versions to the Bulletin Board during the day. At the end of the day the Bulletin Board is reconciled/posted with sde.default. Usually this works fine. We do have many (300+) long-term versions that can have work in-process for months. They are reconciled daily bia a batch reconcile tool. My question is this: Can we change the parent version on existing versions from the Bulletin Board to sde.default without having to post them? We would like to get rid of the Bulletin Board version because of ghost conflicts we are getting and go to a flat versioning structure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 21:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97528#M5670</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-21T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97529#M5671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you cannot change a version's parent after it has been created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to create all the versions again, if you want the parent to be SDE.Default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;asrujit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 01:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97529#M5671</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-09-26T01:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97530#M5672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while not supported, this can be done.&amp;nbsp; I've done it before for other bulletin board folks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) test this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) take good backups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) the trick is to get bulletin board and sde.default to be at the exact same state prior to re-parenting.&amp;nbsp; This is achieved by posting and reconciling the in the appropriate order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) once they are at the same state (query sde.versions), you can update the attributes in sde.versions for the version which you'd like to reparent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE sde.versions SET parent_name = 'DEFAULT', parent_owner = 'SDE', parent_version_id = 1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE owner = 'CHILD OWNER' AND name ='CHILD VERSION NAME';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;commit;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97530#M5672</guid>
      <dc:creator>anthonysanchez</dc:creator>
      <dc:date>2012-09-26T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97531#M5673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than mess with changing the parent version, why not change your workflow to reconcile and post edits directly to DEFAULT from your edit versions?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97531#M5673</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-09-26T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97532#M5674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's exactly the workflow that's causing Dori's ghost conflict problem to begin with. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 03:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97532#M5674</guid>
      <dc:creator>anthonysanchez</dc:creator>
      <dc:date>2012-09-27T03:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97533#M5675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the replies. We have had ghost conflicts appear about every 2 years and it's a real pain to clean up. We are at the point of desparation and willing to get rid of our bulletin board version. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; I'll test out the process you suggested Anthony and see if I break anything. Of course, backups first!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 17:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97533#M5675</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-28T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing a version's parent</title>
      <link>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97534#M5676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dori,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would encourage you to also contact support about your phantom conflicts.&amp;nbsp; If there is a problem in the software that's causing this, we need to fix it. Or if it is a problem that happens with certain workflows, we need to document how to avoid it.&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;Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 22:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/changing-a-version-s-parent/m-p/97534#M5676</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-09-28T22:26:00Z</dc:date>
    </item>
  </channel>
</rss>

