A session time-out issue occurs in SAS® Enterprise Guide® with SAS® Viya® platform Integration


SAS Enterprise Guide sessions that are inactive to the SAS Viya platform Compute session might disconnect. 

Here is how SAS Enterprise Guide is supposed to currently work regarding Compute session timeouts:

To change the default Compute session inactivity time-out (90 minutes) used by SAS Enterprise Guide, set the Viya_ComputeSessionInactiveTimeoutSeconds configuration property in the SEGuide.exe.config file, which is located in the SAS Enterprise Guide installation directory. By default, this path is as follows: C:\Program Files\SASHome\SASEnterpriseGuide\8.
Note that this process might require local administrative rights to edit the SEGuide.exe.config.

For example, adding the following to the SEGuide.exe.config file changes the time-out to three hours instead of the default 90 minutes:

  <appSettings>

    <add key="Viya_ComputeSessionInactiveTimeoutSeconds" value="10800" /> <!-- in seconds -->

  </appSettings>