<?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: About avoiding process warning status in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54556#M984</link>
    <description>Hi Atsushi,&lt;BR /&gt;&lt;BR /&gt;I had a similar issue and I found 'stupid' solution. But it will work only if your license allows you to run more than 1 process at the same time.&lt;BR /&gt;Create process which:&lt;BR /&gt;&amp;nbsp;- Checks the BP database for warning state. The table that you should query is [BPASession] and the column is [statusid]. If there is any row where statusid=1 then update it with 2.&lt;BR /&gt;-Schedule it to run every X minutes.&lt;BR /&gt;&lt;BR /&gt;I am not the SQL expert but I guess there is also such possibility without using Blue Prism. Trigger in SQL studio or something.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karol Pietrzyk&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Apr 2021 18:09:00 GMT</pubDate>
    <dc:creator>KarolPietrzyk1</dc:creator>
    <dc:date>2021-04-24T18:09:00Z</dc:date>
    <item>
      <title>About avoiding process warning status</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54553#M981</link>
      <description>​We can see on 'Control' screen that Process is in 'Warning' status.&lt;BR /&gt;If 'Warning' continues, subsequent Processes goes forever waiting.&lt;BR /&gt;There was a corresponding means, but it is not all-purpose.&lt;BR /&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1197259982" target="test_blank"&gt;http://portal.blueprism.com/customer-support/support-center#/path/1197259982&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Therefore, if 'Warning' status lasts longer than the predefined time, It would be nice to be able to kill the process and run 'CloseDown' page.&lt;BR /&gt;I would like to propose to incorporate it into the standard features of the next Blue Prism version, so I would like to exchange opinions.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Atsushi Watanabe&lt;BR /&gt;InformationSystem&lt;BR /&gt;Sony/Taiyo Corp.&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54553#M981</guid>
      <dc:creator>AtsushiWatanabe</dc:creator>
      <dc:date>2021-02-11T09:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: About avoiding process warning status</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54554#M982</link>
      <description>I somewhat agree that there is a need to have some option to do something when a session is in warning state for long. But we also need to first finalize what should be the ideal option ?&amp;nbsp;&lt;BR /&gt;a ) Should the process be directly terminated ?&lt;BR /&gt;b) Should there be an alert&amp;nbsp; shown ?&lt;BR /&gt;c) Should there be an email sent ?&lt;BR /&gt;&lt;BR /&gt;I think everyone would prefer different option.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harshit Rawat&lt;BR /&gt;All State&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Feb 2021 15:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54554#M982</guid>
      <dc:creator>HarshitRawat</dc:creator>
      <dc:date>2021-02-27T15:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: About avoiding process warning status</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54555#M983</link>
      <description>​Dear Harshit Rawat-san,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;I think that the process should be directly terminated.&lt;BR /&gt;The reason is that other processes will not work.&lt;BR /&gt;I don't think It need much alert shown or email.&lt;BR /&gt;&lt;BR /&gt;Also, If possible, I think it would be nice if the user could choose from a) to c) options.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Atsushi Watanabe&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Atsushi Watanabe&lt;BR /&gt;InformationSystem&lt;BR /&gt;Sony/Taiyo Corp.&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2021 06:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54555#M983</guid>
      <dc:creator>AtsushiWatanabe</dc:creator>
      <dc:date>2021-03-01T06:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: About avoiding process warning status</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54556#M984</link>
      <description>Hi Atsushi,&lt;BR /&gt;&lt;BR /&gt;I had a similar issue and I found 'stupid' solution. But it will work only if your license allows you to run more than 1 process at the same time.&lt;BR /&gt;Create process which:&lt;BR /&gt;&amp;nbsp;- Checks the BP database for warning state. The table that you should query is [BPASession] and the column is [statusid]. If there is any row where statusid=1 then update it with 2.&lt;BR /&gt;-Schedule it to run every X minutes.&lt;BR /&gt;&lt;BR /&gt;I am not the SQL expert but I guess there is also such possibility without using Blue Prism. Trigger in SQL studio or something.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karol Pietrzyk&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Apr 2021 18:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54556#M984</guid>
      <dc:creator>KarolPietrzyk1</dc:creator>
      <dc:date>2021-04-24T18:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: About avoiding process warning status</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54557#M985</link>
      <description>Dear Karol Pietrzyk-san,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;I see.&lt;BR /&gt;It's a way to monitor the process status from the outside.&lt;BR /&gt;Currently, we only have 1 license, so we can't just handle Blue Prism,&lt;BR /&gt;but I would consider using something like VB.NET.&lt;BR /&gt;Hopefully, Blue Prism itself has its own features.&lt;BR /&gt;&lt;BR /&gt;Best regard,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Atsushi Watanabe&lt;BR /&gt;InformationSystem&lt;BR /&gt;Sony/Taiyo Corp.&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2021 01:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/About-avoiding-process-warning-status/m-p/54557#M985</guid>
      <dc:creator>AtsushiWatanabe</dc:creator>
      <dc:date>2021-04-26T01:17:00Z</dc:date>
    </item>
  </channel>
</rss>

