<?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: Administration Utility Error in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391604#M22472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Best practice is to forget the SDE user exists.&amp;nbsp; It should not be used to get layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properties -- That's the job of the table owner or a browse user to whom SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access has been granted.&amp;nbsp; If you use the SDE user casually, there will be a moment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when you regret it; hopefully it won't involve a complete database restore to fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 12:01:58 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-06-05T12:01:58Z</dc:date>
    <item>
      <title>Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391599#M22467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good Day Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i tried to run the command SDELAYER&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDELAYER -O DESCRIBE_LONG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it throughs an error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[sde@LinuxServer etc]$ sdelayer -o describe_long&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: SDE not running on server (-101).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Cannot get configuration information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where my service is up and running. I tried restarting the ArcSDE service, it did not worked out...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Environment: Oracle 11.2.0.3, RHEL6, ArcSDE 10.1(SP1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please look into this issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Abdullah Saleh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 09:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391599#M22467</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2013-06-05T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391600#M22468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's probably been two or three times in the past eighteen years where I really&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wanted to run an unadorned "describe_long", but for the most part, you never&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;want to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ALL command line utilities (may they rest in peace) take *lots* of arguments, the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; most important of which are the connection parameters (-s / -i / -D / -u / -p).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All table commands require a "-t".&amp;nbsp; All layer commands require a "-l". The exact&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;syntax can be discovered by running the command without any arguments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; In reality, it gets even more interesting, because the connection parameters are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mostly optional, and they have environment variable equivalents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If, after setting SDEUSER and SDEPASSWORD, and using a -l constraint, you &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;discover that the instance is not running on the default port on the local host,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you will also need to use or set the server and/or instance parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 09:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391600#M22468</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-06-05T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391601#M22469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince thanks for your input..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While trying to find a workaround, i found the below command worked instead..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdelayer -o describe_long -i 5151 -l LayerName,Column -u sde -s ServerName&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the below link to find a workaround...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/2309-A-problem-seemed-silly-cannot-connect-to-SDE-service"&gt;http://forums.arcgis.com/threads/2309-A-problem-seemed-silly-cannot-connect-to-SDE-service&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to "Yu De"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-AS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391601#M22469</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2013-06-05T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391602#M22470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't think of a single reason why that command should ever be run as user SDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The SDE user should be reserved for ArcSDE instance administration.&amp;nbsp; The SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user should not ever own spatial data (treat it like a restricted admin account).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391602#M22470</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-06-05T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391603#M22471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can't think of a single reason why that command should ever be run as user SDE.&lt;BR /&gt;The SDE user should be reserved for ArcSDE instance administration.&amp;nbsp; The SDE&lt;BR /&gt;user should not ever own spatial data (treat it like a restricted admin account).&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;I too agree with you, Vince...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually the command is run by the SDE User, but the layer is owned by another user. It was just to show the example. Actual command looks like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$ sdelayer -o describe_long -i 5151 -l LayerOwner.LayerName,ColumnName -u sde -s ServerName&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-AS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391603#M22471</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2013-06-05T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Administration Utility Error</title>
      <link>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391604#M22472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Best practice is to forget the SDE user exists.&amp;nbsp; It should not be used to get layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properties -- That's the job of the table owner or a browse user to whom SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;access has been granted.&amp;nbsp; If you use the SDE user casually, there will be a moment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when you regret it; hopefully it won't involve a complete database restore to fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 12:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/administration-utility-error/m-p/391604#M22472</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-06-05T12:01:58Z</dc:date>
    </item>
  </channel>
</rss>

