<?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: Login Agent  completed successfully but resources go to Offline state and No connection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49270#M4699</link>
    <description>​a minor correction to my last post&lt;BR /&gt;&lt;BR /&gt;for Blueprism native authentication&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /user&amp;nbsp;&amp;lt;username&amp;gt; &amp;lt;password&amp;gt; /public&lt;BR /&gt;&lt;BR /&gt;or for a Single Sign-on user:&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /public /sso&lt;BR /&gt;&lt;BR /&gt;Run Blue Prism as a public Resource PC&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /public&lt;BR /&gt;&lt;BR /&gt;Last example should work for all irrespective of the configuration however its better to use the authentication switches based on the authentication type.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Aug 2019 07:18:00 GMT</pubDate>
    <dc:creator>JerinJose</dc:creator>
    <dc:date>2019-08-30T07:18:00Z</dc:date>
    <item>
      <title>Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49266#M4695</link>
      <description>Hi All,&lt;BR /&gt;We are using VDI's. I am using login agent to login to other VDI's resources in order to run my process on multiple resources/ bots. When I run the login Agent, it completed successfully and no error. Before running the login agent, the resources were in Logged out State but connected however after running the login agent successfully, the resources go to Offline state and Connection is No. How to fix it?&lt;BR /&gt;Again, this happened after the login agent is completed successfully without any error's. The VDI are also connected remotely (Checked with the Infrastructure and they confirmed it).&lt;BR /&gt;Any help her is much appreciated.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sivakumar&lt;BR /&gt;Software Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49266#M4695</guid>
      <dc:creator>SivakumarTK</dc:creator>
      <dc:date>2019-08-29T16:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49267#M4696</link>
      <description>&lt;P&gt;Hello Sivakumar&lt;/P&gt;
