<?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: Number of connections to instance in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519805#M29524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A database connection is made for each ArcGIS Server instance (ArcSOC.exe) that is created for the service(s).&amp;nbsp; The min and max number of instances can be set by right-clicking on the service &amp;gt; Service Properties &amp;gt; Pooling tab.&amp;nbsp; By default, the minimum number of instances is set to 1 and the maximum is set to 2.&amp;nbsp; Therefore, when you start the service 1 connection is made to the SDE geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, an instance is created as Pooled.&amp;nbsp; This means when a request (ie pan/zoom in web app) is made to the service, an instance is taken from the pool, and then returned when the request is over. Once another request is made, say from another web app, that same instance can be used for that service request.&amp;nbsp; So, multiple requests will need to be made at the same time in order for another instance to be created, thus creating another connection to the SDE geodatabase.&amp;nbsp; This will not exceed the maximum number of instances, so by default a service can never exceed two connections to the geodatabase unless this paramter is increased.&amp;nbsp; If the max number of instances is exceeded, the client will have to wait until an instance is returned to the pool before their request is returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Say the max instances of a service is set to two and both are being used, creating two connections to the SDE geodatabase.&amp;nbsp; Then one of the users is finished accessing the service. The second SDE connection will remain until the idle time expires (set within the Services Properties &amp;gt; Pooling tab).&amp;nbsp; Once the idle time expires, the instance will be removed from the server and the connection deleted from the SDE geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 14:46:28 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2012-03-21T14:46:28Z</dc:date>
    <item>
      <title>Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519804#M29523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;installed SQLServer Express and enabled GDB storage using our ArcEditor (Desktop - Standard) License.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few questions regarding the number of connections to the SQL Server instance, named "sqldb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets say I create/publish a .mxd using data from a SDE gdb stored in sqldb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How many clients can simultaneously connect to the service to view the data (read only)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS desktop -- client #1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS online mapA -- client #2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS online mapB -- client #3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JavascriptAPI custom map -- client #4&amp;nbsp; &amp;lt;---will this client receive the 'maximum number of connections to instance exceeded'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 14:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519804#M29523</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-03-21T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519805#M29524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A database connection is made for each ArcGIS Server instance (ArcSOC.exe) that is created for the service(s).&amp;nbsp; The min and max number of instances can be set by right-clicking on the service &amp;gt; Service Properties &amp;gt; Pooling tab.&amp;nbsp; By default, the minimum number of instances is set to 1 and the maximum is set to 2.&amp;nbsp; Therefore, when you start the service 1 connection is made to the SDE geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default, an instance is created as Pooled.&amp;nbsp; This means when a request (ie pan/zoom in web app) is made to the service, an instance is taken from the pool, and then returned when the request is over. Once another request is made, say from another web app, that same instance can be used for that service request.&amp;nbsp; So, multiple requests will need to be made at the same time in order for another instance to be created, thus creating another connection to the SDE geodatabase.&amp;nbsp; This will not exceed the maximum number of instances, so by default a service can never exceed two connections to the geodatabase unless this paramter is increased.&amp;nbsp; If the max number of instances is exceeded, the client will have to wait until an instance is returned to the pool before their request is returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Say the max instances of a service is set to two and both are being used, creating two connections to the SDE geodatabase.&amp;nbsp; Then one of the users is finished accessing the service. The second SDE connection will remain until the idle time expires (set within the Services Properties &amp;gt; Pooling tab).&amp;nbsp; Once the idle time expires, the instance will be removed from the server and the connection deleted from the SDE geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 14:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519805#M29524</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-03-21T14:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519806#M29525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Dan,&lt;BR /&gt;&lt;BR /&gt;A database connection is made for each ArcGIS Server instance (ArcSOC.exe) that is created for the service(s).&amp;nbsp; The min and max number of instances can be set by right-clicking on the service &amp;gt; Service Properties &amp;gt; Pooling tab.&amp;nbsp; By default, the minimum number of instances is set to 1 and the maximum is set to 2.&amp;nbsp; Therefore, when you start the service 1 connection is made to the SDE geodatabase. &lt;BR /&gt;&lt;BR /&gt;By default, an instance is created as Pooled.&amp;nbsp; This means when a request (ie pan/zoom in web app) is made to the service, an instance is taken from the pool, and then returned when the request is over. Once another request is made, say from another web app, that same instance can be used for that service request.&amp;nbsp; So, multiple requests will need to be made at the same time in order for another instance to be created, thus creating another connection to the SDE geodatabase.&amp;nbsp; This will not exceed the maximum number of instances, so by default a service can never exceed two connections to the geodatabase unless this paramter is increased.&amp;nbsp; If the max number of instances is exceeded, the client will have to wait until an instance is returned to the pool before their request is returned.&lt;BR /&gt;&lt;BR /&gt;Say the max instances of a service is set to two and both are being used, creating two connections to the SDE geodatabase.&amp;nbsp; Then one of the users is finished accessing the service. The second SDE connection will remain until the idle time expires (set within the Services Properties &amp;gt; Pooling tab).&amp;nbsp; Once the idle time expires, the instance will be removed from the server and the connection deleted from the SDE geodatabase.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I see why the max. # of instances is set to 2 by default. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;total connections to personal SDE gdb = 3; ArcSOC gets 2, one left for local editing in desktop envir.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519806#M29525</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-03-21T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519807#M29526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still having 'max number of connections to instance exceeded' problems...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the time I originally posted, I was using the ArcGIS-Desktop Standard License for the ArcSDE install; thus, I only had ArcSDE Personal with 3 connection limit. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since then, I activated ArcSDE using the ArcGIS-Server Standard License and now, right click/properties on the db server in ArcCatalog, it displays "Class: ArcSDE Workgroup Server", which I *think* gets 10 connections? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my connection list to the SDE GDB:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gdb_A --- Rest Service 1 (instances in use/running: 0/1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gdb_A --- Rest Service 2 (instances in use/running: 0/2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gdb_A --- Attempt to connect to the sde gdb via ArcCatalog &amp;lt;---Failed to connect, Max. # of connections exceeded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why does this happen, I have ArcSDE Workgroup, shouldn't I get 10 connections? I can only total up 3 above, and the ArcCatalog connection would be 4 ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519807#M29526</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-04-16T16:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519808#M29527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Execute the Setup.exe for ArcSDE and only check the option 'Enable geodatabase storage on SQL Server Express'.&amp;nbsp; After you complete the wizard, detach and then reattach the database using ArcCatalog.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you still cannot make more than 3 connections, try creating a new geodatabase and test to see if you can make more than 3 connections.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 12:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519808#M29527</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-04-17T12:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519809#M29528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The gdb I'm connecting to was created when I was using the SDE personal license; now, after i've switched to an SDE Workgroup license, it seems like the gdb still only accepts the max. # of personal license&amp;nbsp; connections; almost as if this wasn't updated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try creating new gdb and see what happens.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519809#M29528</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-04-17T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519810#M29529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The gdb I'm connecting to was created when I was using the SDE personal license; now, after i've switched to an SDE Workgroup license, it seems like the gdb still only accepts the max. # of personal license&amp;nbsp; connections; almost as if this wasn't updated. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's expected; the license doesn't get updated in individual geodatabases until you detach then re-attach them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Changing_license_keys_for_database_servers_and_their_geodatabases/003n0000006v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Changing_license_keys_for_database_servers_and_their_geodatabases/003n0000006v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 21:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519810#M29529</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-04-23T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519811#M29530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Colleagues;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read a lot of topics in the ESRI's forums and I'm confused yet. When I try to use the data via Database Connections it returns the error "maximum number of instances exceeded". Let me give you a context information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a map service running and consuming ArcSDE Geodatabase data. When I right-click at the Database Server Connection in Catalog&amp;gt;Properties we see "Class: ArcSDE Personal Server". So, when my colleague try to do the same she have yhis error message. But we have, theoretically, only 2 connections: my connection in&amp;nbsp; catalog and the the connection of the map service running. What is wrong here? ArcSOC consume more than one instance of sql?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, any ideas will be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519811#M29530</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-08-23T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519812#M29531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SOC connections can consume as many connections that the service's max instance is set to.&amp;nbsp; You can check this by right-clicking on the service &amp;gt; Service Properties &amp;gt; Pooling tab.&amp;nbsp; If the max is set to 2, and two users are using the service concurrently, then this will spawn two SOC connections within the geodatabase.&amp;nbsp; See my post above for a more in depth explanation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:52:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519812#M29531</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-08-23T14:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519813#M29532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;SOC connections can consume as many connections that the service's max instance is set to.&amp;nbsp; You can check this by right-clicking on the service &amp;gt; Service Properties &amp;gt; Pooling tab.&amp;nbsp; If the max is set to 2, and two users are using the service concurrently, then this will spawn two SOC connections within the geodatabase.&amp;nbsp; See my post above for a more in depth explanation.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks JSkinn3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if I set the pooled service maximum connections to 1 (one) it will use only one connection to database? If it is correct, so me and my colleague have read access to the database, right? The case is: I have this sql geodatabase that is consumed by the web map service, can we (me and one user) access it to read (and one of us write)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 17:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519813#M29532</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-08-23T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519814#M29533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks JSkinn3.&lt;BR /&gt;&lt;BR /&gt;So, if I set the pooled service maximum connections to 1 (one) it will use only one connection to database? If it is correct, so me and my colleague have read access to the database, right? The case is: I have this sql geodatabase that is consumed by the web map service, can we (me and one user) access it to read (and one of us write)?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is correct.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are still receiving a max connections error, check the 'dbo.sde_process_information' table within SQL Server Management Studio to see if there are any orphaned connections.&amp;nbsp; At 10.1, there is new functionality that allows you to see which users are connected to the geodatabase directly from the catalog window.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 17:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519814#M29533</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-08-23T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519815#M29534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you JSkinn3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will test it and give you a feedback soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 17:37:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519815#M29534</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-08-23T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519816#M29535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you JSkinn3.&lt;BR /&gt;I will test it and give you a feedback soon.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is not yet solved. I restarted the ArcSOC, deleted the services that consume the sql database and the message "Maximum number of connections...." still appear. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked the dbo.sde_process_information table within SQL Server Management Studio and cant identify anything, see the attached figure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its a serious issue, very recurrent. Doesn't matter what I do, the connection are not closed. Please, if someone have a tip...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2012 14:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519816#M29535</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-10-20T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519817#M29536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you sure the geodatabase was updated to be a Workgroup geodatabase?&amp;nbsp; You should never see a max connections message with a workgroup geodatabase.&amp;nbsp; Based on this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; When I right-click at the Database Server Connection in Catalog&amp;gt;Properties we see "Class: ArcSDE Personal Server".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...it doesn't sound like you have a workgroup geodatabase.&amp;nbsp; Be sure to authorize the instance with a Server Workgroup license, then update the geodatabases as described in the topic on changing license keys that I referenced in April.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Publishing services from a Desktop database server (ArcSDE Personal Server) is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 18:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519817#M29536</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-10-22T18:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519818#M29537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My Friends;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This quite serious. I really dont know what happens. I Always get the message "maximum number...". I have 2 geodatabases (SQL Express / ArcSDE Workgroup Server), one for rasters other for vectors. In GIS Server I have a geometry service, a geodata service, 6 image services and 3 map services (2 of them consuming an image from the rasters geodatabase each one).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the windows processes list (task manager&amp;gt;processes) I have 12 ArcSOC.exe *32 processes running. Thats all right, all working great. After some requests (by using the web application) the ArcSOC processes jump to 17. So I follow the work normally. In some point one of the rastes (usually on of them) becomes inaccessible (accessing it from the rest a message says "doenst exist or is inaccessible).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it only returns to work normally if a restart the SOM and SOC. Thus, appear the SOCs processes are holding instances indefinitely until I restart the SOC and SOM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be happens? If someone can give a tip, please... I dont know what to do anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 17:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519818#M29537</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-12-07T17:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519819#M29538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If all of these services are accessing data from your SDE Workgroup geodatabases, you are at your maximum connections.&amp;nbsp; Set your 'Maximum number of instance per machine' to 1.&amp;nbsp; You can do this by right-clicking on each service &amp;gt; Service Properties &amp;gt; Pooling.&amp;nbsp; This way an additional database connection is not attempted if a simultaneous request is made on a service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519819#M29538</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-07T18:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519820#M29539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If all of these services are accessing data from your SDE Workgroup geodatabases, you are at your maximum connections.&amp;nbsp; Set your 'Maximum number of instance per machine' to 1.&amp;nbsp; You can do this by right-clicking on each service &amp;gt; Service Properties &amp;gt; Pooling.&amp;nbsp; This way an additional database connection is not attempted if a simultaneous request is made on a service.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks JSkinn3. I Will try it and will let you know how it works. But, this will not impact th number of concurrent access in the web application? Or will be the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other issue, let me understand this better. I have 2 geodatabases, I can make 10 connections to each one? Or I can make a total of 10 connections to all my sde databases?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519820#M29539</guid>
      <dc:creator>JeffersonFerreira_Ferreira</dc:creator>
      <dc:date>2012-12-07T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Number of connections to instance</title>
      <link>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519821#M29540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you read the ESRI Master License Agreement....it says under footnote 28. that there is no connection limit with web mapping applications.&amp;nbsp; Please see the image attached....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ESRI_SDE_Workgroup_WebConnections_Nolimit.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/124701_ESRI_SDE_Workgroup_WebConnections_Nolimit.PNG" style="width: 620px; height: 234px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 22:24:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/number-of-connections-to-instance/m-p/519821#M29540</guid>
      <dc:creator>AaronKreag2</dc:creator>
      <dc:date>2015-08-31T22:24:28Z</dc:date>
    </item>
  </channel>
</rss>

