<?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 start a SASsession in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732078#M21934</link>
    <description>Hi Greg,&lt;BR /&gt;Error trying to read authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;[Errno 13] Permission denied: 'C:\\Users\\santo\\_authinfo'&lt;BR /&gt;Did not find key oda in authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;&lt;BR /&gt;Permissions for all the users on this folder are granted.&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Apr 2021 20:05:42 GMT</pubDate>
    <dc:creator>Santt0sh</dc:creator>
    <dc:date>2021-04-07T20:05:42Z</dc:date>
    <item>
      <title>Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731752#M21918</link>
      <description>&lt;DIV class="input"&gt;&lt;DIV class="inner_cell"&gt;&lt;DIV class="input_area"&gt;&lt;DIV class="CodeMirror cm-s-ipython"&gt;&lt;DIV class="CodeMirror-scroll"&gt;&lt;DIV&gt;Hi All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am learning to use Python/Jupyter Notebook, I have followed all steps provided in the support doc but i'm still unable to start a SASsession.&lt;/DIV&gt;&lt;DIV&gt;Can any of the SAS experts help fix this Syntax error(&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;SyntaxError&lt;/SPAN&gt;&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;:&lt;/SPAN&gt; invalid syntax)?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;import saspy&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;sas_session&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please find the error below after i import the saspy and start a SASsession.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="output_wrapper"&gt;&lt;DIV class="output"&gt;&lt;DIV class="output_area"&gt;&lt;DIV class="output_subarea output_text output_error"&gt;&lt;PRE&gt;Traceback &lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;(most recent call last)&lt;/SPAN&gt;:

  File &lt;SPAN class="ansi-green-fg"&gt;"C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py"&lt;/SPAN&gt;, line &lt;SPAN class="ansi-green-fg"&gt;3418&lt;/SPAN&gt;, in &lt;SPAN class="ansi-magenta-fg"&gt;run_code&lt;/SPAN&gt;
    exec(code_obj, self.user_global_ns, self.user_ns)

  File &lt;SPAN class="ansi-green-fg"&gt;"&amp;lt;ipython-input-20-0483c802e9d9&amp;gt;"&lt;/SPAN&gt;, line &lt;SPAN class="ansi-green-fg"&gt;2&lt;/SPAN&gt;, in &lt;SPAN class="ansi-magenta-fg"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;
    sas_session = saspy.SASsession()

  File &lt;SPAN class="ansi-green-fg"&gt;"C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py"&lt;/SPAN&gt;, line &lt;SPAN class="ansi-green-fg"&gt;465&lt;/SPAN&gt;, in &lt;SPAN class="ansi-magenta-fg"&gt;__init__&lt;/SPAN&gt;
    self.sascfg            = SASconfig(**kwargs)

  File &lt;SPAN class="ansi-green-fg"&gt;"C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py"&lt;/SPAN&gt;, line &lt;SPAN class="ansi-green-fg"&gt;129&lt;/SPAN&gt;, in &lt;SPAN class="ansi-magenta-fg"&gt;__init__&lt;/SPAN&gt;
    SAScfg = self._find_config(cfg_override=kwargs.get('cfgfile'))

&lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;  File &lt;/SPAN&gt;&lt;SPAN class="ansi-green-intense-fg ansi-bold"&gt;"C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py"&lt;/SPAN&gt;&lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;, line &lt;/SPAN&gt;&lt;SPAN class="ansi-green-intense-fg ansi-bold"&gt;332&lt;/SPAN&gt;&lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;, in &lt;/SPAN&gt;&lt;SPAN class="ansi-magenta-intense-fg ansi-bold"&gt;_find_config&lt;/SPAN&gt;
&lt;SPAN class="ansi-yellow-intense-fg ansi-bold"&gt;    import sascfg_personal as SAScfg&lt;/SPAN&gt;

&lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;  File &lt;/SPAN&gt;&lt;SPAN class="ansi-green-intense-fg ansi-bold"&gt;"C:\ProgramData\Anaconda3\lib\site-packages\saspy\sascfg_personal.py"&lt;/SPAN&gt;&lt;SPAN class="ansi-cyan-intense-fg ansi-bold"&gt;, line &lt;/SPAN&gt;&lt;SPAN class="ansi-green-intense-fg ansi-bold"&gt;6&lt;/SPAN&gt;
&lt;SPAN class="ansi-yellow-intense-fg ansi-bold"&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;SPAN class="ansi-white-intense-fg ansi-bold"&gt;    ^&lt;/SPAN&gt;
&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;SyntaxError&lt;/SPAN&gt;&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;:&lt;/SPAN&gt; invalid syntax&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Apr 2021 00:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731752#M21918</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T00:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731770#M21919</link>
      <description>&lt;P&gt;Can we have the output of the following.&lt;/P&gt;
&lt;P&gt;import saspy&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;I hope you are using SAS studio.&lt;BR /&gt;If not what is your setup / environment.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 00:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731770#M21919</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-04-07T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731781#M21920</link>
      <description>Thanks for your quick response, yes i am using SAS Studio.&lt;BR /&gt;import saspy&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;Please find the output below.&lt;BR /&gt;==========================================&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3418, in run_code&lt;BR /&gt;exec(code_obj, self.user_global_ns, self.user_ns)&lt;BR /&gt;&lt;BR /&gt;File "&amp;lt;ipython-input-2-6370c5ed4af2&amp;gt;", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 465, in __init__&lt;BR /&gt;self.sascfg = SASconfig(**kwargs)&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 129, in __init__&lt;BR /&gt;SAScfg = self._find_config(cfg_override=kwargs.get('cfgfile'))&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 332, in _find_config&lt;BR /&gt;import sascfg_personal as SAScfg&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sascfg_personal.py", line 6&lt;BR /&gt;'iomhost' :['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com']&lt;BR /&gt;^&lt;BR /&gt;SyntaxError: invalid syntax</description>
      <pubDate>Wed, 07 Apr 2021 01:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731781#M21920</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T01:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731920#M21922</link>
      <description>&lt;P&gt;It looks like the problem is with your sascfg_personal.py file's syntax for that iomhost option. The example in the default sascfg.py is:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;iomlinux = {'java' : '/usr/bin/java',
'iomhost' : 'linux.iom.host',
'iomport' : 8591,
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731920#M21922</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731971#M21923</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply,&lt;BR /&gt;&lt;BR /&gt;This is my sascfg_personal.py and the error is for a particular line.&lt;BR /&gt;'iomhost' :['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com']&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kindly Suggest!!&lt;BR /&gt;====================================================&lt;BR /&gt;SAS_config_names=['oda']&lt;BR /&gt;oda = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',&lt;BR /&gt;#US Home Region&lt;BR /&gt;US&lt;BR /&gt;#'iomhost' : ['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],&lt;BR /&gt;'iomhost' :['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com']&lt;BR /&gt;#European Home Region&lt;BR /&gt;#'iomhost' : ['odaws01-euw1.oda.sas.com','odaws02-euw1.oda.sas.com'],&lt;BR /&gt;#Asia Pacific Home Region&lt;BR /&gt;#'iomhost' : ['odaws01-apse1.oda.sas.com','odaws02-apse1.oda.sas.com'],&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;'authkey' : 'oda',&lt;BR /&gt;'encoding' : 'utf-8'&lt;BR /&gt;}</description>
      <pubDate>Wed, 07 Apr 2021 16:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731971#M21923</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T16:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731974#M21924</link>
      <description>&lt;P&gt;Should "US" be commented out there?&lt;/P&gt;
