-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My sascfg_personal.py is something wrong. #629
Comments
Well the first problem is that you're specifying a bad classpath. You shouldn't be specifying any class path. That's been addressed since years ago. See the doc here: 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 |
Hi @tomweber-sas , Thank you for your comment.
` SAS_config_options = { But there are still ERROR. ` If no OS Error above, try running the following command (where saspy is running) manually to see what is wrong: No SAS process attached. SAS process has terminated unexpectedly. |
The OS Error was: which is the same as this, I believe: The OS Error was: SAS Connection failed. No connection established. Double check your settings in sascfg_personal.py file. |
Did you provide the path to java.exe and get it to work? |
I found that there is no java.exe in the PC, so I requested IT department to install it. Thank you, |
Sure @YuttyGitHub, we can keep this open until you can try this out. |
I found java.exe by using command prompt. There is java.exe in the following path:
The log is below and it seems that there is no error, but the execution has not been completed for a long time. |
I found where java.exe is. So I updated sascfg_personal.py like the following way and executed saspy_check.py:
The log is below, but the execution has not been completed for a long time.
|
you put the bad classpath back in what you're showing me, and I don't see any error, but that's certainly the problem now if that's what you're actually using. Please remove these lines from your config:
|
Originally posted by @YuttyGitHub in #627
The text was updated successfully, but these errors were encountered: