<?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: Creating Database View Using ArcMap 10.1 GP Tool in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258142#M14743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thanks for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the idea of us creating the view using the GP Tool and then registering it sounds like a sensible approach for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 09:59:49 GMT</pubDate>
    <dc:creator>IanEvans3</dc:creator>
    <dc:date>2015-02-27T09:59:49Z</dc:date>
    <item>
      <title>Creating Database View Using ArcMap 10.1 GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258138#M14739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering if someone can confirm behaviour with using the GP Tool within ArcMap 10.1 for creating a database view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running the GP tool, and it sucessfully running, I can now see the view within the SDE database connection. I can drag this into ArcMap, and see the data both spatially and the attribute table. However, if I try and interact with it spatially, such clicking on it with the identify tool then the identify tool does not return a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt;- Is this the expected behaviour?&lt;/P&gt;&lt;P&gt;- And if so, how do I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read other posts regarding regsitering it with SDE etc, but just want to check I am getting the right end of the stick before I ask our DBA to do anything for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 16:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258138#M14739</guid>
      <dc:creator>IanEvans3</dc:creator>
      <dc:date>2015-02-26T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Database View Using ArcMap 10.1 GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258139#M14740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is&amp;nbsp; known issue.&amp;nbsp; The work around to create views is to use the SDE Command line tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258139#M14740</guid>
      <dc:creator>TinaMorgan1</dc:creator>
      <dc:date>2015-02-26T21:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Database View Using ArcMap 10.1 GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258140#M14741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which database are you using (Oracle, SQL Server, ....)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also as Tina suggested, try creating the View using SDE Commandline tool (sdetable -o create_view) and then check the behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 21:30:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258140#M14741</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2015-02-26T21:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Database View Using ArcMap 10.1 GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258141#M14742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to the extreme limitations of the interface (eliminating all JOIN clauses), '&lt;SPAN style="font-family: 'courier new', courier;"&gt;sdetable -o create_view&lt;/SPAN&gt;' should &lt;EM&gt;&lt;STRONG&gt;only&lt;/STRONG&gt;&lt;/EM&gt; be used when the geometry storage is SDEBINARY/SDELOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice it to create the view elsewhere (as in the GP tool, or via SQL), then use '&lt;SPAN style="font-family: 'courier new', courier;"&gt;sdelayer -o register&lt;/SPAN&gt;' to make the view accessible as a simple feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that registration will fail if the view does not have a unique, non-zero, positive 32-bit integer column on which to base a USER-set registered rowid column, or if more than one topology class is present (e.g., point and poly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 01:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258141#M14742</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-02-27T01:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Database View Using ArcMap 10.1 GP Tool</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258142#M14743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thanks for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the idea of us creating the view using the GP Tool and then registering it sounds like a sensible approach for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 09:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-database-view-using-arcmap-10-1-gp-tool/m-p/258142#M14743</guid>
      <dc:creator>IanEvans3</dc:creator>
      <dc:date>2015-02-27T09:59:49Z</dc:date>
    </item>
  </channel>
</rss>

