<?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: currently logged on users in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57855#M11787</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/49044"&gt;@bjwestwo&lt;/a&gt;​ - Not sure if I got it correct, however if you have to check logged in users to blue prism VM, there are actions in login agent VBO. However I recently observed a issue with that as well, even though I was logged into VM and running action Is logged in and get logged in users from process studio, it gives me False and no user in collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jun 2020 18:21:00 GMT</pubDate>
    <dc:creator>MayankGoyal2</dc:creator>
    <dc:date>2020-06-11T18:21:00Z</dc:date>
    <item>
      <title>currently logged on users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57851#M11783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a way to find out who is currently logged on in Blue Prism?&lt;BR /&gt;I know this can be queried via WS interface (http://localhost:8181/connections) but this does not work in SSO environments.&lt;BR /&gt;And I cannot find some equivalent comment for automate or automateC.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57851#M11783</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-08-20T08:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: currently logged on users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57852#M11784</link>
      <description>&lt;P&gt;There is no function call to determine "currently logged in users". When a login occurs, it's registered in the BPAAuditEvents table, which is probably your best source for the information. It should give you a code L001 for login and a code L002 for logout. This can be combined with the gSrcUserId and gTgtResourceID fields to get useful information - if the most recent record for a user is a login without an associated logout, for example, that means they still should be active somewhere (e.g. have the client open).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Robin Toll&lt;BR /&gt;Senior Technical Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Professional Services Americas&lt;BR /&gt;Infrastructure &amp;amp; Architecture Specialist&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2019 04:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57852#M11784</guid>
      <dc:creator>RobinToll</dc:creator>
      <dc:date>2019-08-21T04:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: currently logged on users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57853#M11785</link>
      <description>Thanks a lot for your answer.&lt;BR /&gt;&lt;BR /&gt;But the 'connections' via HTTP interface does show the currently logged on users, right? Or is it just the connection this specific resource is aware of?&lt;BR /&gt;Unfortunately I am not able to test myself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2019 07:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57853#M11785</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-08-21T07:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: currently logged on users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57854#M11786</link>
      <description>One can be tricked by querying the BPAAuditEvents table if users launch multiple instances of Blue Prism on the same machine.&amp;nbsp;&amp;nbsp; I wrote a query that checked if there was a Login time for a user-machine greater than the maximum (latest) logged out time.&amp;nbsp;&amp;nbsp; I thought I had something until I found out my fellow developers were launching multiple instances of Blue Prism on the same machine and logging out of some instances and leaving some instances open/logged in.&amp;nbsp;&amp;nbsp; This event in the audit table makes it look like they are logged out but they are not!&amp;nbsp;&amp;nbsp;The auditing may need to track a Login per Instance of Blue Prism opened on a machine (need an additional column for tracking this it seems).&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Brenton Westwood&lt;BR /&gt;Systems Analyst&lt;BR /&gt;Southern Company&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jan 2020 20:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57854#M11786</guid>
      <dc:creator>bjwestwo</dc:creator>
      <dc:date>2020-01-15T20:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: currently logged on users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57855#M11787</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/49044"&gt;@bjwestwo&lt;/a&gt;​ - Not sure if I got it correct, however if you have to check logged in users to blue prism VM, there are actions in login agent VBO. However I recently observed a issue with that as well, even though I was logged into VM and running action Is logged in and get logged in users from process studio, it gives me False and no user in collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mayank Goyal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/currently-logged-on-users/m-p/57855#M11787</guid>
      <dc:creator>MayankGoyal2</dc:creator>
      <dc:date>2020-06-11T18:21:00Z</dc:date>
    </item>
  </channel>
</rss>

