<?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 Error 10054 When running python script accessing SQL Query Layers in Python Snippets Questions</title>
    <link>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845123#M521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;PROBLEM: I have a python script that replaces an existing feature class within a GDB with new data using the line below (part of a longer script):&lt;/P&gt;&lt;PRE class="lang-py prettyprint prettyprinted" style="margin-bottom: 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eff0f1;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;FeatureClassToFeatureClass_conversion&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt;URD&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; tempGDB&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #7d2727;"&gt;"URD"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; urd_selection_expression&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;URD is a sql query layer, tempGDB is an established geodatabase, "URD" is a feature class that is deleted in an earlier step to be recreated in this one, the expression simply selects a named subset.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;The everythign worked perfectly when using 10.3, but upgrading to 10.4.1 I get the following error when running the script itself: "exceptions.EOFError.[Errno 10054] An existing connection was forcibly closed by the remote host"&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Using the exact same code in the python window within ArcMap runs just fine.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Other than updating ArcGIS, nothing has changed. The sql query layer is fine when the map document is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 10:44:48 GMT</pubDate>
    <dc:creator>Jon-PaulMcCool1</dc:creator>
    <dc:date>2016-08-05T10:44:48Z</dc:date>
    <item>
      <title>Error 10054 When running python script accessing SQL Query Layers</title>
      <link>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845123#M521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;PROBLEM: I have a python script that replaces an existing feature class within a GDB with new data using the line below (part of a longer script):&lt;/P&gt;&lt;PRE class="lang-py prettyprint prettyprinted" style="margin-bottom: 1em; padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eff0f1;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #303336;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;FeatureClassToFeatureClass_conversion&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt;URD&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; tempGDB&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #7d2727;"&gt;"URD"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #303336;"&gt; urd_selection_expression&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #303336;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;URD is a sql query layer, tempGDB is an established geodatabase, "URD" is a feature class that is deleted in an earlier step to be recreated in this one, the expression simply selects a named subset.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;The everythign worked perfectly when using 10.3, but upgrading to 10.4.1 I get the following error when running the script itself: "exceptions.EOFError.[Errno 10054] An existing connection was forcibly closed by the remote host"&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Using the exact same code in the python window within ArcMap runs just fine.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #242729; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Other than updating ArcGIS, nothing has changed. The sql query layer is fine when the map document is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845123#M521</guid>
      <dc:creator>Jon-PaulMcCool1</dc:creator>
      <dc:date>2016-08-05T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error 10054 When running python script accessing SQL Query Layers</title>
      <link>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845124#M522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem.&lt;BR /&gt;Were you able to find the solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 08:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845124#M522</guid>
      <dc:creator>GabrieleGARNERO1</dc:creator>
      <dc:date>2018-08-22T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error 10054 When running python script accessing SQL Query Layers</title>
      <link>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845125#M523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just checking in too. Any luck with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 20:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845125#M523</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2018-10-12T20:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 10054 When running python script accessing SQL Query Layers</title>
      <link>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845126#M524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just asking for grins, but is anyone having this issue also running Check Point Security Software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 12:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/error-10054-when-running-python-script-accessing/m-p/845126#M524</guid>
      <dc:creator>LarryCosgrove</dc:creator>
      <dc:date>2018-11-15T12:34:50Z</dc:date>
    </item>
  </channel>
</rss>

