<?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: Create multi login users in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79298#M31206</link>
    <description>Hi,&lt;BR /&gt;I altered the Login process and it runs successfully, the correct user is logged in, but the resource PC is in Offline state in Control room. I have added a new task to Task Scheduler which is triggered by logging in of this specific user and I can see it is running from task manager but the resource PC is still Offline. What else should I do to make it connect after logging in?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tomas Rehak&lt;BR /&gt;RPA Developer&lt;BR /&gt;VUB Slovensko&lt;BR /&gt;Europe/Bratislava&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Jul 2022 06:29:00 GMT</pubDate>
    <dc:creator>to_mas_re</dc:creator>
    <dc:date>2022-07-08T06:29:00Z</dc:date>
    <item>
      <title>Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79294#M31202</link>
      <description>&lt;P&gt;Hi Blueprism I need to create more login agents users is there a smart way to reuse already created session.?&lt;BR /&gt;see attachment for more details.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79294#M31202</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2021-06-08T12:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79295#M31203</link>
      <description>Hello Kristian,&lt;BR /&gt;&lt;BR /&gt;If I understand correctly, what you want to do is to log into the same machine with different robot user accounts?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If so, you can simply modify the Login process to have an input parameter called "Credential Name" and add a decision stage to determine if a Credential Name is provided. If a Credential Name is provided, it will retrieve the username and password from that Credential Name in the Credential Manager instead of the default one.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In this case, you can create a set of different login credentials in the Credential Manager, then pass their names to the modified Login process to log into Runtime Resources.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have attached the process shown below, see if it helps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23096.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23235i1B63A9A6EF023DCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="23096.png" alt="23096.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jarod Yang &lt;BR /&gt;&lt;BR /&gt;Senior Consultant | BluePrism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2021 02:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79295#M31203</guid>
      <dc:creator>jarodyang</dc:creator>
      <dc:date>2021-06-09T02:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79296#M31204</link>
      <description>Here is the process file.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jarod Yang &lt;BR /&gt;&lt;BR /&gt;Senior Consultant | BluePrism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2021 02:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79296#M31204</guid>
      <dc:creator>jarodyang</dc:creator>
      <dc:date>2021-06-09T02:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79297#M31205</link>
      <description>Thanks it is working​&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2021 13:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79297#M31205</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2021-06-09T13:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79298#M31206</link>
      <description>Hi,&lt;BR /&gt;I altered the Login process and it runs successfully, the correct user is logged in, but the resource PC is in Offline state in Control room. I have added a new task to Task Scheduler which is triggered by logging in of this specific user and I can see it is running from task manager but the resource PC is still Offline. What else should I do to make it connect after logging in?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tomas Rehak&lt;BR /&gt;RPA Developer&lt;BR /&gt;VUB Slovensko&lt;BR /&gt;Europe/Bratislava&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jul 2022 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79298#M31206</guid>
      <dc:creator>to_mas_re</dc:creator>
      <dc:date>2022-07-08T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79299#M31207</link>
      <description>&lt;SPAN&gt;If so, you can simply modify the Login process to have an input parameter called "Credential Name" and add a decision stage to determine if a Credential Name is provided. If a Credential Name is provided, it will retrieve the username and password from that Credential Name in the Credential Manager instead of the default one.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://graciebarra.com/columbus-ga/" target="_blank" rel="noopener"&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Gracie Barra&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:1,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0,&amp;quot;3&amp;quot;:1}}"&gt;Gracie Barra&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jul 2022 15:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79299#M31207</guid>
      <dc:creator>LouiceHenry</dc:creator>
      <dc:date>2022-07-08T15:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create multi login users</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79300#M31208</link>
      <description>It sounds your Windows task is not configured correctly or the executed script has some issues.&lt;BR /&gt;&lt;BR /&gt;Alternatively you can place the scripts to start Automate.exe in the Autostart folders:&lt;BR /&gt;for each user:&lt;BR /&gt;"%AppData%\Microsoft\Windows\Start Menu\Programs\Startup"&lt;BR /&gt;for all users:&lt;BR /&gt;"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Walter Koller&lt;BR /&gt;Solution Manager&lt;BR /&gt;Erste Digital / Erste Group Bank&lt;BR /&gt;Europe/Vienna&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2022 06:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Create-multi-login-users/m-p/79300#M31208</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2022-07-13T06:40:00Z</dc:date>
    </item>
  </channel>
</rss>

