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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1426 views
  • 0 likes
  • 2 in conversation