<?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 Remote ArcSDE start with multiple databases in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696031#M39541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcSDE 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a development, test and production ArcSDE environment.&amp;nbsp; While we can log into the development server, our IT group doesn't not allow us to have login access to the test and production environments.&amp;nbsp; For many ArcSDE functions, we can use ArcCatalog, but to stop and start SDE services, we generally use the SDE command line to remotely interact with the environments that we can't log into directly.&amp;nbsp; Here's the problem...we have multiple databases in each ArcSDE instance.&amp;nbsp; While we can use the command line to shut down any SDE service remotely, we cannot remotely start up the services.&amp;nbsp;&amp;nbsp; For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]sdemon -o shutdown -s servername -i 5153 -u SDE -p password&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE Instance 5153 on servername is Shutdown!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdemon -o start -s servername -i 5153 -u SDE -p password&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Service 5153 doesn't exist on servername.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Operation Failed, Unable to start iomgr.[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have confirmed that the services.sde file has the remote protocol listed and it is uncommented.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;databasename_sde 5153/tcp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also added an SDEINSTANCE environmental variable with the path to the services.sde file.&amp;nbsp; Why would ArcSDE recognize the service to shutdown but not to startup???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 14:40:58 GMT</pubDate>
    <dc:creator>StephanieSnider</dc:creator>
    <dc:date>2013-08-27T14:40:58Z</dc:date>
    <item>
      <title>Remote ArcSDE start with multiple databases</title>
      <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696031#M39541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcSDE 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a development, test and production ArcSDE environment.&amp;nbsp; While we can log into the development server, our IT group doesn't not allow us to have login access to the test and production environments.&amp;nbsp; For many ArcSDE functions, we can use ArcCatalog, but to stop and start SDE services, we generally use the SDE command line to remotely interact with the environments that we can't log into directly.&amp;nbsp; Here's the problem...we have multiple databases in each ArcSDE instance.&amp;nbsp; While we can use the command line to shut down any SDE service remotely, we cannot remotely start up the services.&amp;nbsp;&amp;nbsp; For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]sdemon -o shutdown -s servername -i 5153 -u SDE -p password&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE Instance 5153 on servername is Shutdown!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdemon -o start -s servername -i 5153 -u SDE -p password&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Service 5153 doesn't exist on servername.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Operation Failed, Unable to start iomgr.[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have confirmed that the services.sde file has the remote protocol listed and it is uncommented.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;databasename_sde 5153/tcp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also added an SDEINSTANCE environmental variable with the path to the services.sde file.&amp;nbsp; Why would ArcSDE recognize the service to shutdown but not to startup???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 14:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696031#M39541</guid>
      <dc:creator>StephanieSnider</dc:creator>
      <dc:date>2013-08-27T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ArcSDE start with multiple databases</title>
      <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696032#M39542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shutdown works because the remote port is open and able to accept a shutdown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;request.&amp;nbsp; You have to do a lot more than just uncomment the remote start protocol&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; port to make remote start function [note that remote start is UDP (stateless), not &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TCP (stateful)].&amp;nbsp; The actual procedure is very different depending on whether &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the server is Unix or Windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inability to access the server I was using would force me to abandon application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;services on that server -- this situation just screams for exclusive Direct Connect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be careful not to put any environment variables which are not explicitly called for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in initialization files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696032#M39542</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-27T15:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ArcSDE start with multiple databases</title>
      <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696033#M39543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are planning to move up to 10.2 by the end of the year...although we may still use application services since we do versioned editing and replication.&amp;nbsp; This is just something that has annoyed us for quite some time, so I wanted to see if there was a work-around.&amp;nbsp; If we can avoid having to ask our IT dept to do administrative tasks for us, all the better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696033#M39543</guid>
      <dc:creator>StephanieSnider</dc:creator>
      <dc:date>2013-08-27T15:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ArcSDE start with multiple databases</title>
      <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696034#M39544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see any correlation between application service execution and versioned editing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or replication.&amp;nbsp; If fact, it's quite difficult to access application servers in 10.2 (and is likely&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to be impossible post-10.2), so moving to Direct Connect now would be Best Practice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696034#M39544</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-27T16:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote ArcSDE start with multiple databases</title>
      <link>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696035#M39545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a quick question... is the "databasename_sde 5153/tcp" entry in your services file then very last entry?&amp;nbsp; If yes, is there a blank line just after it?&amp;nbsp; I have found in the past that ArcSDE service entries have trouble with connections as well as starting/stopping the service if there is not a blank entry as the very last line in the services file.&amp;nbsp; This may not be applicable to your situation, but I thought I would share my thoughts.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is that your IT Admin could give assign your domain acount to "Deny log on through Terminal Services" under Local Security Policy settings on the server and add your account to the Users local group which might allow you to manage the services remotely but not log into the server itself via RDP.&amp;nbsp; If he/she did that, you may be able to do the following remotely via command line: SC \\ServerName start databasename_sde 5153/tcp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 01:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remote-arcsde-start-with-multiple-databases/m-p/696035#M39545</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-09-13T01:15:22Z</dc:date>
    </item>
  </channel>
</rss>

