Barbara Kemper
Barbara Kemper
Hi Fabrice, Did you try commenting out the account management section of the /etc/pam.d/cas file ? Did that help ? You could also try commenting out the session section :...
I'm investigating your question, I'll let you know what I find out
I did some investigating into asyncio. One thing I read was that await can only be called on coroutine functions, so I don't think it would be as simple as...
What version of viya are you trying to connect to ? What did you use for the hostname in the swat.CAS() function ? for example, are you using the name...
Thank you for reporting this. I will look into it.
Thank you for the suggestion. I will look into it.
One possibility would be to use the addTable action. You would need to create a data message handler for the SASDataFrame ( swat.cas.datamsghandlers.PandasDataFrame ). One of the parameters for PandasDataFrame...
The upload action is failing on the CAS server side. Do you have access to the CAS controller log file at the time that the upload was being done ?...
Also, do you know if the CAS_DISK_CACHE was kustomized ?
as a work-around, would something like this work for what you are trying to do ? ``` tbl.computedVarsProgram="if tip=. then total_amount=amount; else total_amount=amount+tip;" ``` ``` >>> tbl.computedVarsProgram="if tip=. then total_amount=amount;...