&lt;P&gt;Also, should there be a comma at the end of your uncommented iomhost line?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:23:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731974#M21924</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T16:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731976#M21925</link>
      <description>&lt;P&gt;Another thought would be separating your different hosts into different configs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SAS_config_names=['oda','usr','eur','apr']
oda = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
#US Home Region
'iomhost' :['odaws01-usw2.oda.sas.com','odaws02-usw2.oda.sas.com','odaws03-usw2.oda.sas.com','odaws04-usw2.oda.sas.com'],
#European Home Region
#'iomhost' : ['odaws01-euw1.oda.sas.com','odaws02-euw1.oda.sas.com'],
#Asia Pacific Home Region
#'iomhost' : ['odaws01-apse1.oda.sas.com','odaws02-apse1.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}
usr = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
'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'
}
eur = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
'iomhost' : ['odaws01-euw1.oda.sas.com','odaws02-euw1.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}
apr = {'java' : 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath\\java.exe',
'iomhost' : ['odaws01-apse1.oda.sas.com','odaws02-apse1.oda.sas.com'],
'iomport' : 8591,
'authkey' : 'oda',
'encoding' : 'utf-8'
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731976#M21925</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T16:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731981#M21926</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;yes you were correct US should be Commented and after i commented i ma getting a new error. i m trying to resolve this error, Please suggest me on this .&lt;BR /&gt;Thanks.&lt;BR /&gt;=======================================&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3418, in run_code&lt;BR /&gt;exec(code_obj, self.user_global_ns, self.user_ns)&lt;BR /&gt;&lt;BR /&gt;File "&amp;lt;ipython-input-3-6370c5ed4af2&amp;gt;", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;sas_session = saspy.SASsession()&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 465, in __init__&lt;BR /&gt;self.sascfg = SASconfig(**kwargs)&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 129, in __init__&lt;BR /&gt;SAScfg = self._find_config(cfg_override=kwargs.get('cfgfile'))&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py", line 332, in _find_config&lt;BR /&gt;import sascfg_personal as SAScfg&lt;BR /&gt;&lt;BR /&gt;File "C:\ProgramData\Anaconda3\lib\site-packages\saspy\sascfg_personal.py", line 10&lt;BR /&gt;'iomport' : 8591,&lt;BR /&gt;^&lt;BR /&gt;SyntaxError: invalid syntax</description>
      <pubDate>Wed, 07 Apr 2021 16:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731981#M21926</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731982#M21927</link>
      <description>Did you also add the comma to the end of the iomhost line?</description>
      <pubDate>Wed, 07 Apr 2021 16:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/731982#M21927</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T16:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732014#M21928</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;No, I haven't added the comma at the end of the IOM line.</description>
      <pubDate>Wed, 07 Apr 2021 18:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732014#M21928</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T18:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732015#M21929</link>
      <description>Let us know if doing so resolves the new error.</description>
      <pubDate>Wed, 07 Apr 2021 18:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732015#M21929</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732029#M21930</link>
      <description>Hi Greg,&lt;BR /&gt;Nothing has changed even after add or removing the comma.&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;KeyError Traceback (most recent call last)&lt;BR /&gt;&amp;lt;ipython-input-4-99201ba30faf&amp;gt; in &amp;lt;module&amp;gt;&lt;BR /&gt;1 import saspy&lt;BR /&gt;----&amp;gt; 2 sas_session = saspy.SASsession()&lt;BR /&gt;3 cars=sas.sasdata('cars', 'sashelp')&lt;BR /&gt;4 cars.head()&lt;BR /&gt;&lt;BR /&gt;C:\ProgramData\Anaconda3\lib\site-packages\saspy\sasbase.py in __init__(self, **kwargs)&lt;BR /&gt;535 if self.sascfg.mode != 'HTTP':&lt;BR /&gt;536 try:&lt;BR /&gt;--&amp;gt; 537 self.pyenc = sas_encoding_mapping[self.sascei]&lt;BR /&gt;538 except KeyError:&lt;BR /&gt;539 print("Invalid response from SAS on inital submission. printing the SASLOG as diagnostic")&lt;BR /&gt;&lt;BR /&gt;KeyError: 'No SAS process attached. SAS process has terminated unexpectedly.'</description>
      <pubDate>Wed, 07 Apr 2021 19:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732029#M21930</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T19:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732069#M21931</link>
      <description>&lt;P&gt;It looks like you are no longer encountering the syntax error...&lt;BR /&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;import saspy
from IPython.display import HTML
sas = saspy.SASsession(cfgname="oda")
c = sas.submit("""
proc setinit; run;
""")
c = sas.submit("""
proc setinit;
run;
""")
HTML(c['LOG'])&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732069#M21931</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732072#M21932</link>
      <description>&lt;P&gt;I was able to get your code to work by changing&lt;/P&gt;
&lt;PRE&gt;cars=sas.sasdata('cars', 'sashelp')&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt; to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;cars=sas_session.sasdata('cars', 'sashelp')&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732072#M21932</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732077#M21933</link>
      <description>Hi Greg,&lt;BR /&gt;Yes now i am not getting Syntax error,&lt;BR /&gt;after i tried running the code.&lt;BR /&gt;&lt;BR /&gt;Error trying to read authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;[Errno 13] Permission denied: 'C:\\Users\\santo\\_authinfo'&lt;BR /&gt;Did not find key oda in authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;&lt;BR /&gt;Please enter the IOM user id: psantosh0&lt;BR /&gt;The OS Error was:&lt;BR /&gt;The system cannot find the file specified&lt;BR /&gt;==============================================================&lt;BR /&gt;Error trying to read authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;[Errno 13] Permission denied: 'C:\\Users\\santo\\_authinfo'&lt;BR /&gt;Did not find key oda in authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;&lt;BR /&gt;Please enter the IOM user id: psantosh0&lt;BR /&gt;The OS Error was:&lt;BR /&gt;The system cannot find the file specified&lt;BR /&gt;&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;</description>
      <pubDate>Wed, 07 Apr 2021 20:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732077#M21933</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732078#M21934</link>
      <description>Hi Greg,&lt;BR /&gt;Error trying to read authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;[Errno 13] Permission denied: 'C:\\Users\\santo\\_authinfo'&lt;BR /&gt;Did not find key oda in authinfo file:C:\Users\santo\_authinfo&lt;BR /&gt;&lt;BR /&gt;Permissions for all the users on this folder are granted.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:05:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732078#M21934</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T20:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732079#M21935</link>
      <description>You may want to try removing the authkey option from your sascfg_personal.py.&lt;BR /&gt;&lt;BR /&gt;That message seems to indicate you do not have the necessary permissions to read that file.&lt;BR /&gt;Does the file exist and have permissions set as outlined in &lt;A href="https://go.documentation.sas.com/api/docsets/authinfo/9.4/content/authinfo.pdf" target="_blank"&gt;https://go.documentation.sas.com/api/docsets/authinfo/9.4/content/authinfo.pdf&lt;/A&gt;&lt;BR /&gt;For the server name, have you specified the value in your authkey option?</description>
      <pubDate>Wed, 07 Apr 2021 20:09:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732079#M21935</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T20:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732085#M21936</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thanks for the link, i am going through it now. I have a simple question&lt;BR /&gt;What should be the extension or format the auth file. Now my auth file is in _authinfo.py Should the authfile have the extension ".netrc"?&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732085#M21936</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-04-07T20:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start a SASsession</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732091#M21937</link>
      <description>Typically the authinfo file has no extension. In Windows the file is called "_authinfo" and in UNIX ".authinfo".</description>
      <pubDate>Wed, 07 Apr 2021 20:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Unable-to-start-a-SASsession/m-p/732091#M21937</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-04-07T20:54:18Z</dc:date>
    </item>
  </channel>
</rss>