&lt;P&gt;As you have mentioned that the resources go offline after the Login Agent performs its function successfully, is the scheduled process working fine after that? If not, you can look into the logs and see what are the errors being generated and share them with the Blue Prism Support team for further investigation&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I would also suggest you to login to the Application Server at the same time and check what is the status of Runtime Resource at that time.&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Karan Sareen&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karan Sareen&lt;BR /&gt;Solution Support Engineer&lt;BR /&gt;Blueprism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 23:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49267#M4696</guid>
      <dc:creator>KaranSareen</dc:creator>
      <dc:date>2019-08-29T23:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49268#M4697</link>
      <description>@siva&lt;BR /&gt;&lt;BR /&gt;Looks like you don't have a script in startup folder that launches a public runtime resource instance on system logon&lt;BR /&gt;Automate.exe /resources /public&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Create a batch script with above command and place it in startup folder&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2019 05:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49268#M4697</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-08-30T05:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49269#M4698</link>
      <description>Can confirm that this is definitely the solution, the Runtime Resource needs to be initialized after logon.&lt;BR /&gt;&lt;BR /&gt;/Joakim&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joakim Eklund&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Swedbank AB&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49269#M4698</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2019-08-30T06:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49270#M4699</link>
      <description>​a minor correction to my last post&lt;BR /&gt;&lt;BR /&gt;for Blueprism native authentication&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /user&amp;nbsp;&amp;lt;username&amp;gt; &amp;lt;password&amp;gt; /public&lt;BR /&gt;&lt;BR /&gt;or for a Single Sign-on user:&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /public /sso&lt;BR /&gt;&lt;BR /&gt;Run Blue Prism as a public Resource PC&lt;BR /&gt;&lt;BR /&gt;automate /resourcepc /public&lt;BR /&gt;&lt;BR /&gt;Last example should work for all irrespective of the configuration however its better to use the authentication switches based on the authentication type.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2019 07:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49270#M4699</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-08-30T07:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49271#M4700</link>
      <description>Hello Jerin&lt;BR /&gt;&lt;BR /&gt;Was wondering if you can help me on below issue -&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a multi-user VM. Each user account is running as resourcePC on different ports&lt;BR /&gt;e.g.&lt;BR /&gt;User1 - 8182&lt;BR /&gt;User2 - 8183 and so on&lt;BR /&gt;&lt;BR /&gt;Is it possible to login to these different ports using login agent at same time? If yes, how?&lt;BR /&gt;&lt;BR /&gt;Currently, If I run Login process on any one port, all other ports also return True for "Check Logged In" process&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Indu Yadav&lt;BR /&gt;Senior Business Analyst&lt;BR /&gt;chanel&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2019 15:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49271#M4700</guid>
      <dc:creator>InduYadav</dc:creator>
      <dc:date>2019-09-11T15:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49272#M4701</link>
      <description />
      <pubDate>Thu, 12 Sep 2019 13:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49272#M4701</guid>
      <dc:creator>SteveWaters</dc:creator>
      <dc:date>2019-09-12T13:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49273#M4702</link>
      <description>&lt;SPAN&gt;It appears to me that you are using remote desktop sessions.&amp;nbsp; There is a VBO for that on the Digital Exchange (DX),&amp;nbsp; The Login Agent should stay at 8181 as you pointed out each session/profile will need it's own port which can be defined in the Automate.exe startup script.&amp;nbsp; Note these are based on the Sessions not the VM itself.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this process instead of simply logging on as a given user, the normal method, which would essentially make the Login Agent Service dormant, it launches a Remote Desktop session for that user. Each user profile will require a dedicated port.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is important to note that not all applications work well in Remote Desktop environments which is why we tend to recommend using dedicated VM's.&amp;nbsp; In the end you want automations to run with minimal intervention.&amp;nbsp; Using Remote Desktop Sessions adds a lawyer of complexity.&amp;nbsp; If you are prepared to manage this and understand the impact It can be a workable solution and we have a number of customers who are doing fine with it.&amp;nbsp; It requires a solid understanding of the environment and how it will impact automations and the development of those automations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Waters&lt;BR /&gt;Platform Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49273#M4702</guid>
      <dc:creator>SteveWaters</dc:creator>
      <dc:date>2019-09-12T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49274#M4703</link>
      <description>​Hello Indu,&lt;BR /&gt;&lt;BR /&gt;current Login agent object is designed to login using a single user. check-logged in is using below code &lt;BR /&gt;Logged_In = (GetLoggedInUsers().Count &amp;gt; 0)&lt;BR /&gt;so if 1 user is logged in it will set the flag to true.&lt;BR /&gt;&lt;BR /&gt;There can be an alternate way to modify this object to check for specific user and continue to login if that user session is not available.&lt;BR /&gt;I have not tried it, but as long as login agent listen in port 8181 and other users listen in 8182 and 8283 you should be able to use login agent to login parallelly.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49274#M4703</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-09-17T07:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49275#M4704</link>
      <description>Thanks Steve for the details.&lt;BR /&gt;&lt;BR /&gt;May you please provide me the link to the vbo you are referring and also if there is any documentation I can refer to.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Indu Yadav&lt;BR /&gt;Senior Business Analyst&lt;BR /&gt;chanel&lt;BR /&gt;Hong Kong&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2019 03:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49275#M4704</guid>
      <dc:creator>InduYadav</dc:creator>
      <dc:date>2019-09-23T03:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49276#M4705</link>
      <description>Here is the link to the Remote Desktop VBO&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/remote-desktop-services--blue-prism" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/remote-desktop-services--blue-prism&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A few things to be careful of;&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;This requires some knowledge of Windows Remote Desktop Sessions.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Not all applications work well in multi-session environments.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Make sure you have multiple RDS Hosts for fault tolerance and don't overload them&lt;/LI&gt;
&lt;LI&gt;May require modifying existing Processes and Objects to work with Remote Desktop Sessions.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Waters&lt;BR /&gt;Platform Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2019 13:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49276#M4705</guid>
      <dc:creator>SteveWaters</dc:creator>
      <dc:date>2019-09-24T13:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login Agent  completed successfully but resources go to Offline state and No connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49277#M4706</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2604"&gt;@JerinJose&lt;/a&gt;&lt;BR /&gt;bingo. I am facing the exact same issue. Can you post screenshots to execute the script in startup folder?&lt;BR /&gt;I am not 100% sure that I have the admin rights to do try this but I can definitely give it a shot&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2023 19:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Login-Agent-completed-successfully-but-resources-go-to-Offline/m-p/49277#M4706</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2023-07-31T19:23:00Z</dc:date>
    </item>
  </channel>
</rss>

