<?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: Application Could not log on to the Server. The connection request has time out in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/459132#M12998</link>
    <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thanks for your contribution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;You are right, in my case unfortunately activated the firewalls of node 1 and node 2 of the metadata server in a change made by the production department. Therefore the solution was simple, only disable the firewall and with that the problem was fixed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;But before fixing the problem, the metadata servers presented the following problems:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server(Master Node)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Cuando intentaba accesar a la herramienta de SAS Management Console en el Metadata Server(Master Node), no podia accesar y&amp;nbsp;mostraba el error "Application Could not log on to the Server. The connection request has time out"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server(Node 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;When trying to access the SAS Management Console tool on the Metadata Server (Node 2), it could be accessed well. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;but when validating the communication with node&amp;nbsp;3 in the menu&amp;nbsp;Server Manager-&amp;gt;SAS Meta-&amp;gt;SAS Meta&amp;nbsp;Logical Metadata Server-&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;SAS Meta - Metadata Server Node 3 it marked communication error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server (Node 3)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;When trying to access the SAS Management Console tool on the Metadata Server (Node 3), it could be accessed well. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;but when validating the communication with node 2 in the menu&amp;nbsp;Server Manager-&amp;gt;SAS Meta-&amp;gt;SAS Meta&amp;nbsp;Logical Metadata Server-&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;SAS Meta - Metadata Server Node&amp;nbsp;2 it marked communication error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;so I recommend checking the following:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;1) Verify that the metadata servers are not in status paused, if they are paused, change them to resume status:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename metaparm 'E:\SAS\config\Lev1\SASMeta\MetadataServer\metaparms.sas';
%include metaparm;

PROC METAOPERATE NOREDIRECT
   ACTION=STATUS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;BR /&gt;2) Verify the communication in each metadata server by example:&lt;BR /&gt;telnet xxx.xxx.xxx.xxx 8561&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Note:&amp;nbsp;&amp;nbsp;In my case the communication of the master node with Metadata Server (Node 2) and Metadata Server (Node 3) was not&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; possible.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The communication of node 2 with node 3 was not possible but it communicated with the master node if it could.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The communication of node 3 with node 2 was not possible but it communicated with the master node if it could.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;3) Verify that the firewall is disabled on each metadata server(master node, node&amp;nbsp;2 and node 3).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Note: In my case the firewall was activated in node 2 and node 3, so what I did was disable the firewall in node 2 and node 3 and this &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;solved the problem I had.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Georgy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 22:12:04 GMT</pubDate>
    <dc:creator>georgygal</dc:creator>
    <dc:date>2018-05-01T22:12:04Z</dc:date>
    <item>
      <title>Application Could not log on to the Server. The connection request has time out</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/458467#M12986</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have configured Metadata cluster with 3 nodes, when i start the services&amp;nbsp;i verify the status of each node by code&amp;nbsp;SAS&amp;nbsp;they are "RUNNING":&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename metaparm 'E:\SAS\config\Lev1\SASMeta\MetadataServer\metaparms.sas';
%include metaparm;

PROC METAOPERATE NOREDIRECT
   ACTION=STATUS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Later&amp;nbsp;when&amp;nbsp;i&amp;nbsp;want to access&amp;nbsp;SAS Management Console with the user sasadm or sasdemo I get&amp;nbsp;the issue:&lt;/P&gt;&lt;P&gt;"The application could not log on to the server. The connection request has time out."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help me soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2018 17:34:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/458467#M12986</guid>
      <dc:creator>georgygal</dc:creator>
      <dc:date>2018-04-29T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Application Could not log on to the Server. The connection request has time out</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/458566#M12987</link>
      <description>&lt;P&gt;Typically the text in that error message is seen when there is some kind of device on the network (like a firewall) in the path of packets from where the client is running to the SAS Metadata Server that is preventing the connection being established.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have the SAS Management Console installed anywhere closer to where the SAS Metadata Server is executing like the server itself? Does that work? If it does try move where you run SAS Management Console geographically closer towards where the problem is being seen and you should isolate which networking equipment is contributing to the failure.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 09:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/458566#M12987</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-04-30T09:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Application Could not log on to the Server. The connection request has time out</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/459132#M12998</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thanks for your contribution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;You are right, in my case unfortunately activated the firewalls of node 1 and node 2 of the metadata server in a change made by the production department. Therefore the solution was simple, only disable the firewall and with that the problem was fixed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;But before fixing the problem, the metadata servers presented the following problems:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server(Master Node)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Cuando intentaba accesar a la herramienta de SAS Management Console en el Metadata Server(Master Node), no podia accesar y&amp;nbsp;mostraba el error "Application Could not log on to the Server. The connection request has time out"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server(Node 2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;When trying to access the SAS Management Console tool on the Metadata Server (Node 2), it could be accessed well. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;but when validating the communication with node&amp;nbsp;3 in the menu&amp;nbsp;Server Manager-&amp;gt;SAS Meta-&amp;gt;SAS Meta&amp;nbsp;Logical Metadata Server-&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;SAS Meta - Metadata Server Node 3 it marked communication error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Metadata Server (Node 3)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;When trying to access the SAS Management Console tool on the Metadata Server (Node 3), it could be accessed well. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;but when validating the communication with node 2 in the menu&amp;nbsp;Server Manager-&amp;gt;SAS Meta-&amp;gt;SAS Meta&amp;nbsp;Logical Metadata Server-&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;SAS Meta - Metadata Server Node&amp;nbsp;2 it marked communication error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;so I recommend checking the following:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;1) Verify that the metadata servers are not in status paused, if they are paused, change them to resume status:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename metaparm 'E:\SAS\config\Lev1\SASMeta\MetadataServer\metaparms.sas';
%include metaparm;

PROC METAOPERATE NOREDIRECT
   ACTION=STATUS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;BR /&gt;2) Verify the communication in each metadata server by example:&lt;BR /&gt;telnet xxx.xxx.xxx.xxx 8561&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Note:&amp;nbsp;&amp;nbsp;In my case the communication of the master node with Metadata Server (Node 2) and Metadata Server (Node 3) was not&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; possible.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The communication of node 2 with node 3 was not possible but it communicated with the master node if it could.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The communication of node 3 with node 2 was not possible but it communicated with the master node if it could.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;3) Verify that the firewall is disabled on each metadata server(master node, node&amp;nbsp;2 and node 3).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Note: In my case the firewall was activated in node 2 and node 3, so what I did was disable the firewall in node 2 and node 3 and this &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;solved the problem I had.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Georgy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 22:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Application-Could-not-log-on-to-the-Server-The-connection/m-p/459132#M12998</guid>
      <dc:creator>georgygal</dc:creator>
      <dc:date>2018-05-01T22:12:04Z</dc:date>
    </item>
  </channel>
</rss>

