<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS Studio processes not terminating in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673711#M19584</link>
    <description>You might be interested in taking a look at this paper on the subject: &lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4764-2020.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4764-2020.pdf&lt;/A&gt;&lt;BR /&gt;While it is geared towards a grid deployment, the program that reports on idle time by user might be helpful to address this with the users directly.</description>
    <pubDate>Fri, 31 Jul 2020 13:52:17 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2020-07-31T13:52:17Z</dc:date>
    <item>
      <title>SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/672782#M19556</link>
      <description>&lt;P&gt;SAS 9.4M5 on Windows Server 2012R2, client access via EG 7.15 or SAS Studio 3.71 (mid-tier)&lt;/P&gt;
&lt;P&gt;I've recently noticed old SAS processes remaining on our compute server and realised that this coincided with more people using SAS Studio. A bit of experimentation has got me thinking that this is because when users finish their sessions they are simply closing their browser session rather than logging off.&lt;/P&gt;
&lt;P&gt;I can distribute a message asking people to remember to log off but chances are this will only be partly effective. Is there a way to ensure that these processes are terminated? I suppose I could run a daily search for SAS processes from earlier than the current day but that has the potential to kill &lt;EM&gt;bona fide&lt;/EM&gt; long-running processes.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 11:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/672782#M19556</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2020-07-28T11:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/672827#M19558</link>
      <description>In SAS Management Console's Server Manager plug-in, under the properties for the Workspace Server's Options tab is an Advanced Options button. It has a Launch Properties tab with an "Inactive client timeout" setting. This will trigger the Object Spawner to terminate a Workspace Server session that has been idle (not running code) for that many minutes.&lt;BR /&gt;&lt;BR /&gt;SAS Studio also has a session timeout setting:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=webeditorag&amp;amp;docsetTarget=n09papwvwhx611n1kfzggdyze5ag.htm&amp;amp;docsetVersion=3.6&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=webeditorag&amp;amp;docsetTarget=n09papwvwhx611n1kfzggdyze5ag.htm&amp;amp;docsetVersion=3.6&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Tue, 28 Jul 2020 13:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/672827#M19558</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-07-28T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673057#M19572</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;. How would these settings affect people who are signed in but just not doing anything? A lot of our users start up SAS at the beginning of the day and just leave it idle for most of the time. I'd rather not have them being kicked out&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673057#M19572</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2020-07-29T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673130#M19574</link>
      <description>Users who are not doing anything with their SAS session would have the session terminated. When they try to execute code, SAS Studio will try to start a new session. In my testing to confirm I logged in to SAS Studio which started two Workspace Server sessions. I terminated these with PROC IOMOPERATE's stop spawned server command and then tried to execute code and got a response. When I checked the spawned servers, two more had been started.</description>
      <pubDate>Wed, 29 Jul 2020 13:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673130#M19574</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-07-29T13:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673640#M19581</link>
      <description>&lt;P&gt;I'm still reluctant to implement something like that. I can't be absolutely sure but I think there are users who will run things, go and do something else, and then come back and expect the contents of their WORK library still to be there. Although I suppose I could just make the change and then sit back and see how many yells of anguish I get!&lt;/P&gt;
&lt;P&gt;Thanks for your suggestions anyway&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 08:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673640#M19581</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2020-07-31T08:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673711#M19584</link>
      <description>You might be interested in taking a look at this paper on the subject: &lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4764-2020.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4764-2020.pdf&lt;/A&gt;&lt;BR /&gt;While it is geared towards a grid deployment, the program that reports on idle time by user might be helpful to address this with the users directly.</description>
      <pubDate>Fri, 31 Jul 2020 13:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673711#M19584</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-07-31T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio processes not terminating</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673719#M19585</link>
      <description>&lt;P&gt;Sounds interesting, I'll have to take a look when I have a moment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for the suggestions.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 14:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Studio-processes-not-terminating/m-p/673719#M19585</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2020-07-31T14:20:24Z</dc:date>
    </item>
  </channel>
</rss>

