<?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: Multi-versioned Views Not seeing data in the A &amp;amp; D tables in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64894#M3753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI confirmed that calling set_current_version against SDE.DEFAULT is behaving badly as described above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some investigation we found the following "fixes":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Don't call "sde.version_util.set_current_version('SDE.DEFAULT')" as it defaults to SDE.DEFAULT when you perform a select on a multi-version view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Modify sde.version_util.set_current_version to perform a select on a multi-version view at the beginning of the procedure, thus ensuring that default is in a good state prior to running the rest of the method&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) use sde.version_util.set_default instead (added in version 10 SP4?).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2012 18:23:19 GMT</pubDate>
    <dc:creator>MatthewTownsend</dc:creator>
    <dc:date>2012-08-24T18:23:19Z</dc:date>
    <item>
      <title>Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64888#M3747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've created multi-versioned views as indicted in ArcSDE help using&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"sdetable -o create_mv_view -T viewname -t table name -i sde: oracle11g -u user -p password"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The view creates fine however none of the data in the delta tables is seen in the view. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Oracle 11g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS/ ArcSDE 10.0.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know what could cause this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have recently loaded the data into 11g database and upgrade ArcSDE from 9.3.1 database. The views worked fine in 9.3.1. We've dropped and recreated the views using SDETABLE commands.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64888#M3747</guid>
      <dc:creator>KevinFox</dc:creator>
      <dc:date>2012-02-22T18:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64889#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Multiversioned views access the SDE.Default version by default.&amp;nbsp; In order to query edits from other versions you will need to execute the ArcSDE version_util.set_current_version stored procedure.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/in_Oracle/006z0000000v000000/"&gt;Here&lt;/A&gt;&lt;SPAN&gt; is more information on how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also perform a reconcile/post to the SDE.Default version and then the edits from the child version will be available in the multiversioned view.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 11:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64889#M3748</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-02-23T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64890#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are experiencing the same problem since upgrading our SDE instance to Oracle 11g and ArcSDE 10.0.2.&amp;nbsp; We have correctly executed the sde.version_util.set_current_version procedure and queries to the multi-versioned views are not returning records in the A &amp;amp; D tables. These same views and procedures worked correctly before upgrading to ArcSDE 10.0.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have tested dropping and recreating the views. Unversioning &amp;amp; re-versioning the data. Creating new data and views and nothing seems to fix the problem. We have also tested on different servers. This problem occurs on two of the Windows 2008 Servers, but the problem does not occur on our AIX server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dana&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 19:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64890#M3749</guid>
      <dc:creator>DanaBaker</dc:creator>
      <dc:date>2012-02-28T19:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64891#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We have correctly executed the sde.version_util.set_current_version procedure and queries to the multi-versioned views are not returning records in the A &amp;amp; D tables.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this problem show up witout using 'EXEC sde.version_util.set_current_version'?&amp;nbsp; It could be &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDcwNzI4"&gt;NIM070728&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As JSkinn3 mentioned, "Multiversioned views access the SDE.Default version by default". Accessing the default version without using 'sde.version_util.set_current_version' should read A &amp;amp; D tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 23:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64891#M3750</guid>
      <dc:creator>MandarPurohit</dc:creator>
      <dc:date>2012-02-28T23:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64892#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you mvpurohit for the tip about NIM070728. This does appear to be the bug that is causing our problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 15:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64892#M3751</guid>
      <dc:creator>DanaBaker</dc:creator>
      <dc:date>2012-02-29T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64893#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I have a similar issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I open a SQLPlus (Oracle client app) connection and do a select on our multiversion view I get current DEFAULT data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I open a SQLPlus connection and first call "sde.version_util.set_current_version('SDE.DEFAULT')" then run the same select it is missing recently added data that IS in DEFAULT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I can't see the bug in the link (&lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDcwNzI4"&gt;NIM070728&lt;/A&gt;&lt;SPAN&gt;) to verify.&amp;nbsp; Is there any way I can get access to view the bug information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any work around, other than NOT calling "sde.version_util.set_current_version('SDE.DEFAULT')"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using ArcGIS 10 SP4 with Oracle 11g (11.2.0.1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 16:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64893#M3752</guid>
      <dc:creator>MatthewTownsend</dc:creator>
      <dc:date>2012-07-02T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-versioned Views Not seeing data in the A &amp; D tables</title>
      <link>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64894#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI confirmed that calling set_current_version against SDE.DEFAULT is behaving badly as described above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some investigation we found the following "fixes":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Don't call "sde.version_util.set_current_version('SDE.DEFAULT')" as it defaults to SDE.DEFAULT when you perform a select on a multi-version view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Modify sde.version_util.set_current_version to perform a select on a multi-version view at the beginning of the procedure, thus ensuring that default is in a good state prior to running the rest of the method&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) use sde.version_util.set_default instead (added in version 10 SP4?).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 18:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multi-versioned-views-not-seeing-data-in-the-a-amp/m-p/64894#M3753</guid>
      <dc:creator>MatthewTownsend</dc:creator>
      <dc:date>2012-08-24T18:23:19Z</dc:date>
    </item>
  </channel>
</rss>

