<?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: Resource VM showing Offline and Not Connected in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66404#M19009</link>
    <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="529d80de-3eb3-4633-a601-1f80ed21cb93"&gt;@Dave Morris&lt;/A&gt; ​well no issues, below is what happened and how I managed to resolve it.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Step 1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;Kindly note when you upgrade your BP application version, there is a chance that the parameters will be reset within the &lt;EM&gt;LoginAgentService.config&lt;/EM&gt; file, which&amp;nbsp;is located &lt;EM&gt;&amp;lt;C:\ProgramData\Blue Prism Limited\Automate V3&amp;gt;.&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;Upon opening the file I noted the below:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;workingdirectory path="NOTINSTALLED"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="resourcepc"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="public"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="port"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;8181&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;/startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;From the above configuration file &amp;lt;&lt;EM&gt;LoginAgentService.config&amp;gt;&lt;/EM&gt; one could clearly see that the working path is not defined/set &lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;workingdirectory path="NOTINSTALLED"/&amp;gt;&lt;/SPAN&gt; and that the dbconname argument tag is missing. I edited the file &amp;lt;&lt;EM&gt;LoginAgentService.config&amp;gt;&lt;/EM&gt; with the correct values, as per&amp;nbsp; &amp;nbsp;below. Restarted the RTR and noticed the pc icon with a key and the status become Logged Out as well as Yes-Connected within the IC Room.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;workingdirectory path="C:\Program Files\Blue Prism Limited\Blue Prism Automate\"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="resourcepc"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="public"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="port"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;value&amp;gt;8181&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="dbconname"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;value&amp;gt;Application Server&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Step 2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;There is a second file that needed to be edited in order for the two files to communicate. This file is located &lt;EM&gt;&amp;lt;C:\ProgramData\Blue Prism Limited\Automate V3&amp;gt; &lt;/EM&gt;and is called&lt;EM&gt; &amp;lt;Automate&amp;gt;. &lt;/EM&gt;See below configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;editsummariesarecompulsory&amp;gt;True&amp;lt;/editsummariesarecompulsory&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;startprocessengine&amp;gt;True&amp;lt;/startprocessengine&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;maxundolevels&amp;gt;10&amp;lt;/maxundolevels&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;currentconnection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/currentconnection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;sqlcommandtimeout&amp;gt;30&amp;lt;/sqlcommandtimeout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;archivepath&amp;gt;C:\Users\Administrator\Documents&amp;lt;/archivepath&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connections&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;bpserver /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;port&amp;gt;8199&amp;lt;/port&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;callbackport&amp;gt;0&amp;lt;/callbackport&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connectionmode&amp;gt;0&amp;lt;/connectionmode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;name&amp;gt;Application Server&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;server&amp;gt;&lt;SPAN style="background-color: #ffff00;"&gt;your application server name or ip address should be placed here&lt;/SPAN&gt;&amp;lt;/server&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;extraparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/extraparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/connection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/connections&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;businessobjects /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;I hope that the above will help someone out there.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;MF&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Mario] [Fortunato] [Mr]&lt;BR /&gt;[RPA Manager]&lt;BR /&gt;[First National Bank]&lt;BR /&gt;[Windhoek] [Namibia]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Nov 2020 07:58:00 GMT</pubDate>
    <dc:creator>mfortunato</dc:creator>
    <dc:date>2020-11-11T07:58:00Z</dc:date>
    <item>
      <title>Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66399#M19004</link>
      <description>&lt;SPAN style="text-decoration: underline;"&gt;Architecture (DB server, Application Server, Interactive Server and then Runtime Resources build on VM's)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Yesterday I upgraded my BP version from 6.3.1 (that worked perfectly with Login Agent) to 6.8.1, as well as updated the Login Agent that comes with 6.8.1. But now I'm faced with a dilemma of were all the RTR (run time resources) VM's state are showing &lt;STRONG&gt;Offline&lt;/STRONG&gt; and the connection is &lt;STRONG&gt;Not Connected&lt;/STRONG&gt; within the&lt;STRONG&gt; Interactive Control Room&lt;/STRONG&gt;. But if I &lt;STRONG&gt;manually log onto&lt;/STRONG&gt; one of the VM's, the &lt;STRONG&gt;service starts up automatically&lt;/STRONG&gt; and the state of the VM shows &lt;STRONG&gt;Idle&lt;/STRONG&gt; and the connection shows &lt;STRONG&gt;Yes - Connected&lt;/STRONG&gt;, but as soon as I &lt;STRONG&gt;logout &lt;/STRONG&gt;of the VM or restart, the state goes to &lt;STRONG&gt;Offline&lt;/STRONG&gt; and the connection to &lt;STRONG&gt;Not Connected&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Help needed urgently.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Mario] [Fortunato] [Mr]&lt;BR /&gt;[RPA Manager]&lt;BR /&gt;[First National Bank]&lt;BR /&gt;[Windhoek] [Namibia]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Nov 2020 11:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66399#M19004</guid>
      <dc:creator>mfortunato</dc:creator>
      <dc:date>2020-11-08T11:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66400#M19005</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1597"&gt;@mfortunato&lt;/a&gt;,&amp;nbsp;did​ you reinstall Login Agent on all the RTRs? If you check the services on the logged out VMs, is Login Agent running? Did you change the name of the connection you're trying to use within the interactive client? If yes, you'll need to update it for Login Agent as well.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Balazs Roman&lt;BR /&gt;RPA Consultant&lt;BR /&gt;human+&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66400#M19005</guid>
      <dc:creator>BalazsRoman</dc:creator>
      <dc:date>2020-11-09T18:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66401#M19006</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b1eabf47-6259-48ec-adfe-5252e0d224b1" data-tag-text="@Balazs Roman" href="https://community.blueprism.com/network/profile?UserKey=b1eabf47-6259-48ec-adfe-5252e0d224b1" data-itemmentionkey="105be3e1-8b0e-42e0-ab07-1d459ec6656e"&gt;@Balazs Roman&lt;/A&gt; yes reinstall Login Agent on all RTRs. Herewith the steps I took.&lt;BR /&gt;1. Back up all processes via packages&lt;BR /&gt;2. Back up DB&lt;BR /&gt;3. Install V6.8.1 on App server&lt;BR /&gt;4. Install 6.8.1 on IC&lt;BR /&gt;5. Install 6.8.1 on all RTR as well as the new Login Agent&lt;BR /&gt;&lt;BR /&gt;Yes Login Agent is running and is installed on all RTR. No I haven't changed the ​name within the IC.&amp;nbsp; There is no Login Agent installed on IC.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Mario] [Fortunato] [Mr]&lt;BR /&gt;[RPA Manager]&lt;BR /&gt;[First National Bank]&lt;BR /&gt;[Windhoek] [Namibia]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2020 06:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66401#M19006</guid>
      <dc:creator>mfortunato</dc:creator>
      <dc:date>2020-11-10T06:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66402#M19007</link>
      <description>I managed to resolved the issue..&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Mario] [Fortunato] [Mr]&lt;BR /&gt;[RPA Manager]&lt;BR /&gt;[First National Bank]&lt;BR /&gt;[Windhoek] [Namibia]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2020 17:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66402#M19007</guid>
      <dc:creator>mfortunato</dc:creator>
      <dc:date>2020-11-10T17:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66403#M19008</link>
      <description>Can you share the solution in case others come across this in the future and feel that they have a similar issue?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2020 20:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66403#M19008</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-11-10T20:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Resource VM showing Offline and Not Connected</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66404#M19009</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="529d80de-3eb3-4633-a601-1f80ed21cb93"&gt;@Dave Morris&lt;/A&gt; ​well no issues, below is what happened and how I managed to resolve it.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Step 1.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;Kindly note when you upgrade your BP application version, there is a chance that the parameters will be reset within the &lt;EM&gt;LoginAgentService.config&lt;/EM&gt; file, which&amp;nbsp;is located &lt;EM&gt;&amp;lt;C:\ProgramData\Blue Prism Limited\Automate V3&amp;gt;.&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;Upon opening the file I noted the below:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;workingdirectory path="NOTINSTALLED"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="resourcepc"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="public"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;argument name="port"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;8181&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;nbsp; &amp;lt;/startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;From the above configuration file &amp;lt;&lt;EM&gt;LoginAgentService.config&amp;gt;&lt;/EM&gt; one could clearly see that the working path is not defined/set &lt;SPAN style="background-color: #ff0000;"&gt;&amp;lt;workingdirectory path="NOTINSTALLED"/&amp;gt;&lt;/SPAN&gt; and that the dbconname argument tag is missing. I edited the file &amp;lt;&lt;EM&gt;LoginAgentService.config&amp;gt;&lt;/EM&gt; with the correct values, as per&amp;nbsp; &amp;nbsp;below. Restarted the RTR and noticed the pc icon with a key and the status become Logged Out as well as Yes-Connected within the IC Room.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;workingdirectory path="C:\Program Files\Blue Prism Limited\Blue Prism Automate\"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="resourcepc"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="public"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="port"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;value&amp;gt;8181&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;argument name="dbconname"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;value&amp;gt;Application Server&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/argument&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/startuparguments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Step 2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;There is a second file that needed to be edited in order for the two files to communicate. This file is located &lt;EM&gt;&amp;lt;C:\ProgramData\Blue Prism Limited\Automate V3&amp;gt; &lt;/EM&gt;and is called&lt;EM&gt; &amp;lt;Automate&amp;gt;. &lt;/EM&gt;See below configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;editsummariesarecompulsory&amp;gt;True&amp;lt;/editsummariesarecompulsory&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;startprocessengine&amp;gt;True&amp;lt;/startprocessengine&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;maxundolevels&amp;gt;10&amp;lt;/maxundolevels&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;currentconnection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/currentconnection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;sqlcommandtimeout&amp;gt;30&amp;lt;/sqlcommandtimeout&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;archivepath&amp;gt;C:\Users\Administrator\Documents&amp;lt;/archivepath&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connections&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;bpserver /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;port&amp;gt;8199&amp;lt;/port&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;callbackport&amp;gt;0&amp;lt;/callbackport&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;connectionmode&amp;gt;0&amp;lt;/connectionmode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;name&amp;gt;Application Server&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;server&amp;gt;&lt;SPAN style="background-color: #ffff00;"&gt;your application server name or ip address should be placed here&lt;/SPAN&gt;&amp;lt;/server&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;extraparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/extraparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/connection&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/connections&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;businessobjects /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #00ff00;"&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;I hope that the above will help someone out there.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;MF&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;[Mario] [Fortunato] [Mr]&lt;BR /&gt;[RPA Manager]&lt;BR /&gt;[First National Bank]&lt;BR /&gt;[Windhoek] [Namibia]&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2020 07:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Resource-VM-showing-Offline-and-Not-Connected/m-p/66404#M19009</guid>
      <dc:creator>mfortunato</dc:creator>
      <dc:date>2020-11-11T07:58:00Z</dc:date>
    </item>
  </channel>
</rss>

