<?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: How do configure url without port in Sas Visual Analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-configure-url-without-port-in-Sas-Visual-Analytics/m-p/425701#M9077</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177687"&gt;@indo_irvan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yours is a very good and common question. Thank you for addressing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, let me explain something I think it would help:&amp;nbsp;in the whole network works, including the URL-world, there is no such a thing as no port. No port, in URLs, means default port. In your case, for HTTP protocol, port 80 is the right one. For HTTPs, port 443 would apply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, Since you deployed in 7980 by default, I understand&amp;nbsp;SAS is installed on Linux. Linux does protect ports 1-1024 meaning, only the root user can open those ports, no other users (such as sas/sasinst user).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My best advise for you would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Talk to your Linux administrators, to enable the port 80/443 (depending if you will use HTTP or HTTPS) for your sas/sasinst user, or modify the sas.servers script to make the SAS Web Server to be started by root user.&lt;/LI&gt;
&lt;LI&gt;Rather than modifying your configuration/deployment, I would recommend you to re-deploy a new SAS VA installation and move the contents from your current VA installation to the new one.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel a bit overwhelmed by this task, I would highly recommend you to get assistance from a SAS installation expert. Your SAS representative will help you yo get in contact with one, either from SAS or an specialised installation partner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2018 08:24:29 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2018-01-08T08:24:29Z</dc:date>
    <item>
      <title>How do configure url without port in Sas Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-configure-url-without-port-in-Sas-Visual-Analytics/m-p/425646#M9072</link>
      <description>&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I can configure url without port in SAS Visual Analytics, for example in :&lt;/P&gt;&lt;P&gt;&lt;A href="http://dwh.xxxxx,go.id:7980/SASLogon" target="_blank"&gt;http://dwh.xxxxx,go.id:7980/SASLogon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I do configure without PORT 7980 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help....&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 00:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-configure-url-without-port-in-Sas-Visual-Analytics/m-p/425646#M9072</guid>
      <dc:creator>indo_irvan</dc:creator>
      <dc:date>2018-01-08T00:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do configure url without port in Sas Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-configure-url-without-port-in-Sas-Visual-Analytics/m-p/425701#M9077</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177687"&gt;@indo_irvan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yours is a very good and common question. Thank you for addressing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, let me explain something I think it would help:&amp;nbsp;in the whole network works, including the URL-world, there is no such a thing as no port. No port, in URLs, means default port. In your case, for HTTP protocol, port 80 is the right one. For HTTPs, port 443 would apply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, Since you deployed in 7980 by default, I understand&amp;nbsp;SAS is installed on Linux. Linux does protect ports 1-1024 meaning, only the root user can open those ports, no other users (such as sas/sasinst user).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My best advise for you would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Talk to your Linux administrators, to enable the port 80/443 (depending if you will use HTTP or HTTPS) for your sas/sasinst user, or modify the sas.servers script to make the SAS Web Server to be started by root user.&lt;/LI&gt;
&lt;LI&gt;Rather than modifying your configuration/deployment, I would recommend you to re-deploy a new SAS VA installation and move the contents from your current VA installation to the new one.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel a bit overwhelmed by this task, I would highly recommend you to get assistance from a SAS installation expert. Your SAS representative will help you yo get in contact with one, either from SAS or an specialised installation partner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 08:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-configure-url-without-port-in-Sas-Visual-Analytics/m-p/425701#M9077</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-01-08T08:24:29Z</dc:date>
    </item>
  </channel>
</rss>

