更新:开发人员已经解决了这个问题,这个问题将在进一步的saspy描述中添加到故障排除中。想要了解详细信息的人,请查看github上的链接。https://github.com/sassoftware/saspy/issues/93的简单解决方案是: 1.修复SAS2.通过管理员身份运行CMD。
我费了好大劲才让他跟特种部队说话。然而,我在最后一步失败了。有没有人能帮我。R内核和Python内核在Juypter上运行良好。
对于感兴趣的人,在github上也有一个讨论。https://github.com/sassoftware/saspy/issues/93
错误是:
The application could not log on to the server. The server process did not start.
SAS process has terminated unexpectedly. RC from wait was: 4294967290
SAS Connection failed. No connection established. Double check you settings in sascfg.py file.完整错误屏幕截图

这是我在sascfg.py中的设置
cpW = "D:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94250__prt__xx__sp0__1\\deploywiz\\sas.svc.connection.jar"
cpW += ";D:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94250__prt__xx__sp0__1\\deploywiz\\log4j.jar"
cpW += ";D:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94250__prt__xx__sp0__1\\deploywiz\\sas.security.sspi.jar"
cpW += ";D:\\Program Files\\SASHome\\SASDeploymentManager\\9.4\\products\\deploywiz__94250__prt__xx__sp0__1\\deploywiz\\sas.core.jar"
cpW += ";D:\\ProgramData\\Miniconda3\\Lib\\site-packages\\saspy\\java\\saspyiom.jar"
winlocal = {'java' : 'java',
'encoding' : 'windows-1252',
'classpath' : cpW
}发布于 2018-01-26 05:50:50
更新:开发人员已经解决了这个问题,这个问题将在进一步的saspy描述中添加到故障排除中。想要了解详细信息的人,请查看github上的链接。https://github.com/sassoftware/saspy/issues/93的简单解决方案是: 1.修复SAS2.通过管理员身份运行CMD。
https://stackoverflow.com/questions/48399232
复制相似问题