<?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 Thank you all for giving me… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88478#M39019</link>
    <description>Thank you all for giving me comments.
I talked to our IT dept. about both team viewer and admin rights bat. but unfortunately neither one was allowed to us...
Instead, they gave us a VMware Remote Console as a substitution of RDP and it works well!
Thank you very much again.
&amp;nbsp;
Ryohei
&amp;nbsp;
&amp;nbsp;</description>
    <pubDate>Thu, 31 Jan 2019 13:13:00 GMT</pubDate>
    <dc:creator>RyoheiSuzuki</dc:creator>
    <dc:date>2019-01-31T13:13:00Z</dc:date>
    <item>
      <title>BluePrism Process fails in closed Remote Desktop Environment. Will VNC solve this issue??</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88475#M39016</link>
      <description>Hi all,

I am running BluePrism on Windows Server 2012 environment&amp;nbsp;using Remote Desktop Connection.

When I start a process on this environment and close the RDC window, the process throws an error because the system is locked by closing the window.

Then I found an article below, which is saying TeamViewer or VNC may conqure this kind of issues.

&amp;nbsp;

- BluePrims in Remote Desktop Enviroment (Citrix)

&lt;A href="https://portal.blueprism.com/forums/technical-queries/processobject-studio/blueprims-remote-desktop-enviroment-citrix" target="test_blank"&gt;https://portal.blueprism.com/forums/technical-queries/processobject-studio/blueprims-remote-desktop-enviroment-citrix&lt;/A&gt;

&amp;nbsp;

Does anyone try TeamViewer or VNC? and did it resolve the issue??

I would appreciate if you could give me your solutions.

&amp;nbsp;

BR,

&amp;nbsp;

Ryohei</description>
      <pubDate>Tue, 29 Jan 2019 10:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88475#M39016</guid>
      <dc:creator>RyoheiSuzuki</dc:creator>
      <dc:date>2019-01-29T10:44:00Z</dc:date>
    </item>
    <item>
      <title>Yes, I have seen people use…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88476#M39017</link>
      <description>Yes, I have seen people use TeamViewer in order to avoid that locking issue with RDP. Haven't tried VNC.</description>
      <pubDate>Tue, 29 Jan 2019 19:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88476#M39017</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-01-29T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88477#M39018</link>
      <description>Hi Ryohei,
basically there is a way, without additional software installed, to keep RPD alive. In our infrastructure we're running a native Windows 2012 and once we close the RDP window, runtime resource will come back to console keeping the session active an unlocked.
We tried using VNC in the beginning and what it does is modifying some system settings to allow more than one console session.
How actually does the session switch work? Once you connect through RDP you create RDPtcp session. To see the current state, on BP client desktop, try running&amp;nbsp; ""qwinsta"" command.
Blue Prism runtime desktop, ( or interactive client desktop) you want to keep alive once you close the RDP windows is closed, should redirect the session from RDPtcp to console.
I will provide the most simple example how to create schedules that will automatically keep the session alive, simply by executing bat files.
I strongly advise speaking with local IT department as this solution can be implemented on policy level.&amp;nbsp;
Below example is not perfect, it requires admin rights to be deployed and it just shows the mechanism used to keep the session active once RDP is closed
&amp;nbsp;
&amp;nbsp;
Step 1.
Create bat files
1. Create a bat file to grab the current user session number and save it in a text file in c:\bin folder,
Save the below code as ID_Extract.bat
echo off
Mkdir C:\bin
set MY_SESSION_ID=unknown
for /f ""tokens=3-4"" %%a in ('query session %username%') do @if ""%%b""==""Active"" set MY_SESSION_ID=%%a
set aa3=%MY_SESSION_ID%
&amp;gt;C:\bin\MY_SESSION_ID.txt echo %aa3%
pause
&amp;nbsp;
2. Create bat file executing console switch
Save the below code as redirect_session.bat
set /p MY_SESSION_ID=</description>
      <pubDate>Wed, 30 Jan 2019 16:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88477#M39018</guid>
      <dc:creator>WojciechLach1</dc:creator>
      <dc:date>2019-01-30T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Thank you all for giving me…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88478#M39019</link>
      <description>Thank you all for giving me comments.
