-
Notifications
You must be signed in to change notification settings - Fork 149
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
SAS Connection established but ODS initialization failed(Can't find _tomods1) #623
Comments
Well, that's a new one. I've never seen that error before. Your config is fine, and clearly, you've connected. What version of SAS are you connecting to? HTML5 is the default for ODS output since the first version of 9.4. I don't know how it wouldn't be there. Is this an earlier version of SAS? For instance:
|
Oh, I'm so sorry, I never hit submit on this :( typed it in back when you posted. So, changing to HTML didn't take effect; the log above still shows the same html5 code and error. So I don't see that or just using results='text' (which should just work as there's no ODS statements submitted). |
@EnderW7 any follow up on this? It's not something I've ever seen before. SAS should be using HTML5 by default. It's a SAS issue that needs either a SAS admin of SAS Tech Support to understand why it can't use the default ODS destination. |
Describe the bug
SAS Connection established but ODS initialization failed, it can't find the file named "_tomods1".
1.Submit the following code:
`import saspy
sas = saspy.SASsession(cfgname='winiomwin')
sas.submit(
'''
%let Stu = Test;
''')
`
2.See error
'ERROR: Unable to load module 'html5' from template storage!
ERROR: There is no Body file, therefore no HTML5 (SASPY_INTERNAL) output will be created.'
instead of it working
Screenshots
Configuration information
sascfg_personal.txt
The text was updated successfully, but these errors were encountered: