<?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: Cannot see the entire history of robot runs in the Control Room in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101591#M48517</link>
    <description>Hello!!&lt;BR /&gt;&lt;BR /&gt;I don't know exactly why it is not working but here is a query to retrieve it by database&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT sessionnumber&lt;BR /&gt;, PROCESS.name&lt;BR /&gt;, RESOUR.name&lt;BR /&gt;, CASE WHEN SES.statusid = 1 AND DATEDIFF(minute,SES.lastupdated,getdate()) &amp;gt;= 5 THEN 'Warning' ELSE STAT.description END AS [status]&lt;BR /&gt;, startdatetime&lt;BR /&gt;, enddatetime&lt;BR /&gt;, SES.lastupdated&lt;BR /&gt;, SES.laststage&lt;BR /&gt;FROM BPASession SES&lt;BR /&gt;INNER JOIN BPAResource RESOUR WITH(NOLOCK) ON SES.runningresourceid = RESOUR.resourceid&lt;BR /&gt;INNER JOIN BPAStatus STAT WITH(NOLOCK) ON SES.statusid = STAT.statusid&lt;BR /&gt;INNER JOIN BPAProcess PROCESS WITH(NOLOCK) ON SES.processid = PROCESS.processid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Wed, 05 May 2021 15:33:35 GMT</pubDate>
    <dc:creator>PabloSarabia</dc:creator>
    <dc:date>2021-05-05T15:33:35Z</dc:date>
    <item>
      <title>Cannot see the entire history of robot runs in the Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101590#M48516</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. I have problem with Control Room and controlling runs of the processes. No filter apllied.&lt;BR /&gt;I cannot see the history. The only thing which shows up are random runs from past (sometimes last one).&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36765.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36776i5F274DDF1E98F634/image-size/large?v=v2&amp;amp;px=999" role="button" title="36765.png" alt="36765.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Is this TAB responsible for it?:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36766.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36777iD3599108AD8505C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="36766.png" alt="36766.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Do you know where (which table) in BluePrism database I can find data related to 1. question? (the history of runs?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="f6ddef2c-8b01-7be1-3c9f-c81af24f85e0" data-mce-hlselector="#ComposeQuestion_eb437e0c-732a-4d50-836e-47947bfe841a-tinyMce" /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 05 May 2021 15:08:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101590#M48516</guid>
      <dc:creator>WojciechRogmanStuffAutomation</dc:creator>
      <dc:date>2021-05-05T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot see the entire history of robot runs in the Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101591#M48517</link>
      <description>Hello!!&lt;BR /&gt;&lt;BR /&gt;I don't know exactly why it is not working but here is a query to retrieve it by database&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT sessionnumber&lt;BR /&gt;, PROCESS.name&lt;BR /&gt;, RESOUR.name&lt;BR /&gt;, CASE WHEN SES.statusid = 1 AND DATEDIFF(minute,SES.lastupdated,getdate()) &amp;gt;= 5 THEN 'Warning' ELSE STAT.description END AS [status]&lt;BR /&gt;, startdatetime&lt;BR /&gt;, enddatetime&lt;BR /&gt;, SES.lastupdated&lt;BR /&gt;, SES.laststage&lt;BR /&gt;FROM BPASession SES&lt;BR /&gt;INNER JOIN BPAResource RESOUR WITH(NOLOCK) ON SES.runningresourceid = RESOUR.resourceid&lt;BR /&gt;INNER JOIN BPAStatus STAT WITH(NOLOCK) ON SES.statusid = STAT.statusid&lt;BR /&gt;INNER JOIN BPAProcess PROCESS WITH(NOLOCK) ON SES.processid = PROCESS.processid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 05 May 2021 15:33:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101591#M48517</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2021-05-05T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot see the entire history of robot runs in the Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101592#M48518</link>
      <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; but the problem is that in my BP database there is no data from runs which I was describing. So your query exposes the same lacks as control room &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Wed, 05 May 2021 15:44:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101592#M48518</guid>
      <dc:creator>WojciechRogmanStuffAutomation</dc:creator>
      <dc:date>2021-05-05T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot see the entire history of robot runs in the Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101593#M48519</link>
      <description>Oh! Can you check how you have set up automatic archiving?&lt;BR /&gt;&lt;BR /&gt;You will probably have it in place for a short period of time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 05 May 2021 16:16:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101593#M48519</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2021-05-05T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot see the entire history of robot runs in the Control Room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101594#M48520</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; I think that it is the problem. I noticed that after posting this question. I changed it already and I'm waiting for results &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank for help. I will mark your answer as a solution after checking. ​</description>
      <pubDate>Wed, 05 May 2021 18:58:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-see-the-entire-history-of-robot-runs-in-the-Control-Room/m-p/101594#M48520</guid>
      <dc:creator>WojciechRogmanStuffAutomation</dc:creator>
      <dc:date>2021-05-05T18:58:53Z</dc:date>
    </item>
  </channel>
</rss>

