<?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 not connecting in jupyter in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720584#M21597</link>
    <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;Turns out that in my docker image (that I did not build), jupyter was running as a different user.&lt;/P&gt;&lt;P&gt;Once I copied the public keys over to the correct directory, it all works now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all those who chimed in to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 21:45:53 GMT</pubDate>
    <dc:creator>pwsegal</dc:creator>
    <dc:date>2021-02-19T21:45:53Z</dc:date>
    <item>
      <title>saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720400#M21573</link>
      <description>&lt;P&gt;I have saspy (3.6.5) installed in JupyterLabs connecting to a remote instance of SAS via SSH.&lt;/P&gt;&lt;P&gt;Now the weird thing is that when I start python from the command line, it connects and establishes a session with my SAS instance, however when I try from a jupyter notebook it won't connect.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-02-18 at 21.50.53.png" style="width: 867px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54922i32AE68807E341CD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-02-18 at 21.50.53.png" alt="Screen Shot 2021-02-18 at 21.50.53.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-02-18 at 21.55.12.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54926iB9FBFF8A62D68EE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-02-18 at 21.55.12.png" alt="Screen Shot 2021-02-18 at 21.55.12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;When I copy the ssh command that is presented in the Jupyter output it connects, but when I try to run it in a cell, it just hangs until I terminate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other potentially relevant information:&lt;/P&gt;&lt;P&gt;JupyterLab v 2.1.3&lt;/P&gt;&lt;P&gt;Python 3.7.6&lt;/P&gt;&lt;P&gt;SAS 9.4 M6 running under Centos 7&lt;/P&gt;&lt;P&gt;JupyterLab running in a docker container under Ubuntu 18.04.4 LTS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 06:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720400#M21573</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T06:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720464#M21579</link>
      <description>I was able to get around this by setting up passwordless ssh between my container and the remote host:&lt;BR /&gt;In container, run ssh-keygen&lt;BR /&gt;Copy contents of .ssh/id_rsa.pub in container and add them to .ssh/authorized_keys on remote host.&lt;BR /&gt;In your host statement, specify the connecting user (i.e. sasdemo@compute.demo.sas.com)</description>
      <pubDate>Fri, 19 Feb 2021 14:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720464#M21579</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-02-19T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720472#M21582</link>
      <description>&lt;P&gt;Hey, my first thought on this is that wherever Jupyter is running, or what id it's running as, isn't the same as where this works when you run from a command line. Passwordless ssh isn't set up the same where Jupyter is running, as in your command line example. I do see you said the following:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;JupyterLab running in a docker container under Ubuntu 18.04.4 LTS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, that makes me think this is the issue. Can you verify that from the command line, inside that container, as the user that the jupyter process is running as, can ssh to the remote machine using that command line which works form your terminal?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720472#M21582</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-02-19T14:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720502#M21585</link>
      <description>&lt;P&gt;The command line is inside the docker container, running as the same user as jupyter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720502#M21585</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720503#M21586</link>
      <description>&lt;P&gt;I have passwordless ssh set up between the container and the vm, and it does connect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720503#M21586</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T16:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720504#M21587</link>
      <description>&lt;P&gt;And there's no prompting, like for the machine to be added to the known_hosts file or anything?&lt;/P&gt;
&lt;P&gt;Can you&amp;nbsp; run python in the container, same as jupyter, but from the command line and try to connect w/ saspy? If you can ssh, w/out prompting for anything, then saspy should work, if you're configuration is the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720504#M21587</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-02-19T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720505#M21588</link>
      <description>&lt;P&gt;No prompting. The screen shot of the command line connection in the OP is from the cli inside the container.&lt;/P&gt;&lt;P&gt;That's what has me stumped. It works from python at the cli but not from the notebook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720505#M21588</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720508#M21589</link>
      <description>&lt;P&gt;ok. Using the same user that jupyter is running? And what about current directory, is there something that could be picked up out of your current dir, running from the command line when it works, that maybe isn't there in the jupyter case? Are you using python environments, and maybe you're not using the same one in both cases?&lt;/P&gt;
