<?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: Register view as a layer to use in GeoProcessing tool in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190120#M10742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...which I exactly what I ended up doing... breaking out the old command line tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 11:56:34 GMT</pubDate>
    <dc:creator>MichaelBlom</dc:creator>
    <dc:date>2014-04-04T11:56:34Z</dc:date>
    <item>
      <title>Register view as a layer to use in GeoProcessing tool</title>
      <link>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190117#M10739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the past, there was the command line tool "sdelayer -o register" and I could register a view as a layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I read in this blog posting &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.esri.com/esri/supportcenter/2013/10/04/do-this-not-that-alternatives-to-using-sde-command-line-tools/" rel="nofollow" target="_blank"&gt;http://blogs.esri.com/esri/supportcenter/2013/10/04/do-this-not-that-alternatives-to-using-sde-command-line-tools/&lt;/A&gt;&lt;SPAN&gt;, instead of using "sdelayer -o register ...." &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;If needing to take advantage of geodatabase functionality, you can register the feature classes/tables with the geodatabase, which will also registers them with the ArcSDE system tables during the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I used this register with Geodatabase tool, and apparently "views are not supported".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help please me with registering my view as a layer if you can.&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;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190117#M10739</guid>
      <dc:creator>MichaelBlom</dc:creator>
      <dc:date>2014-04-03T12:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Register view as a layer to use in GeoProcessing tool</title>
      <link>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190118#M10740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I right click on the view, I can see there is an option to Manage-&amp;gt; Register with Geodatabase, but this is greyed out &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this because views are not supported?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190118#M10740</guid>
      <dc:creator>MichaelBlom</dc:creator>
      <dc:date>2014-04-03T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Register view as a layer to use in GeoProcessing tool</title>
      <link>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190119#M10741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Views cannot have SDE-set rowid columns, and are therefore not eligible for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabase registration.&amp;nbsp; They are supported as simple feature classes if&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the geometry column is registered with ArcSDE via 'sdelayer -o register'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190119#M10741</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-04-04T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Register view as a layer to use in GeoProcessing tool</title>
      <link>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190120#M10742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...which I exactly what I ended up doing... breaking out the old command line tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 11:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-view-as-a-layer-to-use-in-geoprocessing/m-p/190120#M10742</guid>
      <dc:creator>MichaelBlom</dc:creator>
      <dc:date>2014-04-04T11:56:34Z</dc:date>
    </item>
  </channel>
</rss>

