sassoftware / saspy

A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya.
https://sassoftware.github.io/saspy
Other
375 stars 148 forks source link

SASIOConnectionTerminated: No SAS process attached. SAS process has terminated unexpectedly. #621

Closed ka2048 closed 3 days ago

ka2048 commented 2 weeks ago

Describe the bug Encountered a SASIOConnectionTerminated error while connecting to the Workspace server via IOM. Server: Ubuntu 22.04 client: Mac OS 15.1

Screenshots image

image

tomweber-sas commented 2 weeks ago

Hey @ka2048 , this error is that 'java' isn't found. Your config shows 'java' : 'java', but you need to provide the full path of the java executable, like 'java' : '/bin/java', or whatever it happens to be.

tomweber-sas commented 6 days ago

Did you fix the java path and solve this?

ka2048 commented 3 days ago

it works, thank u so much