<?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: I addressed with a batch… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54569#M9068</link>
    <description>&lt;P&gt;Refer to the original thread: &lt;A href="https://community.blueprism.com/discussion/how-to-set-an-alert-when-bp-resource-goes-offline?ReturnUrl=%2fcontent%2fallrecentposts"&gt;https://community.blueprism.com/discussion/how-to-set-an-alert-when-bp-resource-goes-offline?ReturnUrl=%2fcontent%2fallrecentposts&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Feb 2023 17:59:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2023-02-10T17:59:00Z</dc:date>
    <item>
      <title>Alert on a offline resource</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54563#M9062</link>
      <description>Quick question, is there any way to alert when a resource is offline? Sometimes, one of my resources went offline, and i have to launch it manually</description>
      <pubDate>Fri, 21 Dec 2018 22:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54563#M9062</guid>
      <dc:creator>Daniel_Sanhueza</dc:creator>
      <dc:date>2018-12-21T22:53:00Z</dc:date>
    </item>
    <item>
      <title>Same requirement I have in…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54564#M9063</link>
      <description>Same requirement I have in another form, where I need to trigger email with running resources and process name at frequent time interval.&amp;nbsp;
&amp;nbsp;
Please help.</description>
      <pubDate>Wed, 02 Jan 2019 08:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54564#M9063</guid>
      <dc:creator>BinaySingh</dc:creator>
      <dc:date>2019-01-02T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Also trying to find…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54565#M9064</link>
      <description>Also trying to find information related to this</description>
      <pubDate>Thu, 03 Jan 2019 18:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54565#M9064</guid>
      <dc:creator>JoshGray</dc:creator>
      <dc:date>2019-01-03T18:24:00Z</dc:date>
    </item>
    <item>
      <title>I addressed with a batch…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54566#M9065</link>
      <description>I addressed with a batch script running on the windows scheduler on the resource pc.&amp;nbsp; The script checks if Automate.exe is running on the machine using tasklist.&amp;nbsp; If it is not running, it re-launches the resource application. At a bare minimum, it brings the resource PC back online if automate crashes.
@echo off
tasklist | find /I /N ""Automate.exe"" &amp;gt;NUL 2&amp;gt;&amp;amp;1
set /A err=%ERRORLEVEL%
if %err%==1 (
&amp;nbsp; echo Automate has failed
&amp;nbsp; START """" ""C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe"" /resourcepc /invisible /public /port 8181 /sso&amp;nbsp;
) ELSE (
&amp;nbsp; echo Automate is running
)</description>
      <pubDate>Fri, 04 Jan 2019 19:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54566#M9065</guid>
      <dc:creator>FranklinApplega</dc:creator>
      <dc:date>2019-01-04T19:57:00Z</dc:date>
    </item>
    <item>
      <title>You could also have bots…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54567#M9066</link>
      <description>You could also have bots occasionally ping a web server that tracks keep-alive messages, then have that throw an alert if it's been too long since the last check-in. None of this is OOB though.</description>
      <pubDate>Mon, 07 Jan 2019 23:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54567#M9066</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-01-07T23:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: I addressed with a batch…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54568#M9067</link>
      <description>&lt;P&gt;Franklin - I have a scheduled task in task scheduler to run Automate.Exe command and will trigger at log on of that virtual machine. Sometimes it is not triggering so machine went to offline. I have executed your batch script but it is not working so can you help me. Task Name - BPRuntime&amp;nbsp; Trigger - At Log On&amp;nbsp; Action - &lt;SPAN&gt;C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe"" /resourcepc /invisible /public&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2023 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54568#M9067</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-02-10T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: I addressed with a batch…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54569#M9068</link>
      <description>&lt;P&gt;Refer to the original thread: &lt;A href="https://community.blueprism.com/discussion/how-to-set-an-alert-when-bp-resource-goes-offline?ReturnUrl=%2fcontent%2fallrecentposts"&gt;https://community.blueprism.com/discussion/how-to-set-an-alert-when-bp-resource-goes-offline?ReturnUrl=%2fcontent%2fallrecentposts&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2023 17:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Alert-on-a-offline-resource/m-p/54569#M9068</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-02-10T17:59:00Z</dc:date>
    </item>
  </channel>
</rss>

