<?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: Process not running from control room in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100865#M48011</link>
    <description>...come to think of it, is the SAP thing some sort of emulator or more kind of a web gui?</description>
    <pubDate>Fri, 16 Sep 2022 14:27:16 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2022-09-16T14:27:16Z</dc:date>
    <item>
      <title>Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100859#M48005</link>
      <description>Hi Team,&lt;BR /&gt;We have a process running fine in studio.&amp;nbsp; But it failing to launch any application(SAP our case) when running from control room. please note all the previous steps before any application launch are executing perfectly.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Sometimes it running fine when running blue prism as run as administrator in their own remotes.&lt;BR /&gt;&lt;SPAN&gt;But unable to run the process in runtime resource from control room of &lt;/SPAN&gt;&amp;nbsp;monitor remote.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I confirm that issue is not related to timeout because we provided enough wait stages at various intervals.&lt;BR /&gt;Can someone help to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:24:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100859#M48005</guid>
      <dc:creator>Sree_Rama_Murth</dc:creator>
      <dc:date>2022-09-15T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100860#M48006</link>
      <description>Hi S,&lt;BR /&gt;&lt;BR /&gt;As you say previous steps in the process are executed correctly, but then it either stops or crashes, there should be a log. The log should point to a specific stage that either stops or crashes. &lt;BR /&gt;==&amp;gt;What action does the log say crashes/stops and is there any exception?&lt;BR /&gt;&lt;BR /&gt;You do not state if running from Studio (that works fine) is from the same environment/computer as when running from ControlRoom (that does not work).&lt;BR /&gt;==&amp;gt;Are the Studio and ControlRoom environments the same computer, version and database?</description>
      <pubDate>Fri, 16 Sep 2022 06:39:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100860#M48006</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-09-16T06:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100861#M48007</link>
      <description>Thank you for the response @Paul JHM Van Doorn,&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; Previous steps (getting data from excel to collection) executed successfully but then the process terminated when it is trying to launch SAP application. The log shows as&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;ERROR: System Exception : An error occurred while launching SAP: Failed to perform step 1 in Navigate Stage 'SAP Launch' on page 'SAP Launch' - Failed to launch C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;=&amp;gt;Yes, the s&lt;SPAN&gt;tudio and Control Room are having same environments, same computer, version and database.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Issue is : Failing to launch SAP application when running from control room and while all other steps are working fine(which does not have launch of any application). Please see the attached log snip for reference,&lt;BR /&gt;&lt;BR /&gt;​​</description>
      <pubDate>Fri, 16 Sep 2022 09:43:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100861#M48007</guid>
      <dc:creator>Sree_Rama_Murth</dc:creator>
      <dc:date>2022-09-16T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100862#M48008</link>
      <description>Hi S,&lt;BR /&gt;&lt;BR /&gt;It sounds more and more that the Launch of SAP has too short waiting time when you run from ControlRoom. What does the launch look like in your object?&lt;BR /&gt;An other alternative is that the '&lt;SPAN&gt;C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe&lt;/SPAN&gt;' cannot be found. Do you use the same user-id when running from ControlRoom?</description>
      <pubDate>Fri, 16 Sep 2022 11:29:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100862#M48008</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-09-16T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100863#M48009</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;We have provided enough waiting time for SAP Launch.&lt;BR /&gt;We are using same user id for running process in studio and control room. Checked, I am able to access the SAP.exe file and for studio as well for process running.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:43:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100863#M48009</guid>
      <dc:creator>Sree_Rama_Murth</dc:creator>
      <dc:date>2022-09-16T13:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100864#M48010</link>
      <description>Hi again,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have the possibility to turn on logging within the SAP object to see what stage in there is causing the problem?</description>
      <pubDate>Fri, 16 Sep 2022 13:58:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100864#M48010</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-09-16T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Process not running from control room</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100865#M48011</link>
      <description>...come to think of it, is the SAP thing some sort of emulator or more kind of a web gui?</description>
      <pubDate>Fri, 16 Sep 2022 14:27:16 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Process-not-running-from-control-room/m-p/100865#M48011</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-09-16T14:27:16Z</dc:date>
    </item>
  </channel>
</rss>

