<?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: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63443#M235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same message in several different scripts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I start to look? Is it a firewall issue? A software issue? Server issue? SDE? Database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 11:40:18 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-07-08T11:40:18Z</dc:date>
    <item>
      <title>EOFError: [Errno 10054] An existing connection was forcibly closed by the remote host</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63442#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I keep getting the above error in one of my scripts. The error happens randomly. The script will sometimes finish, sometimes get halfway done, sometimes just when it first starts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a SDE database and a file geodatabase. The script loops through about 100 feature classes, unions them with a county feature class and a quad feature class then exports the table to a text file. The script usually takes about 6 - 8 hours to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea where to even start looking for the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script ran fine in 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using 10.1, XP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the complete error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;string&amp;gt;", line 73, in execInThread
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\netref.py", line 196, in __call__
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\netref.py", line 71, in syncreq
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 431, in sync_request
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 379, in serve
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 337, in _recv
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\channel.py", line 50, in recv
&amp;nbsp; File "C:\Program Files\PyScripter\Lib\rpyc.zip\rpyc\core\stream.py", line 166, in read
EOFError: [Errno 10054] An existing connection was forcibly closed by the remote host&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63442#M234</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-10T22:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63443#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same message in several different scripts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I start to look? Is it a firewall issue? A software issue? Server issue? SDE? Database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 11:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63443#M235</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-08T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63444#M236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your SDE running on SQL Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds more likely a problem related to network hiccup or updates/patches being applied overnite, maybe the workstation you are running this on is timed-out/logging-off/entering sleep mode during the run?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this run on a Citrix machine?&amp;nbsp; We have to adjust our session time-outs for long running batch processes otherwise the script will quit/fail when the session ends.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63444#M236</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2013-07-08T12:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63445#M237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not citrix, just a regular work station. I've ran the script while I've been sitting in front of the computer and have it error out 3 minutes in. I've also had it finish while it's been locked. It just seems so random.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about it maybe a network or database issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I put in a support request today. I'll let you all know what I find out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63445#M237</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-08T12:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63446#M238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's not citrix, just a regular work station. I've ran the script while I've been sitting in front of the computer and have it error out 3 minutes in. I've also had it finish while it's been locked. It just seems so random.&lt;BR /&gt;I thought about it maybe a network or database issue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your SDE running on SQL Server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63446#M238</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2013-07-08T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63447#M239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is your SDE running on SQL Server?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is SQL server. I think it's 2008.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63447#M239</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-08T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63448#M240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It is SQL server. I think it's 2008.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if this is the issue, just something you may want to follow up on or look into since it's SQL Server 2008...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms187005(v=sql.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms187005(v=sql.105).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63448#M240</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2013-07-08T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63449#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jemkeith&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am not sure if this is the issue, just something you may want to follow up on or look into since it's SQL Server 2008...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ms187005(v=sql.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms187005(v=sql.105).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;j&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you! I'll get with the DB and see if he's seeing anything. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 12:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63449#M241</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-08T12:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63450#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My SQL server native client was out of date. So far it's working but I'll have to run it several times to see if that was the problem. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63450#M242</guid>
      <dc:creator>JasonMills</dc:creator>
      <dc:date>2013-07-08T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: EOFError: [Errno 10054] An existing connection was forcibly closed by the remote</title>
      <link>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63451#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jamesfreddyc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My SQL server native client was out of date. So far it's working but I'll have to run it several times to see if that was the problem. Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 13:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/eoferror-errno-10054-an-existing-connection-was/m-p/63451#M243</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-07-08T13:21:06Z</dc:date>
    </item>
  </channel>
</rss>

