<?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: still versioned after unregistering? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864526#M5933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair enough George. Thanks for the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2020 17:52:49 GMT</pubDate>
    <dc:creator>forestknutsen1</dc:creator>
    <dc:date>2020-03-03T17:52:49Z</dc:date>
    <item>
      <title>still versioned after unregistering?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864522#M5929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After unregistering&amp;nbsp;as versioned all objects in a schema the simple relationships still show up as versioned when I check with sql. There is also one feature dataset that has the same problem. When I check the feature dataset with ArcCatalog it gives me the option to register as versioned. So, I think the sql query is not telling the whole story... Why is this happing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;select&lt;/SPAN&gt; i&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; name&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; t&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;type&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; sde&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gdb_items_vw i
 &lt;SPAN class="keyword token"&gt;join&lt;/SPAN&gt; sde&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gdb_itemtypes t
 &lt;SPAN class="keyword token"&gt;on&lt;/SPAN&gt; i&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;type&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; t&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;uuid
&lt;SPAN class="keyword token"&gt;where&lt;/SPAN&gt; i&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;definition &lt;SPAN class="operator token"&gt;like&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%Versioned&amp;gt;true%'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864522#M5929</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2021-12-12T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: still versioned after unregistering?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864523#M5930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested this in my test SQL Server DB and it worked as expected when I unversioned a FC. I looked at the xml file within the gdb_items table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:14:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864523#M5930</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2020-03-02T21:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: still versioned after unregistering?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864524#M5931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it looks a little buggy to me--like the xml in the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;gdb_items_vw is not getting updated when the other sde system tables are. (We are on Oracle).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 22:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864524#M5931</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2020-03-02T22:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: still versioned after unregistering?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864525#M5932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend working with Tech Support and an analyst on this behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864525#M5932</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2020-03-03T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: still versioned after unregistering?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864526#M5933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair enough George. Thanks for the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/still-versioned-after-unregistering/m-p/864526#M5933</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2020-03-03T17:52:49Z</dc:date>
    </item>
  </channel>
</rss>

