<?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: Unable to get permissions info on table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512625#M29098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oracle does not support multiple databases the way that SQL-Server does (until Oracle12c, and ArcGIS doesn't yet support multi-tenant databases), so you're not using the multi-database model to which I was referring (which I believe to be deprecated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the metadata you provided, if sdeexport is going to work, it would be with:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdeexport -o create -D my_db -t dbo.my_feature -f my_feature&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; -u sa -p "password"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;or possibly just &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;sdeexport -o create -t dbo.my_feature -f my_feature&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; -u sa -p "password"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's actually against best practice to create a database named "SDE" in SQL-Server, and to place data which will be used together in multiple databases (it significantly impairs performance to join across databases).&amp;nbsp; I don't ever use SDO-owned tables, mostly because of the peculiar security model it produces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice is to create logins, users and schemas for each logical owner, and to use Direct Connect with ArcGIS Desktop to manipulate the tables (if geodatbase functionality exists in the feature class, the output of 'sdeexport' may be corrupt, or at least not useful for recreating the previous contents).&amp;nbsp; Use of application servers (and the sdeexport command) is deprecated at ArcGIS 10.2, and will not be available at 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 04:05:21 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-10-09T04:05:21Z</dc:date>
    <item>
      <title>Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512618#M29091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using sdeexport command to export my feature class from MS SQL Server 2012. I am sure that the table is existing and connection is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Windows\system32&amp;gt;sdeexport -o create -t my_db.dbo.my_feature -f my_feature&lt;SPAN style="line-height: 1.5;"&gt; -s DB1 -D DEV -u sa -p "password"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcSDE 10.2&lt;/P&gt;&lt;P&gt;SDEX File Export&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;Exporting ArcSDE object to "my_feature" in SDEX export format ...&lt;/P&gt;&lt;P&gt;SDE Code (-162)= Invalid database name&lt;/P&gt;&lt;P&gt;Unable to get permissions info on table "my_db.dbo.my_feature"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 features converted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 features exported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also, I found the following log in sde_esri_sde,log&lt;/P&gt;&lt;P&gt;C:\Users\ADMINI~1\AppData\Local\Temp\2\arcE506: No such file or directory&lt;/P&gt;&lt;P&gt;[Mon Sep 22 17:39:32 2014] [0] [AFCD-BDS-GD1] WARNING: SDETMP: Setting temp path to c:\temp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if someone could help me with this problem, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 09:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512618#M29091</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-09-22T09:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512619#M29092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you specify "-D DEV" when the the table appears to be in "my_db"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: It's NOT recommended to do ANYTHING in an ArcSDE geodatabase as 'sa'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512619#M29092</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-09-22T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512620#M29093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi VInce, thanks for your reply, I have removed the flags "D" and "s", although the error is still occurred, the error log messages have been changed as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;STRONG&gt;Command:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;C:\Windows\system32&amp;gt;sdeexport -o create -t my_db.dbo.my_feature -f my_feature&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; -u sa -p "password"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcSDE 10.2&lt;/P&gt;&lt;P&gt;SDEX File Export&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;Exporting ArcSDE object to "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;my_feature&lt;/SPAN&gt;" in SDEX export format ...&lt;/P&gt;&lt;P&gt;SDE Code (-162)= Invalid database name&lt;/P&gt;&lt;P&gt;Unable to get permissions info on table "&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;my_db.dbo.my_feature&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 features converted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 features exported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Log:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Wed Oct 08 16:59:08 2014 - SDE Server Pid 7160 Registered, User: DBO, Schema: sde, Machine: MAP&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Wed Oct 08 16:59:08 2014 - SDE Server 7160 exit'd with status 0&lt;/P&gt;&lt;P&gt;Wed Oct 08 16:59:08 2014 - SDE Server Pid 7160 Stopped, User: DBO, Schema: sde, Machine: MAP&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;1&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512620#M29093</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-10-08T09:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512621#M29094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "-D" is required for a Direct Connect.&amp;nbsp; The database name prefix should not be on the table ('-t') parameter.&lt;/P&gt;&lt;P&gt;It's still not recommended to use 'sa' with command-line tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should probably connect as the table owner with an 'sdelayer -o describe' to be certain of what ArcGIS considers the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 15:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512621#M29094</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-08T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512622#M29095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your advice, I will create another account for sde export for long-term usage. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;After I use the "sdelayer -o describe -u sa -p password" command, I found that the default database is referring to my sde admin db.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcSDE 10.2&lt;/P&gt;&lt;P&gt;Layer&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration Utility&lt;/P&gt;&lt;P&gt;-----------------------------------------------------&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SDE&lt;/P&gt;&lt;P&gt;Table Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SDE&lt;/P&gt;&lt;P&gt;Table Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : TEST&lt;/P&gt;&lt;P&gt;Spatial Column&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : SHAPE&lt;/P&gt;&lt;P&gt;Layer id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 3&lt;/P&gt;&lt;P&gt;Entities&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : npc&lt;/P&gt;&lt;P&gt;Layer Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : In-Line Spatial Type&lt;/P&gt;&lt;P&gt;I/O Mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NORMAL&lt;/P&gt;&lt;P&gt;Autolocking&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Enabled&lt;/P&gt;&lt;P&gt;Precision&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : High&lt;/P&gt;&lt;P&gt;User Privileges&amp;nbsp;&amp;nbsp;&amp;nbsp; : SELECT, UPDATE, INSERT, DELETE&lt;/P&gt;&lt;P&gt;Layer Configuration: DEFAULTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I want the sdeexport can export the table from the database "my_db". The server information is shown as below, would you please advice the properly command and setting to export the feature? Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Server\Instance: &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;DB1\DEV&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Database: &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;my_db&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Owner: sa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Table name: dbo.my_feature&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 02:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512622#M29095</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-10-09T02:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512623#M29096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you create this instance?&amp;nbsp; I abandoned multi-database storage at ArcSDE 9.0, and have never attempted to create a table as 'sa', so I've never seen a deployment like this (and didn't think it was technically feasible to do so since 9.3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact contents of the SDE.SDE.LAYERS table?&amp;nbsp; Is there a row that corresponds to your target layer?&amp;nbsp; What database is recorded for the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 02:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512623#M29096</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-09T02:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512624#M29097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My another project is using oracle 11g and ArcGIS 10.1, it is working properly with multi-database. And this is my first time to use SQL server for ArcGIS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I query the "[sde].[SDE_layers]", I found that there are 2 features (table_name=GDB_ITEM, TEST), and obviously I cannot find any feature class information that is stored in this table. However, "[MY_DB].[dbo].[SDE_layers]" has contained the features that I want to export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me introduce my ArcGIS server setup background. Esri team helped me install ArcGIS server and ArcSDE service, and then a schema "SDE" was created in my SQL server. My client wanted to separate the the business data and create another database schema "my_db", so all of my features are stored in "my_db". Also, I used ArcCatalog to register "my_db" and create a database connection to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As such, what steps should I do to let the sdeexport stop reading "sde", but "my_db" instead? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 03:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512624#M29097</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-10-09T03:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512625#M29098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oracle does not support multiple databases the way that SQL-Server does (until Oracle12c, and ArcGIS doesn't yet support multi-tenant databases), so you're not using the multi-database model to which I was referring (which I believe to be deprecated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the metadata you provided, if sdeexport is going to work, it would be with:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdeexport -o create -D my_db -t dbo.my_feature -f my_feature&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; -u sa -p "password"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;or possibly just &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;sdeexport -o create -t dbo.my_feature -f my_feature&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; -u sa -p "password"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's actually against best practice to create a database named "SDE" in SQL-Server, and to place data which will be used together in multiple databases (it significantly impairs performance to join across databases).&amp;nbsp; I don't ever use SDO-owned tables, mostly because of the peculiar security model it produces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice is to create logins, users and schemas for each logical owner, and to use Direct Connect with ArcGIS Desktop to manipulate the tables (if geodatbase functionality exists in the feature class, the output of 'sdeexport' may be corrupt, or at least not useful for recreating the previous contents).&amp;nbsp; Use of application servers (and the sdeexport command) is deprecated at ArcGIS 10.2, and will not be available at 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 04:05:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512625#M29098</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-09T04:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512626#M29099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally, I get it works...I have 2 esri_sde services...one is "esri_sde", another is "n_esri_sde". I don't know why I have already specify the "-i n_esri_sde" but it keeps using esri_sde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, Does there any other command tool for me to export and import the feature? Would you please suggest the best way to do so? If I just have to export the table structure of a feature, does the command also support? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 04:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512626#M29099</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-10-09T04:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get permissions info on table</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512627#M29100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you must specify the "-i" instance if it is not the default ("esri_sde") or the contents of the SDEINSTANCE environment variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS can export feature classes schema-only in XML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 04:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-get-permissions-info-on-table/m-p/512627#M29100</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-09T04:40:39Z</dc:date>
    </item>
  </channel>
</rss>

