<?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: SASPy and SAS OnDemand for Academics - Connection Issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856074#M338272</link>
    <description>&lt;P&gt;Thanks, Harry. What server address shall I give to the IT Team to check?&amp;nbsp; SAS ODA works fine from this office computer.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2023 05:13:53 GMT</pubDate>
    <dc:creator>pkm_edu</dc:creator>
    <dc:date>2023-01-28T05:13:53Z</dc:date>
    <item>
      <title>SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855826#M338189</link>
      <description>&lt;P&gt;I used the code snippets from&amp;nbsp;&lt;A href="https://github.com/sassoftware/saspy/issues/518#issuecomment-1402644864" target="_blank" rel="noopener"&gt;https://github.com/sassoftware/saspy/issues/518#issuecomment-1402644864.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My _authinfo: oda user ******i@****** password ***************&lt;/P&gt;&lt;PRE&gt;import saspy&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;sas_session&lt;/PRE&gt;&lt;PRE&gt;Using SAS Config named: oda
We failed in getConnection
The application could not log on to the server "odaws04-usw2.oda.sas.com:8591". No server is available at that port on that machine.

SAS process has terminated unexpectedly. RC from wait was: 4294967290
SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;sascfg_personal.py.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;SAS_config_names=['oda']
oda = {'java' : 'C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe',
#US Home Region 1
'iomhost' : ['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Issue: The above code snippets do not work in my office laptop (shown below), although they work fine in my personal laptop.&lt;/P&gt;&lt;P&gt;Any help with a resolution of the issue would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 19:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855826#M338189</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2023-01-26T19:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855920#M338219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/285909"&gt;@pkm_edu&lt;/a&gt;&amp;nbsp;, if the connection works on your personal laptop but not corporate device its likely to be due to a VPN/network issue in your corporate network. You may need to raise this with your internal IT team to get the SAS environmnet added to the safe domains. Thanks, Harry&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 11:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855920#M338219</guid>
      <dc:creator>HarrySnart</dc:creator>
      <dc:date>2023-01-27T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855962#M338235</link>
      <description>&lt;P&gt;The error message shows it tried each of the 4 nodes but couldn't connect. In the doc, it shows there is a second US region with 2 different servers. Have you tried those? I'm assuming the US region is the correct one for you?&amp;nbsp;&lt;A href="https://support.sas.com/ondemand/saspy.html" target="_blank"&gt;https://support.sas.com/ondemand/saspy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#US Home Region 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'iomhost' : ['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#US Home Region 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#'iomhost' : ['odaws01-usw2-2.oda.sas.com','odaws02-usw2-2.oda.sas.com'],&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note that ODA recently upgraded to SAS 9.4M7, and that release requires the 3 encryption jars in the IOM Client, which SASPy uses to communicate with SAS workspace servers. So you'll need to add those to the saspy deployment. The instructions for that are here:&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/configuration.html#attn-as-of-saspy-version-3-3-3-the-classpath-is-no-longer-required-in-your-configuration-file" target="_blank"&gt;https://sassoftware.github.io/saspy/configuration.html#attn-as-of-saspy-version-3-3-3-the-classpath-is-no-longer-required-in-your-configuration-file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully that's all you need, but let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 14:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/855962#M338235</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2023-01-27T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856073#M338271</link>
      <description>&lt;P&gt;I have revised sascfg_personal.py with the iomhost for Region 2 as suggested by sastpw. I am still getting the connection error.&lt;/P&gt;&lt;PRE&gt;SAS_config_names=['oda']
oda = {'java' : 'C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe',
#US Home Region 2
'iomhost' : ['odaws01-usw2-2.oda.sas.com','odaws02-usw2-2.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; The three encryption jars were already in the IOM client.&lt;/P&gt;&lt;PRE&gt;C:\Users\pradip.muhuri\Anaconda3\Lib\site-packages\saspy\java\iomclient\sas.rutil.jar
C:\Users\pradip.muhuri\Anaconda3\Lib\site-packages\saspy\java\iomclient\sas.rutil.nls.jar
C:\Users\pradip.muhuri\Anaconda3\Lib\site-packages\saspy\java\iomclient\sastpj.rutil.jar&lt;/PRE&gt;&lt;PRE&gt;Using SAS Config named: oda
We failed in getConnection
The application could not log on to the server "odaws02-usw2-2.oda.sas.com:8591". No server is available at that port on that machine.

SAS process has terminated unexpectedly. RC from wait was: 4294967290
SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 04:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856073#M338271</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2023-01-28T04:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856074#M338272</link>
      <description>&lt;P&gt;Thanks, Harry. What server address shall I give to the IT Team to check?&amp;nbsp; SAS ODA works fine from this office computer.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 05:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856074#M338272</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2023-01-28T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856076#M338274</link>
      <description>&lt;P&gt;Hi Harry. For further information, I use&amp;nbsp;&lt;A href="https://odamid-usw2.oda.sas.com/SASStudio/main?locale=en_US&amp;amp;zone=GMT-05%253A00&amp;amp;ticket=ST-14456-cdQY7XIlaNQIDp7Tj33h-cas" target="_blank"&gt;https://odamid-usw2.oda.sas.com/SASStudio/main?locale=en_US&amp;amp;zone=GMT-05%253A00&amp;amp;ticket=ST-14456-cdQY7XIlaNQIDp7Tj33h-cas &lt;/A&gt;&lt;/P&gt;&lt;P&gt;to land in &lt;A href="https://welcome.oda.sas.com/" target="_blank"&gt;https://welcome.oda.sas.com/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 05:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/856076#M338274</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2023-01-28T05:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859722#M339640</link>
      <description>&lt;P&gt;tried sascfg_personal.py file with below content&amp;nbsp; once with Region 1 and second time with Region 2&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;SAS_config_names=['oda']
oda = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
#US Home Region 1
#'iomhost' : ['odamid-usw2-2.oda.sas.com','odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],
#'iomhost' : ['odamid-usw2-2.oda.sas.com'],
#US Home Region 2
'iomhost' : ['odaws01-usw2-2.oda.sas.com','odaws02-usw2-2.oda.sas.com'],
#European Home Region 1
#'iomhost' : ['odaws01-euw1.oda.sas.com','odaws02-euw1.oda.sas.com'],
#Asia Pacific Home Region 1
#'iomhost' : ['odaws01-apse1.oda.sas.com','odaws02-apse1.oda.sas.com'],
#Asia Pacific Home Region 2
#'iomhost' : ['odaws01-apse1-2.oda.sas.com','odaws02-apse1-2.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in _authinfo file i have contents :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;oda user *****n.*******@gmail.com password ***********&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;when i run&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;sas = saspy.SASsession()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;gettin error&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Using SAS Config named: oda
We failed in getConnection
The application could not log on to the server "odaws04-usw2.oda.sas.com:8591". The load balancing object spawner timed out.

SAS process has terminated unexpectedly. RC from wait was: 4294967290
SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file.

Attempted to run program C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe with the following parameters:['C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe', '-classpath', 'C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\saspyiom.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\log4j-1.2-api-2.12.4.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\log4j-api-2.12.4.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\log4j-core-2.12.4.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sas.security.sspi.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sas.core.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sas.svc.connection.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sas.rutil.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sas.rutil.nls.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\iomclient\\sastpj.rutil.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\thirdparty\\glassfish-corba-internal-api.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\thirdparty\\glassfish-corba-omgapi.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\thirdparty\\glassfish-corba-orb.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\thirdparty\\pfl-basic.jar;C:\\Users\\Owner\\miniconda3\\lib\\site-packages\\saspy\\java\\thirdparty\\pfl-tf.jar', 'pyiom.saspy2j', '-host', 'localhost', '-stdinport', '51231', '-stdoutport', '51232', '-stderrport', '51233', '-iomhost', 'odamid-usw2-2.oda.sas.com;odaws01-usw2.oda.sas.com;odaws02-usw2.oda.sas.com;odaws03-usw2.oda.sas.com;odaws04-usw2.oda.sas.com', '-iomport', '8591', '-user', '*********.********@****.com', '-lrecl', '1048576', '']

No SAS process attached. SAS process has terminated unexpectedly.
Invalid response from SAS on inital submission. printing the SASLOG as diagnostic

---------------------------------------------------------------------------
SASIOConnectionError                      Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_8728/3770220775.py in &amp;lt;module&amp;gt;
----&amp;gt; 1 sas = saspy.SASsession()

~\miniconda3\lib\site-packages\saspy\sasbase.py in __init__(self, **kwargs)
    606 
    607            if failed:
--&amp;gt; 608               raise SASIOConnectionError(res)
    609 
    610            if self.pyenc is not None:

SASIOConnectionError: Failure establishing SASsession.
 No SAS process attached. SAS process has terminated unexpectedly.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859722#M339640</guid>
      <dc:creator>gouris_98</dc:creator>
      <dc:date>2023-02-20T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859949#M339726</link>
      <description>&lt;P&gt;I'm also facing the same issue. Anyone knows the solution?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;gt;&amp;gt;&amp;gt; sas_session = saspy.SASsession()
Using SAS Config named: oda
We failed in getConnection
An exception was thrown during the encryption key exchange.

SAS process has terminated unexpectedly. RC from wait was: 4294967290
SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sascfg_personal.py&lt;/P&gt;
&lt;PRE&gt;SAS_config_names=['oda']
oda = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
#US Home Region 1
#'iomhost' : ['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],
#US Home Region 2
#'iomhost' : ['odaws01-usw2-2.oda.sas.com','odaws02-usw2-2.oda.sas.com'],
#European Home Region 1
#'iomhost' : ['odaws01-euw1.oda.sas.com','odaws02-euw1.oda.sas.com'],
#Asia Pacific Home Region 1
#'iomhost' : ['odaws01-apse1.oda.sas.com','odaws02-apse1.oda.sas.com'],
#Asia Pacific Home Region 2
'iomhost' : ['odaws01-apse1-2.oda.sas.com','odaws02-apse1-2.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}
&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2023 16:23:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859949#M339726</guid>
      <dc:creator>MayurJadhav</dc:creator>
      <dc:date>2023-02-21T16:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859965#M339737</link>
      <description>&lt;P&gt;That's a different issue. Your error is:&lt;/P&gt;
&lt;PRE&gt;We failed in getConnection
An exception was thrown during the encryption key exchange.&lt;/PRE&gt;
&lt;P&gt;And that's a problem with needing the encryption jars in your saspy deployment, which is a new requirement for ODA since they upgraded to 9.4M7. See the documentation here:&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/configuration.html#attn-as-of-saspy-version-3-3-3-the-classpath-is-no-longer-required-in-your-configuration-file" target="_blank"&gt;https://sassoftware.github.io/saspy/configuration.html#attn-as-of-saspy-version-3-3-3-the-classpath-is-no-longer-required-in-your-configuration-file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 17:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/859965#M339737</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2023-02-21T17:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/860019#M339750</link>
      <description>Thanks,&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/860019#M339750</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2023-02-21T21:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: SASPy and SAS OnDemand for Academics - Connection Issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/860053#M339771</link>
      <description>&lt;P&gt;Superb! Thanks for the help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;gt;&amp;gt;&amp;gt; import saspy
&amp;gt;&amp;gt;&amp;gt; sas=saspy.SASsession()
Using SAS Config named: oda
SAS Connection established. Subprocess id is 12596

&amp;gt;&amp;gt;&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 23:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASPy-and-SAS-OnDemand-for-Academics-Connection-Issue/m-p/860053#M339771</guid>
      <dc:creator>MayurJadhav</dc:creator>
      <dc:date>2023-02-21T23:54:03Z</dc:date>
    </item>
  </channel>
</rss>