I talked to our IT dept. about both team viewer and admin rights bat. but unfortunately neither one was allowed to us...
Instead, they gave us a VMware Remote Console as a substitution of RDP and it works well!
Thank you very much again.
&amp;nbsp;
Ryohei
&amp;nbsp;
&amp;nbsp;</description>
      <pubDate>Thu, 31 Jan 2019 13:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88478#M39019</guid>
      <dc:creator>RyoheiSuzuki</dc:creator>
      <dc:date>2019-01-31T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi,
Â 
I encountered the sameâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88479#M39020</link>
      <description>Hi,
Â&amp;nbsp;
I encountered the same before.Â&amp;nbsp; The issue arises because the desktop used when the bots are running minimised is not the same descktop you see when you log in to a remote desktop session.
I used UltraVNC succesfully to overcome this. You may also want to confrim that the screen resolution on the desktop observed in UltraVNC is the same as the resolution used for development.
Â&amp;nbsp;
I noted that the default robotic desktop is 768x1024. If any element fingerprints rely on XY coordinates or of you are using global mouse click actions then these will be impacted.
Â&amp;nbsp;
Â&amp;nbsp;</description>
      <pubDate>Wed, 22 May 2019 13:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88479#M39020</guid>
      <dc:creator>NevilleWatson</dc:creator>
      <dc:date>2019-05-22T13:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88480#M39021</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please provide a more detailed example of how you implemented this switch?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;David Vizcaíno&lt;BR /&gt;RPA Programmer&lt;BR /&gt;EY&lt;BR /&gt;America/Bogota&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2020 00:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88480#M39021</guid>
      <dc:creator>DavidVizcaíno</dc:creator>
      <dc:date>2020-04-23T00:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88481#M39022</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Basically I am facing same issue while closing/disconnecting/sign of RDP from my Laptop then Bot Schedule run/normally run is stopping in run time machine in production. I always keeping Open my system with RDP then it is running. I understand from your conversation that once RDP is closed BOT is not getting session and stop running. I am using BP version 7.2 and window 10. As I am new in BP can you suggest and give me steps how to resolve. Is there any in build feature that can help to resolve this issue. I cant work while running BOT because always need to keep open RDP. Login Agent can install ? is this Login Agent can resolve my issue. In that can can you suggest steps to follow how to install and use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2023 07:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88481#M39022</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-09-03T07:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88482#M39023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Also I there is no any login option is implemented in Runtime resource machine(Production machine). Once I use RDP only can see blue screen with name of the user and automatically open desktop. No login option implemented. Is that when Sign off RDP automatically session was closed and when Bot start running as previously session is not available Bot stopping ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pralay&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2023 08:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88482#M39023</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-09-03T08:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88483#M39024</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;For example if you don't have login agent and directly disconnecting the RDP session the process will be terminated also session will be offline.&lt;/P&gt;
&lt;P&gt;To resolve this issue use need to use login agent concept as part of your VM machine. Basically Login agent will be login to the machine automatically and run the process in the backend. Please follow the below article to setup the login agent in your VM machine.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000076814" target="_blank" rel="noopener"&gt;How to set up Login Agent : (blueprism.com)&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2023 09:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88483#M39024</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-09-03T09:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88484#M39025</link>
      <description>&lt;P&gt;Hi Devendran,&lt;/P&gt;
&lt;P&gt;Thank you for the suggestion. I have installed Login Agent and setup local policy and after restart when I tried import Login Agent Release file it is not showing wile browsing but in Login Agent folder all file available. Can you please why cant Import. Please see below screen shot.&lt;/P&gt;
&lt;P&gt;When Importing Login Agent Release file. It is showing no file available. Do I need to install again ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12027.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12197i195E49329BE1B00B/image-size/large?v=v2&amp;amp;px=999" role="button" title="12027.png" alt="12027.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But when I navigate to C drive all file is available in Login Agent folder.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12028.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12196i94BDA3F4E3AE055D/image-size/large?v=v2&amp;amp;px=999" role="button" title="12028.png" alt="12028.png" /&gt;&lt;/span&gt;Can you suggest on this how proceed.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2023 14:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88484#M39025</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-09-04T14:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88485#M39026</link>
      <description>&lt;P&gt;Hi parlay Das,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When you import the release file which option&amp;nbsp; you have selected ?&lt;/P&gt;
&lt;P&gt;If you are trying to import release file you need to select import release file&amp;nbsp; other wise process or object.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you selected process or object&amp;nbsp; and trying to find release file it is not visible.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you notice the file type in the screenshot( file explorer) it is referring to object&amp;nbsp; but looks like you are looking to import release file .&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So try to select import release file instead of object or process&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2023 03:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88485#M39026</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-09-05T03:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88486#M39027</link>
      <description>&lt;P&gt;Hi Harish,&lt;/P&gt;
