<?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: Rebooting BOT's in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76473#M28968</link>
    <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;We have been rebooting our bot's daily and sometimes we are facing issues when trying to log them back in.. I was just curious if others have had similar problem and whats the best practice and typical cadence others go through when it comes to rebooting the bots.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your time and help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Surana&lt;BR /&gt;Director, RPA&lt;BR /&gt;CDK Global&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jun 2019 14:02:00 GMT</pubDate>
    <dc:creator>RahulSurana</dc:creator>
    <dc:date>2019-06-24T14:02:00Z</dc:date>
    <item>
      <title>RE: Rebooting BOT's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76473#M28968</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;We have been rebooting our bot's daily and sometimes we are facing issues when trying to log them back in.. I was just curious if others have had similar problem and whats the best practice and typical cadence others go through when it comes to rebooting the bots.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your time and help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Surana&lt;BR /&gt;Director, RPA&lt;BR /&gt;CDK Global&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2019 14:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76473#M28968</guid>
      <dc:creator>RahulSurana</dc:creator>
      <dc:date>2019-06-24T14:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Rebooting BOT's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76474#M28969</link>
      <description>​Hello,&lt;BR /&gt;&lt;BR /&gt;What type of problems are you facing?&lt;BR /&gt;Does the LoginAgent starts up?&lt;BR /&gt;Does Login process get stuck? or terminated? or finishes&amp;nbsp; successfull but the robot is still not responding?&lt;BR /&gt;&lt;BR /&gt;We scheduled regular login/logout several times a day and after some time it happened the Login process got stuck in pending state if it was started by scheduler.&lt;BR /&gt;We could not figure out the reason but solved our issues otherwise and dont do regular login/logut anymore. &lt;BR /&gt;We never faced any problems to do login after restarts, giving the workplace enough time to finish the start-up phase though. Sometimes it takes considerably longer for the LoginAgent to appear and be function in Control. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2019 07:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76474#M28969</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-06-25T07:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Rebooting BOT's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76475#M28970</link>
      <description>Hi Walter&lt;BR /&gt;&lt;BR /&gt;Even we are also following login and logout multiple times a day and it is stuck in pending state if it was started by scheduler, So instead of login and log out you are restarting the machine everytime. How your'e restarting the machine? are you using any code stage to restart or is there any&amp;nbsp; default VBO to restart the machine . Can you elaborate more on that?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harish kumar&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2019 13:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76475#M28970</guid>
      <dc:creator>HarishM2</dc:creator>
      <dc:date>2019-06-25T13:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Rebooting BOT's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76476#M28971</link>
      <description>We dont restart or login/logout our workstations on a regularly basis anymore. Our primary issue was an unpredicted behavior of some of our processes when started as unattended execution. We tried to solve this issue with regular login/logout during the day but had to solve some other challenges because of this.&lt;BR /&gt;Our primary reason was resolved and we currently dont do any regular restarts or logout anymore.&lt;BR /&gt;&lt;BR /&gt;For restarts we tried to use a modified LoginAgent VBO but it got too complicated because of the priviliges on VB method level.&lt;BR /&gt;Therefore we created a simple Execute Process task to run "shutdown" command, which works like a charm for us.&lt;BR /&gt;There is another thread exactly about the restart topic with some more details.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Group IT International GmbH&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2019 13:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/RE-Rebooting-BOT-s/m-p/76476#M28971</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2019-06-25T13:47:00Z</dc:date>
    </item>
  </channel>
</rss>

