<?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: Filter functionality in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Filter-functionality/m-p/81496#M33061</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From BP Control room interface:&lt;BR /&gt;1. you can group resources in some meaningful for you folder three&lt;BR /&gt;2. use sorting by state (just click on it) to see different sorts by it &lt;BR /&gt;&lt;BR /&gt;also you can use several workarounds depending on what rights and your preferences you have:&lt;BR /&gt;1. get statuses from Blue Prism database. Sql would look something like :&lt;BR /&gt;&lt;BR /&gt;SELECT &lt;BR /&gt;RAT.AttributeName As Attribute&lt;BR /&gt;,[name]&lt;BR /&gt;,[FQDN]&lt;BR /&gt;,[DisplayStatus]&lt;BR /&gt;,RES.[statusid]&lt;BR /&gt;,STA.[description]&lt;BR /&gt;,STA.[type]&lt;BR /&gt;,[processesrunning]&lt;BR /&gt;,[actionsrunning]&lt;BR /&gt;,[unitsallocated]&lt;BR /&gt;,[lastupdated]&lt;BR /&gt;,[diagnostics]&lt;BR /&gt;,[userID]&lt;BR /&gt;FROM [dbo].[BPAResource] RES&lt;BR /&gt;left outer join [dbo].[BPAResourceAttribute] RAT on RES.AttributeID = RAT.AttributeID&lt;BR /&gt;left outer join [dbo].[BPAStatus] STA on RES.statusid = STA.statusid&lt;BR /&gt;where [DisplayStatus] is not null&lt;BR /&gt;order by [name]&lt;BR /&gt;&lt;BR /&gt;and then you can check which resources were updated a long time ago ([lastupdated] and status according status table values and react&lt;BR /&gt;&lt;BR /&gt;2:&lt;BR /&gt;create a script with say powershell to go trough resources API's. Links:&lt;BR /&gt;&lt;A href="http://{resource" target="test_blank"&gt;http://{resource&lt;/A&gt; FQDN}:{port}/status&lt;BR /&gt;&lt;BR /&gt;and check both ports (LoginAgent and resource when logged in) - what answers they give and go from there&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Sep 2020 13:13:00 GMT</pubDate>
    <dc:creator>MindaugasBresku</dc:creator>
    <dc:date>2020-09-21T13:13:00Z</dc:date>
    <item>
      <title>Filter functionality</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-functionality/m-p/81495#M33060</link>
      <description>&lt;EM&gt;Hi All,&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Hope u all are doing well.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Is there any filter functionality in control room for queue management, Available resources, Available processes?!&amp;nbsp; It becomes quite difficult n time consuming to trace the specific&lt;/EM&gt;&lt;EM&gt; VMs and process&amp;nbsp; while doing bot monitoring n trouble shooting for L1 support team among 100s of VMS n processes.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;If yes, plz let me know ? If no ,is Blue Prism thinking of such feature to be implemented in their next version to ease the process and make the support team's life easy to work.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Trust me , I started hating scroll up and scroll down activity.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Also please let me know if I have knowledge gap on this.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Thanks&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratik Roy&lt;BR /&gt;Rpa Smart Automation LEAD&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 20:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-functionality/m-p/81495#M33060</guid>
      <dc:creator>PratikRoy</dc:creator>
      <dc:date>2020-09-18T20:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Filter functionality</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-functionality/m-p/81496#M33061</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From BP Control room interface:&lt;BR /&gt;1. you can group resources in some meaningful for you folder three&lt;BR /&gt;2. use sorting by state (just click on it) to see different sorts by it &lt;BR /&gt;&lt;BR /&gt;also you can use several workarounds depending on what rights and your preferences you have:&lt;BR /&gt;1. get statuses from Blue Prism database. Sql would look something like :&lt;BR /&gt;&lt;BR /&gt;SELECT &lt;BR /&gt;RAT.AttributeName As Attribute&lt;BR /&gt;,[name]&lt;BR /&gt;,[FQDN]&lt;BR /&gt;,[DisplayStatus]&lt;BR /&gt;,RES.[statusid]&lt;BR /&gt;,STA.[description]&lt;BR /&gt;,STA.[type]&lt;BR /&gt;,[processesrunning]&lt;BR /&gt;,[actionsrunning]&lt;BR /&gt;,[unitsallocated]&lt;BR /&gt;,[lastupdated]&lt;BR /&gt;,[diagnostics]&lt;BR /&gt;,[userID]&lt;BR /&gt;FROM [dbo].[BPAResource] RES&lt;BR /&gt;left outer join [dbo].[BPAResourceAttribute] RAT on RES.AttributeID = RAT.AttributeID&lt;BR /&gt;left outer join [dbo].[BPAStatus] STA on RES.statusid = STA.statusid&lt;BR /&gt;where [DisplayStatus] is not null&lt;BR /&gt;order by [name]&lt;BR /&gt;&lt;BR /&gt;and then you can check which resources were updated a long time ago ([lastupdated] and status according status table values and react&lt;BR /&gt;&lt;BR /&gt;2:&lt;BR /&gt;create a script with say powershell to go trough resources API's. Links:&lt;BR /&gt;&lt;A href="http://{resource" target="test_blank"&gt;http://{resource&lt;/A&gt; FQDN}:{port}/status&lt;BR /&gt;&lt;BR /&gt;and check both ports (LoginAgent and resource when logged in) - what answers they give and go from there&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2020 13:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-functionality/m-p/81496#M33061</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-09-21T13:13:00Z</dc:date>
    </item>
  </channel>
</rss>

