2

I'm trying to connect to my company remote SAS Server, looking into my user profile in SAS Enterprise Guide, i can get the machine name and the port, i'm inserting correctly the informations, then also typing correctly the login and password, but it raises the error "The machine name is note valid". The code is shown down below:

import saspy
sas = saspy.SASsession(java='/usr/bin/java', iomhost='xxx', iomport=xxx, encoding='utf-8')

I'm using Google Colab.

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 13 '22 at 18:25
  • Are you sure it's not a firewall issue? saspy does work with Google Colab. – Stu Sztukowski Sep 14 '22 at 01:51

0 Answers0