SASPy Remote Server Connection

421 Views Asked by At

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.

0

There are 0 best solutions below