<?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: �??The server took so long to answer. The client has timed out�?� in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439163#M16976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;In case someone else runs into the same issue, what worked for our team was to ensure that the client you're trying to access the server instance from is able to reach the server via the provided connection string and public IP address. A simple test is to run &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;my.public.ip.address:6080/arcgis on your browser to see if you can get to the AGS instance without error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Some routers need to have loopback NAT enabled in order to load a resource through a public IP address while on the same LAN.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 14:17:39 GMT</pubDate>
    <dc:creator>WaweruGichuhi</dc:creator>
    <dc:date>2016-07-12T14:17:39Z</dc:date>
    <item>
      <title>�??The server took so long to answer. The client has timed out�?�</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439161#M16974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;�??The server took so long to answer. The client has timed out�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I tried to connect to the server, I go the message below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21962[/ATTACH], [ATTACH=CONFIG]21963[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the issue?&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;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 18:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439161#M16974</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2013-02-19T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: �??The server took so long to answer. The client has timed out�?�</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439162#M16975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rlwatson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal, there is no easy answer to this question.&amp;nbsp; The ESRI client code is waiting for some amount of time for a response and then gives up.&amp;nbsp; The thing is that they don't want to hang the system if server does not respond but they also have no idea whether it will ever respond.&amp;nbsp; This is a classic problem for which there is no solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the real question is why is server taking so long?&amp;nbsp; The obvious things to do are to look in the ArcGIS Server Manager log to see if there are problems which are being reported.&amp;nbsp; If there is nothing there then it could be that server has insufficient resources (RAM, CPU, etc.) to respond in a reasonable amount of time.&amp;nbsp; It could also be a database or network problem.&amp;nbsp; The thing that you have to find is the weakest link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Last week I was working on ArcGIS Server and one day it became noticeably slower.&amp;nbsp; I asked DBA about it and he had, for various reasons, lowered the amount of physical RAM allocated to the VM which was hosting Oracle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry that I don't have a better answer for you:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2013 20:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439162#M16975</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-02-23T20:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: �??The server took so long to answer. The client has timed out�?�</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439163#M16976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;In case someone else runs into the same issue, what worked for our team was to ensure that the client you're trying to access the server instance from is able to reach the server via the provided connection string and public IP address. A simple test is to run &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;my.public.ip.address:6080/arcgis on your browser to see if you can get to the AGS instance without error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Some routers need to have loopback NAT enabled in order to load a resource through a public IP address while on the same LAN.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/the-server-took-so-long-to-answer-the-client-has/m-p/439163#M16976</guid>
      <dc:creator>WaweruGichuhi</dc:creator>
      <dc:date>2016-07-12T14:17:39Z</dc:date>
    </item>
  </channel>
</rss>