&lt;P&gt;Thank you for the instruction. I have followed same steps. But when I am trying to set up parameter giving below message. Can you please suggest how to proceed. I have already set up all local policy and set up Credentials from System Tab.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12031.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12200iD5774F26F4E1CCA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="12031.png" alt="12031.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When I set up parameter to run Login giving below message&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12032.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12205iE5EE00230140CD17/image-size/large?v=v2&amp;amp;px=999" role="button" title="12032.png" alt="12032.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;After click ok and right click and start then giving below message and terminating session. Also I have given screen shot for log file error message.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12033.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12203i54DCB4F430942449/image-size/large?v=v2&amp;amp;px=999" role="button" title="12033.png" alt="12033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you please suggest why cannot able proceed. Can you please share me steps that need to be follow.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88486#M39027</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-09-05T12:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88487#M39028</link>
      <description>&lt;P&gt;Hi,&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;Based on your screen shot, one thing you need to change it. Regarding the credentials name you kept as "BP-Bot" but in the control room the runtime resource host name getting displayed as "BP-BOT". So keep credentials name as "Windows Login: BP-BOT".&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;Also regarding the startup parameter of login process provide below values&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;1)Login locally : false&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;2)Domain: Provide the user domain. If you don't know check system admin team they will help you on this.&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;3)Send secure attention sequence: In case if you enabled SAS service in group policy level and services then select the value as true or else keep it as false.&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Also please confirm whether login agent installed on VDI or VM server machine?&lt;P&gt;&lt;/P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88487#M39028</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-09-05T12:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88488#M39029</link>
      <description>&lt;P&gt;Hi Devendra,&lt;/P&gt;
&lt;P&gt;There is two Bot machine one is BP-BOT &amp;amp; BP-BOT1 . I have installed login Agent in two BOT machine no app server. I am trying to run login process from BP-BOT1 machine drag drop into same resource machine (BP-BOT1 machine) in control room. I don't know why BP-BOT machine showing offline although this machine is open already.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="12041.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12210i1B031C0596ECF5D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="12041.png" alt="12041.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88488#M39029</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-09-05T12:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi Ryohei,
basically there…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88489#M39030</link>
      <description>&lt;P&gt;Hi,&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;If you want to test login agent and etc. Basically app server need to be setup to avoid these issues. Once your bot machine connected with app server and please make sure below areas are fine.&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P style="margin-left: .5in; text-indent: -.25in; mso-list: l0 level1 lfo1;"&gt;&lt;!-- [if !supportLists]--&gt;&lt;SPAN style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;SPAN style="mso-list: Ignore;"&gt;·&lt;SPAN style="font: 7.0pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;!--[endif]--&gt;&lt;SPAN dir="LTR"&gt;&lt;/SPAN&gt;Runtime resource should connected with app server&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P style="margin-left: .5in; text-indent: -.25in; mso-list: l0 level1 lfo1;"&gt;&lt;!-- [if !supportLists]--&gt;&lt;SPAN style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;SPAN style="mso-list: Ignore;"&gt;·&lt;SPAN style="font: 7.0pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;!--[endif]--&gt;&lt;SPAN dir="LTR"&gt;&lt;/SPAN&gt;Make sure personal run time resource check box selected in the settings tab.&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P style="margin-left: .5in; text-indent: -.25in; mso-list: l0 level1 lfo1;"&gt;&lt;!-- [if !supportLists]--&gt;&lt;SPAN style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;SPAN style="mso-list: Ignore;"&gt;·&lt;SPAN style="font: 7.0pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;!--[endif]--&gt;&lt;SPAN dir="LTR"&gt;&lt;/SPAN&gt;Make sure listener is up and running.&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P style="margin-left: .5in; text-indent: -.25in; mso-list: l0 level1 lfo1;"&gt;&lt;SPAN style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;SPAN style="mso-list: Ignore;"&gt;·&lt;SPAN style="font: 7.0pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;!--[endif]--&gt;&lt;SPAN dir="LTR"&gt;&lt;/SPAN&gt;Make sure login agent is installed and services are up and running.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2023 12:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BluePrism-Process-fails-in-closed-Remote-Desktop-Environment/m-p/88489#M39030</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-09-06T12:54:00Z</dc:date>
    </item>
  </channel>
</rss>

