You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
Describe the bug
When trying to volume mount my current working directory to the sasdemo folder in the container (so I can access it via SAS Studio), I am unable to log in, and I'm prompted with "The launch of the server process failed because of an invalid or inaccessible SASUSER library". I would like to mount to the sasdemo folder in the container so that files from the local machine can be opened, run, and edited in SAS Studio in the SAS container. I have been successful in volume mounting files to other locations within the container, and I can list them using SAS code within SAS Studio, but I'm unable to open them or view them in the file tree in the left panel in SAS Studio.
As an aside, it is also unclear if it is possible to simply run a .sas file via docker exec ... -- this is ultimately what I'm trying to do. Is there a way to do that? When trying docker exec --interactive --tty sas-viya-single-programming-only sas, I get the following error:
OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: \"sas\": executable file not found in $PATH": unknown
I guess there just isn't a symlink for sas. What is the path to the sas executable, or is there one?
To Reproduce
Steps to reproduce the behavior:
Edit the run arguments in launchsas.sh as follows:
Describe the bug
When trying to volume mount my current working directory to the sasdemo folder in the container (so I can access it via SAS Studio), I am unable to log in, and I'm prompted with "The launch of the server process failed because of an invalid or inaccessible SASUSER library". I would like to mount to the sasdemo folder in the container so that files from the local machine can be opened, run, and edited in SAS Studio in the SAS container. I have been successful in volume mounting files to other locations within the container, and I can list them using SAS code within SAS Studio, but I'm unable to open them or view them in the file tree in the left panel in SAS Studio.
As an aside, it is also unclear if it is possible to simply run a .sas file via
docker exec ...
-- this is ultimately what I'm trying to do. Is there a way to do that? When tryingdocker exec --interactive --tty sas-viya-single-programming-only sas
, I get the following error:I guess there just isn't a symlink for sas. What is the path to the sas executable, or is there one?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful log in.
Screenshots
Environment (please complete the applicable information):
The text was updated successfully, but these errors were encountered: