<?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 SASLogon not accessible after SAS Viya Deployment in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/601896#M17575</link>
    <description>&lt;P&gt;I am in the process of installing SAS Viya and have reached chapter 5 of the linux installation guide "Post-Installation Tasks". When I try to access the link to reset password e.g.&amp;nbsp;&lt;A href="https://10.249.6.181/SASLogon/reset_password?code=tvUm5QnPbB" target="_blank" rel="noopener"&gt;https://xx.xxx.x.xxx/SASLogon/reset_password?code=tvUm5QnPbB&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I get&amp;nbsp;&lt;SPAN&gt;This site can’t be reached&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;xx.xxx.x.xxx&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;took too long to respond error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using Linux "links" open source browser and when I try to access the SASLogon URL from Linux I get "SSL Error"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? I have kept the default certificates and have confirmed that certificate exists in the&amp;nbsp;/etc/pki/tls/certs/localhost.crt directory.&lt;/P&gt;&lt;P&gt;I have also confirmed the status of viya service and all of them are up.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 08:08:30 GMT</pubDate>
    <dc:creator>arkam</dc:creator>
    <dc:date>2019-11-06T08:08:30Z</dc:date>
    <item>
      <title>SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/601896#M17575</link>
      <description>&lt;P&gt;I am in the process of installing SAS Viya and have reached chapter 5 of the linux installation guide "Post-Installation Tasks". When I try to access the link to reset password e.g.&amp;nbsp;&lt;A href="https://10.249.6.181/SASLogon/reset_password?code=tvUm5QnPbB" target="_blank" rel="noopener"&gt;https://xx.xxx.x.xxx/SASLogon/reset_password?code=tvUm5QnPbB&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I get&amp;nbsp;&lt;SPAN&gt;This site can’t be reached&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;xx.xxx.x.xxx&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;took too long to respond error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using Linux "links" open source browser and when I try to access the SASLogon URL from Linux I get "SSL Error"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? I have kept the default certificates and have confirmed that certificate exists in the&amp;nbsp;/etc/pki/tls/certs/localhost.crt directory.&lt;/P&gt;&lt;P&gt;I have also confirmed the status of viya service and all of them are up.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 08:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/601896#M17575</guid>
      <dc:creator>arkam</dc:creator>
      <dc:date>2019-11-06T08:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602280#M17587</link>
      <description>&lt;P&gt;Hi Arkam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming that all SAS Viya services are up on all all machines of your environment, what you could do is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the application hosting your Apache HTTP, run hostname -f. Go to your client machine and using a terminal or command prompt run nslookup &amp;lt;hostname -f&amp;gt; and see if the name resolution works. Also test if there is no firewall blocking connection to the server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it works and If you have not enabled redirection from Port 80 to 443 in your Apache configuration; you can try accessing insecure mode using URL such as&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://10.249.6.181/SASLogon/reset_password?code=tvUm5QnPbB" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://xx.xxx.x.xxx/SASLogon&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also perform the last test using links. Once this is complete we can troubleshoot SSL. Let me know how you go with this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 00:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602280#M17587</guid>
      <dc:creator>alokdave</dc:creator>
      <dc:date>2019-11-07T00:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602343#M17588</link>
      <description>&lt;P&gt;I had to switch off the firewall running on the server and now it works. However I am not sure if this is the right approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when I access Environment manager I see an error pop up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"An Error Occurred Requesting the CAS management service. Contact your system administrator.".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can click on close and continue to the environment but I am not sure if this error is indicating some bigger issue which will cause my applications to not function properly.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 08:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602343#M17588</guid>
      <dc:creator>arkam</dc:creator>
      <dc:date>2019-11-07T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602394#M17590</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/203934"&gt;@arkam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to review the most recent log file from&amp;nbsp;/opt/sas/viya/config/var/log/cas-management/default directory.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602394#M17590</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-11-07T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602652#M17600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rather then disabling the firewall service completely, you can work with your enterprise security team to add appropriate exceptions to the firewall service as outlined in the &lt;A href="https://go.documentation.sas.com/?docsetId=dplyml0phy0lax&amp;amp;docsetVersion=3.4&amp;amp;docsetTarget=n1avwv04n69r3fn1jly7cqno71bm.htm&amp;amp;locale=en" target="_self"&gt;SAS Viya 3.4 Deployment Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your CAS Management Service error, I would recommend you to contact SAS Technical Support Team as they would be able to resolve your issue more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 23:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602652#M17600</guid>
      <dc:creator>alokdave</dc:creator>
      <dc:date>2019-11-07T23:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: SASLogon not accessible after SAS Viya Deployment</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602963#M17605</link>
      <description>&lt;P&gt;Attached. thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 08:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASLogon-not-accessible-after-SAS-Viya-Deployment/m-p/602963#M17605</guid>
      <dc:creator>arkam</dc:creator>
      <dc:date>2019-11-09T08:56:54Z</dc:date>
    </item>
  </channel>
</rss>

