<?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: How do I best manage database connections and locks? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136239#M5290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use truncate and append via Arcpy to manage updates to FC's on our Amazon &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoDB. Is this an option? Locks not an issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although I'd rather SQL Server transactional replication eventually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 21:13:05 GMT</pubDate>
    <dc:creator>AlexCrothers</dc:creator>
    <dc:date>2013-12-05T21:13:05Z</dc:date>
    <item>
      <title>How do I best manage database connections and locks?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136236#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the geodata.sde database to store data that gets accessed by my web services.&amp;nbsp; I have connected to it in ArcCatalog using the default "owner" account (with a new password of course) and add/manage tables and feature classes that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am constantly getting issues where I cannot delete a feature class or table because of an existing lock by "owner".&amp;nbsp; The only way to resolve this is to restart the entire Amazon EC2 instance.&amp;nbsp; Restarting the ArcGIS Server instance via. the Manager doesn't work, nor does rebooting my machine.&amp;nbsp; There are no other possible outside connections causing this lock.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm curious about some best practices, known issues, or various solutions to making sure this doesn't keep happening.&amp;nbsp; Any thoughts on what I might be doing wrong or what I should investigate?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136236#M5287</guid>
      <dc:creator>AndrewBlakey</dc:creator>
      <dc:date>2013-11-27T19:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I best manage database connections and locks?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136237#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://support.esri.com/cn/knowledgebase/techarticles/detail/34233"&gt;Set the TCPKEEPALIVE parameter to equal TRUE&lt;/A&gt;&lt;SPAN&gt;, to remove Orphaned gsrvr processes running on the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Geodatabase Administration dialog box, to view the locks applied to the database and disconnect user(s).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 13:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136237#M5288</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2013-11-30T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I best manage database connections and locks?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136238#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the data is being used by a web service, I'm curious why you would delete the data and not the service...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please elaborate on your workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136238#M5289</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2013-12-02T19:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I best manage database connections and locks?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136239#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use truncate and append via Arcpy to manage updates to FC's on our Amazon &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoDB. Is this an option? Locks not an issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although I'd rather SQL Server transactional replication eventually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 21:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-best-manage-database-connections-and/m-p/136239#M5290</guid>
      <dc:creator>AlexCrothers</dc:creator>
      <dc:date>2013-12-05T21:13:05Z</dc:date>
    </item>
  </channel>
</rss>

