<?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: Unable to connect to CAS Server using SWAT and Python Client in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538882#M22</link>
    <description>&lt;P&gt;Thanks for the clarifications&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;. I had already tried the Viya trial and it runs fine there.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Feb 2019 04:21:59 GMT</pubDate>
    <dc:creator>Sas_user1701</dc:creator>
    <dc:date>2019-02-27T04:21:59Z</dc:date>
    <item>
      <title>Unable to connect to CAS Server using SWAT and Python Client</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538358#M18</link>
      <description>&lt;PRE&gt;I am unable to connect to my CAS Server which is running on the host and port mentioned below. &lt;BR /&gt;&lt;STRONG&gt;sess = CAS(cashost, casport, useremail, userpassword)&lt;/STRONG&gt;&lt;BR /&gt;I was trying to connect it from my local Python environment and it's giving these errors.&lt;BR /&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt; The host name 'sasserver.demo.sas.com' could not be found.&lt;BR /&gt;&lt;STRONG&gt;SWATError :&lt;/STRONG&gt;Could not connect to 'sasserver.demo.sas.com' on port 5570&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Feb 2019 17:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538358#M18</guid>
      <dc:creator>Sas_user1701</dc:creator>
      <dc:date>2019-02-25T17:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CAS Server using SWAT and Python Client</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538400#M19</link>
      <description>&lt;P&gt;I think we need a few more details for this.&amp;nbsp; Is this environment actually hosted on the SAS demo environment, as your messages indicate?&amp;nbsp; It might be that these ports are not open for connections from external clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 19:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538400#M19</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-02-25T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CAS Server using SWAT and Python Client</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538553#M20</link>
      <description>&lt;P&gt;Thanks for the Reply Chris. Yes I am using a SAS Data Preparation trial version and the CAS server is running on the specified port. Could you help me to check whether&lt;SPAN&gt;&amp;nbsp;ports are open for connections from external client. Please see the attached pdf file for more details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 04:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538553#M20</guid>
      <dc:creator>Sas_user1701</dc:creator>
      <dc:date>2019-02-27T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CAS Server using SWAT and Python Client</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538626#M21</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/263914"&gt;@Sas_user1701&lt;/a&gt;&amp;nbsp;I believe that these trial environments run inside of firewall here and that you can't connect an external local client in this way.&amp;nbsp; If you want to see what it's like to code with the Python APIs (or R, or SAS), we have a &lt;A href="https://www.sas.com/en_us/trials/software/viya-developer/form.html" target="_self"&gt;different SAS Viya Programming Trial that will provision a Jupyter Notebook environment for you&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 13:36:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538626#M21</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-02-26T13:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CAS Server using SWAT and Python Client</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538882#M22</link>
      <description>&lt;P&gt;Thanks for the clarifications&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;. I had already tried the Viya trial and it runs fine there.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 04:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-connect-to-CAS-Server-using-SWAT-and-Python-Client/m-p/538882#M22</guid>
      <dc:creator>Sas_user1701</dc:creator>
      <dc:date>2019-02-27T04:21:59Z</dc:date>
    </item>
  </channel>
</rss>