&lt;P&gt;What's different? It sounds like you're saying your running from the same machine, as the same user, w/ the same python environment with the same pw/less ssh setup, and it works one way but not the other. So, something is different between the two environments. But I can't look, so I'm just kinda guessing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720508#M21589</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-02-19T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720509#M21590</link>
      <description>&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same environment, same user, not using virtual environments (unless python is using one without me knowing).&lt;/P&gt;&lt;P&gt;The notebook is connecting to the SAS compute instance, as when I hit the stop button I'm forced to terminate the sas session, it's just not getting the process id like the cli version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720509#M21590</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720513#M21591</link>
      <description>&lt;P&gt;ok, gotcha. Still, somethings different. If you'd like, I can set up a teams meeting with you this afternoon, If you can share your screen, maybe I can see something that's causing the difference, or we can debug it some and see what we turns up.&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720513#M21591</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-02-19T16:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720535#M21592</link>
      <description>&lt;P&gt;Thanks for the offer.&lt;/P&gt;&lt;P&gt;Would you have time on Tuesday for the teams call (i'm on pacific time), I'm tied up the rest of the day and on Monday.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 18:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720535#M21592</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T18:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720537#M21593</link>
      <description>&lt;P&gt;Sure, no problem. Send me an email, &lt;A href="mailto:tom.weber@sas.com," target="_blank"&gt;tom.weber@sas.com,&lt;/A&gt;&amp;nbsp;and I'll set up a meeting invite. I'm EST, so let me know what time works for you and I'll set it up.&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, 19 Feb 2021 18:46:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720537#M21593</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-02-19T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720584#M21597</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;Turns out that in my docker image (that I did not build), jupyter was running as a different user.&lt;/P&gt;&lt;P&gt;Once I copied the public keys over to the correct directory, it all works now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all those who chimed in to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/720584#M21597</guid>
      <dc:creator>pwsegal</dc:creator>
      <dc:date>2021-02-19T21:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830441#M24945</link>
      <description>&lt;PRE&gt;import saspy&lt;BR /&gt;import pandas as pd&lt;BR /&gt;sas = saspy.SASsession(cfgname='winlocal')&lt;BR /&gt;w_class = sas.sasdata("CLASS","SASHELP")&lt;BR /&gt;w_class.describe()&lt;/PRE&gt;&lt;PRE&gt;We failed in getConnection
The application could not log on to the server "localhost:0". Integrated Windows authentication failed.
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\SASHome\SASPrivateJavaRuntimeEnvironment\9.4\jre\bin\java.exe with the following parameters:['C:\\Program Files\\SASHome\\SASPrivateJavaRuntimeEnvironment\\9.4\\jre\\bin\\java.exe', '-classpath', 'C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.svc.connection.jar;C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\log4j.jar;C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.security.sspi.jar;C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.core.jar;C:\\Users\\Pradip.Muhuri\\Anaconda3\\Lib\\site-packages\\saspy\\java\\saspyiom.jar', 'pyiom.saspy2j', '-host', 'localhost', '-stdinport', '52557', '-stdoutport', '52558', '-stderrport', '52559', '-zero', '-lrecl', '1048576', '']

Be sure the path to sspiauth.dll is in your System PATH

No SAS process attached. SAS process has terminated unexpectedly.
Invalid response from SAS on inital submission. printing the SASLOG as diagnostic&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Issue: Our IT staff has added the path to sspiauth.dll in the System PATH. I don't know why I am getting the above error in this laptop, although saspy and SAS&amp;nbsp; in Juputer Lab&amp;nbsp; work fine in my other laptop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help toward resolving the issue would be appreciated.&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is some background information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt; %put &amp;amp;sysvlong;
9.04.01M6P110718
 %put &amp;amp;sysscpl;
X64_10PRO&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;C:\Program Files\SASHome\SASDeploymentManager\9.4\products\privatejre__99572__wx6__xx__sp0__1\bin\java.exe
C:\Program Files\SASHome\SASPrivateJavaRuntimeEnvironment\9.4\jre\bin\java.exe&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;Name: saspy Version: 4.3.2&lt;BR /&gt;Name: SAS-kernel Version: 2.4.10&lt;BR /&gt;Python 3.9.12&lt;/PRE&gt;&lt;PRE&gt;#Content of sascfg_personal.py&lt;BR /&gt;SAS_config_names=['winlocal']
SAS_config_options = {'lock_down': False,
                      'verbose'  : True
                     }
SAS_output_options = {'output' : 'html5'}
# Configuration Definitions
default  = {'saspath'  : '/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_u8'
            }
ssh      = {'saspath' : '/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_en',
            'ssh'     : '/usr/bin/ssh',
            'host'    : 'remote.linux.host', 
             'encoding': 'latin1',
            'options' : ["-fullstimer"]
            }
# build out a local classpath variable to use below for Windows clients   CHANGE THE PATHS TO BE CORRECT FOR YOUR INSTALLATION 
cpW  =  "C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.svc.connection.jar"
cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\log4j.jar"
cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.security.sspi.jar"
cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.core.jar"
cpW += ";C:\\Users\\Pradip.Muhuri\\Anaconda3\\Lib\\site-packages\\saspy\\java\\saspyiom.jar"
&lt;BR /&gt;winlocal = {'java'      : 'C:\\Program Files\\SASHome\\SASPrivateJavaRuntimeEnvironment\\9.4\\jre\\bin\\java.exe',
            'encoding'  : 'windows-1252',
            'classpath' : cpW
            }
winiomlinux = {'java'   : 'java',
            'iomhost'   : 'linux.iom.host',
            'iomport'   : 8591,
            'encoding'  : 'latin1',
            'classpath' : cpW
            }

winiomwin  = {'java'    : 'java',
            'iomhost'   : 'windows.iom.host',
            'iomport'   : 8591,
            'encoding'  : 'windows-1252',
            'classpath' : cpW
            }

winiomIWA  = {'java'    : 'java',
            'iomhost'   : 'windows.iom.host',
            'iomport'   : 8591,
            'encoding'  : 'windows-1252',
            'classpath' : cpW,
            'sspi'      : True
            }&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 20:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830441#M24945</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2022-08-25T20:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830604#M24956</link>
      <description>This topic is solved, so you may want to create a new topic. This SAS Note discusses a similar error (The application could not log on to the server "localhost:0". Integrated Windows authentication failed.) in Enterprise Miner.&lt;BR /&gt;&lt;BR /&gt;Problem Note 55227: SAS® Enterprise Miner(tm) Workstation displays the error "The application could not log on to the server "localhost:0" when you create a project&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/55/227.html" target="_blank"&gt;https://support.sas.com/kb/55/227.html&lt;/A&gt;</description>
      <pubDate>Fri, 26 Aug 2022 14:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830604#M24956</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-08-26T14:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830625#M24958</link>
      <description>&lt;P&gt;Yes, you should create a new post for your issue here rather than add to an old solved one that isn't really related to your issue.&lt;/P&gt;
&lt;P&gt;But, take a look at #6 here:&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/troubleshooting.html#iom-specific-errors" target="_blank"&gt;https://sassoftware.github.io/saspy/troubleshooting.html#iom-specific-errors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That's likely to be the problem and solution!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 15:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830625#M24958</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2022-08-26T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830627#M24959</link>
      <description>&lt;P&gt;Also, FWIW, I see you're providing your own classpath in your config file. You shouldn't be doing that, as it could cause problems if it's not all exactly right. See the doc 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;Thanks,&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 15:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830627#M24959</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2022-08-26T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830663#M24962</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Sorry for not asking the question in a new post.&lt;BR /&gt;&lt;BR /&gt;1) Could you please send me the link where I should post for this particular topic?&lt;BR /&gt;2) Do I need any revisions to my sascfg_personal.py below?&lt;BR /&gt;3) Any further thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Pradip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;****************************************************&lt;BR /&gt;# Here is the content of my sascfg_personal.py&lt;BR /&gt;SAS_config_names=['winlocal']&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAS_config_options = {'lock_down': False,&lt;BR /&gt;'verbose' : True&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;SAS_output_options = {'output' : 'html5'}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Configuration Definitions&lt;BR /&gt;&lt;BR /&gt;default = {'saspath' : '/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_u8'&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;ssh = {'saspath' : '/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_en',&lt;BR /&gt;'ssh' : '/usr/bin/ssh',&lt;BR /&gt;'host' : 'remote.linux.host',&lt;BR /&gt;'encoding': 'latin1',&lt;BR /&gt;'options' : ["-fullstimer"]&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# build out a local classpath variable to use below for Windows clients CHANGE THE PATHS TO BE CORRECT FOR YOUR INSTALLATION&lt;BR /&gt;cpW = "C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.svc.connection.jar"&lt;BR /&gt;cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\log4j.jar"&lt;BR /&gt;cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.security.sspi.jar"&lt;BR /&gt;cpW += ";C:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94518__prt__xx__sp0__1\\deploywiz\\sas.core.jar"&lt;BR /&gt;cpW += ";C:\\Users\\Pradip.Muhuri\\Anaconda3\\Lib\\site-packages\\saspy\\java\\saspyiom.jar"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;winlocal = {'java' : 'C:\\Program Files\\SASHome\\SASPrivateJavaRuntimeEnvironment\\9.4\\jre\\bin\\java.exe',&lt;BR /&gt;'encoding' : 'windows-1252',&lt;BR /&gt;'classpath' : cpW&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;winiomlinux = {'java' : 'java',&lt;BR /&gt;'iomhost' : 'linux.iom.host',&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;'encoding' : 'latin1',&lt;BR /&gt;'classpath' : cpW&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;winiomwin = {'java' : 'java',&lt;BR /&gt;'iomhost' : 'windows.iom.host',&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;'encoding' : 'windows-1252',&lt;BR /&gt;'classpath' : cpW&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;winiomIWA = {'java' : 'java',&lt;BR /&gt;'iomhost' : 'windows.iom.host',&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;'encoding' : 'windows-1252',&lt;BR /&gt;'classpath' : cpW,&lt;BR /&gt;'sspi' : True&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 18:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830663#M24962</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2022-08-26T18:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830666#M24963</link>
      <description>&lt;P&gt;No problem, it's just that adding to some old post wont get visibility and is confusing. I think you just click 'Start New Topic' to create one of these posts. There's not a SASPy category here, I think they want that to go into the Programming-&amp;gt;Developers area, but it really doesn't matter. FWIW, you can get direct help on SASPy by opening an issue on the SASPy github site. But since I'm here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Since you only seem to be using local SAS on your PC, the only required content of your sascfg_personal.py file would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS_config_names=['winlocal']&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;winlocal = {'java' : 'C:\\Program Files\\SASHome\\SASPrivateJavaRuntimeEnvironment\\9.4\\jre\\bin\\java.exe',&lt;BR /&gt;'encoding' : 'windows-1252',&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Did you resolve your etc/hosts file, assuming the problem was #6 in the troubleshooting guide for IOM specific errors?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 18:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830666#M24963</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2022-08-26T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: saspy not connecting in jupyter lab</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830702#M24965</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Thanks for your continued support.&lt;BR /&gt;&lt;BR /&gt;I have further revised the content of my sascfg_personal.py as shown below. It is still throwing errors as before.&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;********************** Error *****************************************88&lt;BR /&gt;We failed in getConnection&lt;BR /&gt;The application could not log on to the server "localhost:0". Integrated Windows authentication failed.&lt;BR /&gt;SAS process has terminated unexpectedly. RC from wait was: 4294967290&lt;BR /&gt;SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file.&lt;BR /&gt;************************************************************************************************&lt;BR /&gt;&lt;BR /&gt;# sascfg_personal.py&lt;BR /&gt;&lt;BR /&gt;# &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;BR /&gt;&lt;BR /&gt;# I have added C:\\Program Files\\SASHome\\SASFoundation\\9.4\\core\\sasexte to my system PATH as well.&lt;BR /&gt;# Are the following two lines of Python code redundant here?&lt;BR /&gt;&lt;BR /&gt;import os&lt;BR /&gt;os.environ["PATH"] += ";C:\\Program Files\\SASHome\\SASFoundation\\9.4\\core\\sasext"&lt;BR /&gt;&lt;BR /&gt;# There are three main parts to this configuration file as stated in the abobe link.&lt;BR /&gt;&lt;BR /&gt;# Part 1. SAS_config_names&lt;BR /&gt;&lt;BR /&gt;SAS_config_names=['winlocal']&lt;BR /&gt;&lt;BR /&gt;# Part 2. SAS_config_options are required unless you want to change a default. No such options added to this file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Part 3 Configuration definitions&lt;BR /&gt;default = {'saspath' : '/opt/sasinside/SASHome/SASFoundation/9.4/bin/sas_u8'&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;winlocal = {'java' : 'C:\\Program Files\\SASHome\\SASPrivateJavaRuntimeEnvironment\\9.4\\jre\\bin\\java.exe',&lt;BR /&gt;'encoding' : 'windows-1252'&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# Is the following code chunk part of Part 3 and required here? If yes, does this code snippet require revision?&lt;BR /&gt;&lt;BR /&gt;winiomwin = {'java' : 'java',&lt;BR /&gt;'iomhost' : 'windows.iom.host',&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;'encoding' : 'windows-1252'&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 23:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/saspy-not-connecting-in-jupyter/m-p/830702#M24965</guid>
      <dc:creator>pkm_edu</dc:creator>
      <dc:date>2022-08-26T23:29:30Z</dc:date>
    </item>
  </channel>
</rss>

