<?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 a layer with sde in a feature dataset in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307086#M17525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You cannot use ArcSDE command line tools to add &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;anything&lt;/SPAN&gt;&lt;SPAN&gt; to a feature dataset, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ever&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tools written with just the ArcSDE API are not geodatabase-aware.&amp;nbsp; Only ArcObjects-based&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tools like ArcPy can manage feature dataset management.&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, 28 Feb 2014 19:50:55 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-02-28T19:50:55Z</dc:date>
    <item>
      <title>register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307083#M17522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using arcgis 10.2 with geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the command &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sdelayer -o register &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to register an oracle spatial table with sde.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I want to register it inside a feature dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't see a way to do that in the command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more related problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I registered the layer normally, and they I tried to move it to the feature dataset with arccatalog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I was not able to do that, because I got the "unavailable" icon when the layer is over the feature dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;although both (layer and feature dataset) share the same coordinate system&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 15:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307083#M17522</guid>
      <dc:creator>GhassanKarwchan</dc:creator>
      <dc:date>2014-02-28T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307084#M17523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find anything on how to directly register a table with the geodatabase inside a feature dataset using SDELAYER, either.&amp;nbsp; But, I also can't find anything that says Oracle Spatial object classes can't exist in feature datasets.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How about trying to register the table at the root of the geodatabase but using another data storage type (SDELOB or ST_Geometry), then try moving it into a feature dataset using ArcCatalog, and THEN changing the geometry data storage type using SDELAYER -O MIGRATE ?&amp;nbsp; In other words, you might be able to move the newly-registered table into a feature dataset if you don't initially register it as SDO_GEOMETRY.&amp;nbsp; Maybe you already tried this... and that's what you meant by "I registered the layer normally".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 15:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307084#M17523</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-02-28T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307085#M17524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What William suggested could be the best workaround solution......can you please share with us a snapshot image when you perform copy/paste of the layer to the dataset.One thing came to my mind , can you create an empty layer with sdo_geometry storage and just upload the data from the table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 18:01:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307085#M17524</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-02-28T18:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307086#M17525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You cannot use ArcSDE command line tools to add &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;anything&lt;/SPAN&gt;&lt;SPAN&gt; to a feature dataset, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ever&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tools written with just the ArcSDE API are not geodatabase-aware.&amp;nbsp; Only ArcObjects-based&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tools like ArcPy can manage feature dataset management.&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, 28 Feb 2014 19:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307086#M17525</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-02-28T19:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307087#M17526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You cannot use ArcSDE command line tools to add &lt;SPAN style="font-style:italic;"&gt;anything&lt;/SPAN&gt; to a feature dataset, &lt;SPAN style="font-style:italic;"&gt;ever&lt;/SPAN&gt;.&lt;BR /&gt;Tools written with just the ArcSDE API are not geodatabase-aware.&amp;nbsp; Only ArcObjects-based&lt;BR /&gt;tools like ArcPy can manage feature dataset management.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks V&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That explain what I found that using that sde command "SdeLayer" didn't register the feature class in the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I found that when I right-mouse click on it and show the context menu, the option "Register with geodatabase" is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remember that registration has two phases, register with SDE and register with Geodatabase, and I&amp;nbsp; never understand what the difference between them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, my question, if I want to write a python script to register with the geodatabase, which arcpy commands I can use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and do I have to register it with SDE first?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 00:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307087#M17526</guid>
      <dc:creator>GhassanKarwchan</dc:creator>
      <dc:date>2014-03-02T00:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307088#M17527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can use "&lt;/SPAN&gt;&lt;STRONG&gt;arcpy.RegisterWithGeodatabase_management&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;check this: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000r000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000r000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 02:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307088#M17527</guid>
      <dc:creator>EmadAl-Mousa</dc:creator>
      <dc:date>2014-03-02T02:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: register a layer with sde in a feature dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307089#M17528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I remember that registration has two phases, register with SDE and register with Geodatabase, and I&amp;nbsp; never understand what the difference between them.&lt;BR /&gt;So, my question, if I want to write a python script to register with the geodatabase, which arcpy commands I can use?&lt;BR /&gt;&lt;STRONG&gt;and do I have to register it with SDE first?&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;you don't&lt;/SPAN&gt;&lt;SPAN&gt;. ArcSDE registration is an integral part of registering with the Geodatabase. So once you register a layer with the Geodatabase, it is also registered in ArcSDE system tables (but &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; the other way around: registering your layer with the "sdelayer" command in ArcSDE &lt;/SPAN&gt;&lt;STRONG&gt;won't&lt;/STRONG&gt;&lt;SPAN&gt; register it automatically with the Geodatabase).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 06:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/register-a-layer-with-sde-in-a-feature-dataset/m-p/307089#M17528</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-03-02T06:56:25Z</dc:date>
    </item>
  </channel>
</rss>

