Hi All,
I need to set the GUILOGON environment variable to NO, I wonder which file I need to make this change? Thank you!
Jade
In a BI server environment, you have the shell scripts used to start server components in the configuration tree (usually starting with /.../Lev1)
You can find the path to that by using the Server Manager in Management Console and opening the related server configuration (ie SASApp/Logical Workspace Server/Workspace Server. In the Options of the latter you find the complete path to the shell script.
In the same directory where you find the WorkspaceServer.sh, there's also a WorkspaceServer_usermods.sh file. Add
export GUILOGON=NO
to that, and you should be fine.
The _usermods file(s) will not be overwritten by SAS updates/hotfixes.
Thanks! Sorry I did not post my question clear enough, I'm runing SAS on Linux, how can I set the GUILOGON environment variable in Linux? Thank you!
Jade
In a BI server environment, you have the shell scripts used to start server components in the configuration tree (usually starting with /.../Lev1)
You can find the path to that by using the Server Manager in Management Console and opening the related server configuration (ie SASApp/Logical Workspace Server/Workspace Server. In the Options of the latter you find the complete path to the shell script.
In the same directory where you find the WorkspaceServer.sh, there's also a WorkspaceServer_usermods.sh file. Add
export GUILOGON=NO
to that, and you should be fine.
The _usermods file(s) will not be overwritten by SAS updates/hotfixes.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.