BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Jade_SAS
Pyrite | Level 9

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

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

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.

View solution in original post

3 REPLIES 3
Jade_SAS
Pyrite | Level 9

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

Kurt_Bremser
Super User

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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

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.

Discussion stats
  • 3 replies
  • 1140 views
  • 0 likes
  • 2 in conversation