<?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: View SAS User's Login Logout time &amp;amp; memory usage in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/366866#M8967</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204" target="_self"&gt;&lt;SPAN class="login-bold"&gt;JuanS_OCS&lt;/SPAN&gt;&lt;/A&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I need to make a dataset for SAS Visual Analytics Users login and logout details daily, weekly, monthly and yearly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sno. &amp;nbsp; Username &amp;nbsp; &amp;nbsp; &amp;nbsp;login_time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logout_time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attempted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sunny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13/06/2017 16:09:10 &amp;nbsp; &amp;nbsp; 13/06/2017 18:09:10 &amp;nbsp; &amp;nbsp; &amp;nbsp;Successful login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Kumar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/06/2017 20:09:10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unsuccessful login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to create a dataset like this with more details of login and logout?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 07:36:19 GMT</pubDate>
    <dc:creator>SKG</dc:creator>
    <dc:date>2017-06-14T07:36:19Z</dc:date>
    <item>
      <title>View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294728#M5870</link>
      <description>Hello Geniuses, We have SAS Office Analytics Suite, I want to know that when the user have logged into which application (like SAS EG, SAS Studio, SAS Add-in) and when he logged out from that application, and also how much memory user is using for that application, Is that kind of things we can do in SAS? If yes then please show me the way, i will really appreciate that. Thanks &amp;amp; Regards, Kalind</description>
      <pubDate>Mon, 29 Aug 2016 08:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294728#M5870</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-08-29T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294730#M5871</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for any connection, this happens on the Metadata server always.&lt;/P&gt;
&lt;P&gt;If you are able to parse the Metadata server log, you will get any open sesion and disconnection. But you won;t know from what application is the user logging in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For that, you need the logs from the middle tier for web applications (such as SAS Studio) which you can find directly on the Middle tier server on the /Lev1/Web/Logs folder, and the logs from the client applications (such as EG or the Add in).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this last ones, you will need to enable the loging and have access to those logs.&lt;/P&gt;
&lt;P&gt;To enable the logging on SAS EG:&lt;A href="http://support.sas.com/kb/55/414.html" target="_blank"&gt;http://support.sas.com/kb/55/414.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To enable logigng on the Add-in:&amp;nbsp;&lt;A href="http://support.sas.com/kb/56/743.html" target="_blank"&gt;http://support.sas.com/kb/56/743.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About the memory used by each session, you will need the logging by each Workspace Server session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be done by one of those options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Add the FULLSTIMER option to get additional info after each data step:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/67962/HTML/default/viewer.htm#p07iiwnf85r6lwn1xg9zl58ouvw1.htm\" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/67962/HTML/default/viewer.htm#p07iiwnf85r6lwn1xg9zl58ouvw1.htm\&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Use the SAS Environment Manager and enable APM/ARM(&lt;FONT size="3"&gt;SAS Audit, Performance and Measurement)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/evug/67886/HTML/default/viewer.htm#n0y0zbl7hnj8yhn1thh01vbag2mq.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/evug/67886/HTML/default/viewer.htm#n0y0zbl7hnj8yhn1thh01vbag2mq.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Use an external tool. One with great experiences is ESM by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/46760"&gt;@boemskats﻿&lt;/a&gt;, which also gives you great reports on the fly:&amp;nbsp;&lt;A href="https://boemskats.com/esm/" target="_blank"&gt;https://boemskats.com/esm/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that any of this can help you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294730#M5871</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-08-29T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294734#M5872</link>
      <description>&lt;P&gt;Thanks a lot &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS﻿&lt;/a&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help &amp;amp; quick response.&lt;/P&gt;&lt;P&gt;This reply would be enough for me to start working on it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 09:09:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294734#M5872</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2016-08-29T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294735#M5873</link>
      <description>&lt;P&gt;A pleasure, and good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 09:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/294735#M5873</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-08-29T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/366861#M8966</link>
      <description>&lt;P&gt;Hi Juans,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about SAS Visual Analytics Users login and logout time with more details? How can i get the data of SAS VA users login and logout details?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 07:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/366861#M8966</guid>
      <dc:creator>SKG</dc:creator>
      <dc:date>2017-06-14T07:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: View SAS User's Login Logout time &amp; memory usage</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/366866#M8967</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204" target="_self"&gt;&lt;SPAN class="login-bold"&gt;JuanS_OCS&lt;/SPAN&gt;&lt;/A&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I need to make a dataset for SAS Visual Analytics Users login and logout details daily, weekly, monthly and yearly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sno. &amp;nbsp; Username &amp;nbsp; &amp;nbsp; &amp;nbsp;login_time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; logout_time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attempted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sunny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13/06/2017 16:09:10 &amp;nbsp; &amp;nbsp; 13/06/2017 18:09:10 &amp;nbsp; &amp;nbsp; &amp;nbsp;Successful login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Kumar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/06/2017 20:09:10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Unsuccessful login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to create a dataset like this with more details of login and logout?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 07:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/View-SAS-User-s-Login-Logout-time-amp-memory-usage/m-p/366866#M8967</guid>
      <dc:creator>SKG</dc:creator>
      <dc:date>2017-06-14T07:36:19Z</dc:date>
    </item>
  </channel>
</rss>

