<?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: create esri_sde service failed in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487155#M27655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are dozens, if not hundreds, of reasons for service start to fail (the biggest reason&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is not having created the database, or executed Create Enterprise Geodatabase).&amp;nbsp; You'd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to provide a lot more information on your environment, configuration, and error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;messages before anyone here could help.&amp;nbsp; Tech Support is probably your most reliable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;way to work through install failure issues.&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, 24 Sep 2013 13:23:28 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-09-24T13:23:28Z</dc:date>
    <item>
      <title>create esri_sde service failed</title>
      <link>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487152#M27652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am doing MS SQL Server (2012 version) based ArcSDE (10.1). I followed the installation guide to do create and start the service. But when I started the service, it is always failed. No matter what I do, I always get the error message of "The ArcSDE Service (esri_sde) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I am following the installation guide and I want to create the service on the local server machine, I want to ask experts questions based on the steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. for creating the service, I use the default service name, which is esri_sde. My machine name is &lt;/SPAN&gt;&lt;STRONG&gt;TEST1&lt;/STRONG&gt;&lt;SPAN&gt;, and the SQL Server instance name is: &lt;/SPAN&gt;&lt;STRONG&gt;MSSQLSERVER&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; In the sample command line: sdeservice -o create -d SQLSERVER,MYSERVER\SSINSTANCE -i sdesvc -p keepout&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; For the d parameter, if I use TEST1\MSSQLSERVER, it gives me the error message: Database service MSSQL$MSSQLSERVER does not exist. Use option -n to exclude MSSQL$MSSQLSERVER from ArcSDE dependent service.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; If I use only machine name, it works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; For me, the working command line is: &lt;/SPAN&gt;&lt;STRONG&gt;sdeservice -o create -d SQLSERVER,CATEVAC2 -p keepout&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. for register operation of ADMIN_DATABASE , the sample command is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; sdeservice -o register -d SQLSERVER,MYSERVER\SSINSTANCE -r ADMIN_DATABASE -v mygdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; In my case, I changed MYSERVER\SSINSTANCE to TEST1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; My questions are: what is ADMIN_DATABASE? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; How to set it? There is no database mygdb in the instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Should this database pre-exist? I created a sde database by using the Database Management Studio, and I changed "mygdb" to "sde". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; So, in my case, the register database opertion command line is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; sdeservice -o register -d SQLSERVER,TEST1 -r ADMIN_DATABASE -v sde&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. for register operation of SDE_DBA_USER, the sample command is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; sdeservice -o register -d SQLSERVER,MYSERVER\SSINSTANCE -r SDE_DBA_USER -v "localhost\network service" -i sdesvc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I changed MYSERVER\SSINSTANCE to TEST1 and removed -i sdesvc since I want to use the default service name. So, my working verion of command line is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; sdeservice -o modify -d SQLSERVER,TEST1 -r SDE_DBA_USER -v "localhost\network service"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, three commands were executed successfully. But when I tried to start up the esri_sde, I got error messages as I mentioned before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any else setting that I left out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 15:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487152#M27652</guid>
      <dc:creator>xiannianchen</dc:creator>
      <dc:date>2013-05-07T15:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: create esri_sde service failed</title>
      <link>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487153#M27653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm experience the same issue after upgrade 10.0 to 10.1. Have you found any solution to this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Viet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Hi, friends,&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;I am doing MS SQL Server (2012 version) based ArcSDE (10.1). I followed the installation guide to do create and start the service. But when I started the service, it is always failed. No matter what I do, I always get the error message of "The ArcSDE Service (esri_sde) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs".&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Since I am following the installation guide and I want to create the service on the local server machine, I want to ask experts questions based on the steps.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;1. for creating the service, I use the default service name, which is esri_sde. My machine name is&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;TEST1&lt;/STRONG&gt;, and the SQL Server instance name is:&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;MSSQLSERVER&lt;/STRONG&gt;.&amp;nbsp; &lt;BR /&gt; In the sample command line: sdeservice -o create -d SQLSERVER,MYSERVER\SSINSTANCE -i sdesvc -p keepout&amp;nbsp; &lt;BR /&gt; For the d parameter, if I use TEST1\MSSQLSERVER, it gives me the error message:&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-style: italic;"&gt;Database service MSSQL$MSSQLSERVER does not exist. Use option -n to exclude MSSQL$MSSQLSERVER from ArcSDE dependent service.&lt;/SPAN&gt;.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; If I use only machine name, it works.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; For me, the working command line is:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;sdeservice -o create -d SQLSERVER,CATEVAC2 -p keepout&lt;/STRONG&gt;&lt;/SPAN&gt;.&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;2. for register operation of ADMIN_DATABASE , the sample command is:&amp;nbsp;&amp;nbsp; &lt;BR /&gt; sdeservice -o register -d SQLSERVER,MYSERVER\SSINSTANCE -r ADMIN_DATABASE -v mygdb&amp;nbsp; &lt;BR /&gt; In my case, I changed MYSERVER\SSINSTANCE to TEST1.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; My questions are: what is ADMIN_DATABASE?&amp;nbsp;&amp;nbsp; &lt;BR /&gt; How to set it? There is no database mygdb in the instance.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; Should this database pre-exist? I created a sde database by using the Database Management Studio, and I changed "mygdb" to "sde".&amp;nbsp;&amp;nbsp; &lt;BR /&gt; So, in my case, the register database opertion command line is:&amp;nbsp; &lt;BR /&gt; sdeservice -o register -d SQLSERVER,TEST1 -r ADMIN_DATABASE -v sde&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;3. for register operation of SDE_DBA_USER, the sample command is:&amp;nbsp; &lt;BR /&gt; sdeservice -o register -d SQLSERVER,MYSERVER\SSINSTANCE -r SDE_DBA_USER -v "localhost\network service" -i sdesvc&amp;nbsp; &lt;BR /&gt; I changed MYSERVER\SSINSTANCE to TEST1 and removed -i sdesvc since I want to use the default service name. So, my working verion of command line is:&amp;nbsp; &lt;BR /&gt; sdeservice -o modify -d SQLSERVER,TEST1 -r SDE_DBA_USER -v "localhost\network service"&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;In my case, three commands were executed successfully. But when I tried to start up the esri_sde, I got error messages as I mentioned before.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Any else setting that I left out?&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Thanks for any help.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;-Mike&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487153#M27653</guid>
      <dc:creator>VietLe1</dc:creator>
      <dc:date>2013-05-23T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: create esri_sde service failed</title>
      <link>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487154#M27654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We esperienced the same problem. The services were created and registered successfully, but would not stay started. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"ArcSDE Service....started and then stopped. Some services stop sutomatically if they were not in use by other services or programs"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please post a resolution if you found one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 12:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487154#M27654</guid>
      <dc:creator>NAOMIPAUL</dc:creator>
      <dc:date>2013-09-24T12:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: create esri_sde service failed</title>
      <link>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487155#M27655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are dozens, if not hundreds, of reasons for service start to fail (the biggest reason&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is not having created the database, or executed Create Enterprise Geodatabase).&amp;nbsp; You'd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to provide a lot more information on your environment, configuration, and error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;messages before anyone here could help.&amp;nbsp; Tech Support is probably your most reliable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;way to work through install failure issues.&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, 24 Sep 2013 13:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-esri-sde-service-failed/m-p/487155#M27655</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-09-24T13:23:28Z</dc:date>
    </item>
  </channel>
</rss>

