<?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: Blue Prism Schedule Monitor in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61086#M2129</link>
    <description>Hi Prathamesh,&lt;BR /&gt;&lt;BR /&gt;Tejaskumar has provided good insight to your questions. I will elaborate on a few points.&lt;BR /&gt;&lt;BR /&gt;1. The Schedule Monitor detects two types of problems that can occur with the Scheduler:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Misfires&lt;/STRONG&gt;: Scheduler fails to start a scheduled process (eg. Scheduler not running, time zone change)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Malfunctions&lt;/STRONG&gt;: Scheduler successfully starts a scheduled process, but the process fails during execution (logic error, Runtime Resource is offline, etc.)&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;2. Re-running misfired or malfunctioned schedules is not a capability in the Schedule Monitor currently, butTejaskumar has good advice about solving this, particularly building failover logic into the design of the processes and schedules.&lt;BR /&gt;&lt;BR /&gt;3. Yes, with Schedule Monitor v1.2.0, the source code is now available. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-schedule-monitor" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-schedule-monitor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Dec 2022 18:54:00 GMT</pubDate>
    <dc:creator>charliekovacs</dc:creator>
    <dc:date>2022-12-01T18:54:00Z</dc:date>
    <item>
      <title>Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61084#M2127</link>
      <description>&lt;SPAN&gt;Hi On Schedule Monitor tool that is provided by Blue prism I Had few queries. Can anyone help in answering this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Does the schedule monitor detect terminations as well or it just alerts only for schedule misses?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Currently there is no rerun mechanism in the tool, is there any way to customize it to add rerun mechanism, which will trigger the failed schedules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Is there any script or code associated with Blue Prism schedule monitor tool? and how can we view and modify it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prathamesh .&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2022 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61084#M2127</guid>
      <dc:creator>Prathamesh_</dc:creator>
      <dc:date>2022-11-29T14:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61085#M2128</link>
      <description>Hello Prathamesh,&lt;BR /&gt;&lt;BR /&gt;1) It supports Failure Type of Malfunction which is nothing but session termination due to some exceptions.&lt;BR /&gt;&lt;BR /&gt;2) As this is an external monitoring tool that uses Windows Task Scheduler and is not a built-in function, hence I would recommend finding another approach to trigger the session once the notification email is received from Schedule Monitor. Also, you can create a scheduler accordingly to trigger it every X minutes. If failed what to do next etc in consequent tasks within the schedule manager.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3) Check out the full details &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-schedule-monitor" target="_blank" rel="noopener"&gt;here on DX&lt;/A&gt; for this asset.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2022 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61085#M2128</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-11-30T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61086#M2129</link>
      <description>Hi Prathamesh,&lt;BR /&gt;&lt;BR /&gt;Tejaskumar has provided good insight to your questions. I will elaborate on a few points.&lt;BR /&gt;&lt;BR /&gt;1. The Schedule Monitor detects two types of problems that can occur with the Scheduler:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Misfires&lt;/STRONG&gt;: Scheduler fails to start a scheduled process (eg. Scheduler not running, time zone change)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Malfunctions&lt;/STRONG&gt;: Scheduler successfully starts a scheduled process, but the process fails during execution (logic error, Runtime Resource is offline, etc.)&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;2. Re-running misfired or malfunctioned schedules is not a capability in the Schedule Monitor currently, butTejaskumar has good advice about solving this, particularly building failover logic into the design of the processes and schedules.&lt;BR /&gt;&lt;BR /&gt;3. Yes, with Schedule Monitor v1.2.0, the source code is now available. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-schedule-monitor" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-schedule-monitor&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2022 18:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61086#M2129</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-12-01T18:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61087#M2130</link>
      <description>Thanks &lt;A class="user-content-mention" data-sign="@" data-contactkey="b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-tag-text="@Charlie Kovacs" href="https://community.blueprism.com/network/profile?UserKey=b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-itemmentionkey="7dac3b1a-3e75-40b6-8de6-ef3f3ee522e7"&gt;@Charlie Kovacs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Appreciate your quick turnaround for the New Release! It Works Now&lt;BR /&gt;&lt;BR /&gt;Looks like we are greeting all the missed/misfired schedules stored in the Database, is it possible for us to get the missed/misfired schedules based on the given dates or for the recent week/day else every time we are getting the complete logs in the mail from the Database which in our case is 25 MB every time in each mail.&lt;BR /&gt;&lt;BR /&gt;Also, can these logs in email can be saved locally instead of emails.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Karthik Chandrasekaran&lt;BR /&gt;&lt;BR /&gt;​&lt;span class="lia-inline-image-display-wrapper" image-alt="8081.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8253iA1F581E31C3481BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="8081.png" alt="8081.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karthik Chandrasekaran&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2022 14:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61087#M2130</guid>
      <dc:creator>KarthikChandra2</dc:creator>
      <dc:date>2022-12-02T14:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61088#M2131</link>
      <description>Hi Karthik,&lt;BR /&gt;&lt;BR /&gt;The first run of the Schedule Monitor will send a complete history of failed schedules. Then it should be incremental so that only newly failed schedules will be sent in subsequent emails. You should not be getting a complete history every time the Schedule Monitor runs. And you should not be getting emails at all (after the first one) unless there is a newly failed schedule.&lt;BR /&gt;&lt;BR /&gt;Do you have the Schedule Monitor and Blue Prism database installed on different computers? And are those computers set to different time zones?&lt;BR /&gt;&lt;BR /&gt;Can you share:&lt;BR /&gt;1. The time that the first email was received&lt;BR /&gt;2. The [Scheduled Runtime] value of the last failed schedule in that first email&lt;BR /&gt;&lt;BR /&gt;As for receiving the failed schedule report, email is the only method in the Schedule Monitor currently. It looks you have a use case where email is not ideal because of a) size limits and b) wanting a local log file that can perhaps be monitored automatically.&lt;BR /&gt;&lt;BR /&gt;I will take a look at an update to the Schedule Monitor that gives more choices for outputting the report.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2022 18:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61088#M2131</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2022-12-02T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61089#M2132</link>
      <description>&lt;P&gt;Hi Charlie,&lt;BR /&gt;&lt;BR /&gt;Please find our response inline in &lt;STRONG&gt;Bold.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The first run of the Schedule Monitor will send a complete history of failed schedules. Then it should be incremental so that only newly failed schedules will be sent in subsequent emails. You should not be getting a complete history every time the Schedule Monitor runs. And you should not be getting emails at all (after the first one) unless there is a newly failed schedule.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;lt;KC&amp;gt; We are receiving complete output every time when the Schedule Monitor triggers, and it doesn't look like incremental in our case. Yes, there are new failed schedule before the next trigger (this means, we will be receiving complete output every time (please clarify).&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have the Schedule Monitor and Blue Prism database installed on different computers? And are those computers set to different time zones?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;lt;KC&amp;gt; We are using Azure SQL Managed Database and both DB / Blue Prism are in the same time zone (CET).&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can you share:&lt;BR /&gt;1. The time that the first email was received &lt;STRONG&gt;&amp;lt;KC&amp;gt; (12 Dec 22 07:53 AM CET)&lt;/STRONG&gt;&lt;BR /&gt;2. The [Scheduled Runtime] value of the last failed schedule in that first email&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8085.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8263i97152281A8B09A70/image-size/large?v=v2&amp;amp;px=999" role="button" title="8085.png" alt="8085.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Karthik Chandrasekaran&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karthik Chandrasekaran&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2022 06:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61089#M2132</guid>
      <dc:creator>KarthikChandra2</dc:creator>
      <dc:date>2022-12-05T06:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism Schedule Monitor</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61090#M2133</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-tag-text="@Charlie Kovacs" href="https://community.blueprism.com/network/profile?UserKey=b47ed82e-6412-4c6c-bc28-ac4271b1f344" data-itemmentionkey="741d0777-14a7-407f-a2e8-61b83446a1e5"&gt;@Charlie Kovacs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Application is working as expected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We observed that 5 mins trigger on the application is providing us the complete hence updated the trigger frequency to 1 hour, which is now providing us the missing/misfire schedule only from the past runs (PFA)&lt;/SPAN&gt;&lt;/P&gt;
&lt;SPAN&gt;If you could check and accommodate the below in the new version which would be more helpful.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Segregating missing schedules &amp;amp; misfire schedules in separate&amp;nbsp;emails.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Missing/misfire schedules in between a time slot.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8089.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8261i903D2A1D7050839D/image-size/large?v=v2&amp;amp;px=999" role="button" title="8089.png" alt="8089.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8090.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8267iA84FA83703521DDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="8090.png" alt="8090.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karthik Chandrasekaran&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Blue-Prism-Schedule-Monitor/m-p/61090#M2133</guid>
      <dc:creator>KarthikChandra2</dc:creator>
      <dc:date>2022-12-06T12:15:00Z</dc:date>
    </item>
  </channel>
</rss>

