<?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 What is the BP version you… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46357#M2375</link>
    <description>What is the BP version you are using. I am using reflection workspace and BP version 6.0 and my emulator&amp;nbsp;session file type is .rd3x format and I am able to configure the App modeler&amp;nbsp;successfully and automate my&amp;nbsp; mainframe application.</description>
    <pubDate>Tue, 20 Mar 2018 10:54:00 GMT</pubDate>
    <dc:creator>maathavanP</dc:creator>
    <dc:date>2018-03-20T10:54:00Z</dc:date>
    <item>
      <title>How to lauch Reflection Mainframe APP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46348#M2366</link>
      <description>Hello, 

I would like  to launch mainframe application. But it€™s a reflection mainframe.
I tried to define it as a windows app because I found an ".exe" but even if the mainframe is launched, in spying mode I cannot capture properly the environment.

So I need to define it as Mainframe app and find  « .ws » (IBM Mainframe Session File) or « .r2w » file  or « .rfw » file (Attachmate reflection Settings)

I have only ".rsf" file to launch the mainframe. But I do not think it is handle by BP.


Could you please  tell me how would you configure the app wizard  in my case ?

Thanks in advance for your feedback.


Kind Regards

Sam</description>
      <pubDate>Tue, 21 Jun 2016 20:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46348#M2366</guid>
      <dc:creator>samuel_a_thomas</dc:creator>
      <dc:date>2016-06-21T20:19:00Z</dc:date>
    </item>
    <item>
      <title>Hi Sam this might help https:</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46349#M2367</link>
      <description>Hi Sam this might help &lt;A href="https://portal.blueprism.com/system/files/Mainframe%20Automation.pdf" target="test_blank"&gt;https://portal.blueprism.com/system/files/Mainframe%20Automation.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46349#M2367</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2016-07-01T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46350#M2368</link>
      <description>Hi,
Even I am having same issue.
Can you share the solution if already solved.</description>
      <pubDate>Wed, 24 Aug 2016 09:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46350#M2368</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2016-08-24T09:02:00Z</dc:date>
    </item>
    <item>
      <title>The only way I have found to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46351#M2369</link>
      <description>The only way I have found to actually solve this, is by executing a codestage which uses ShellExecute to open the path to emulator.
Hope this helps.</description>
      <pubDate>Wed, 24 Aug 2016 11:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46351#M2369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T11:27:00Z</dc:date>
    </item>
    <item>
      <title>I also had Attachmate</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46352#M2370</link>
      <description>I also had Attachmate Reflection mainframe and I made macros to interact with it :)
The truth is I did not make it work through the mainframe API's.</description>
      <pubDate>Wed, 24 Aug 2016 18:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46352#M2370</guid>
      <dc:creator>RadoslavHiko</dc:creator>
      <dc:date>2016-08-24T18:44:00Z</dc:date>
    </item>
    <item>
      <title>I was able to attach the</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46353#M2371</link>
      <description>I was able to attach the session to mainframe. Just not able to launch (in the same object).</description>
      <pubDate>Thu, 25 Aug 2016 09:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46353#M2371</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2016-08-25T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Make a launch page in your</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46354#M2372</link>
      <description>Make a launch page in your object with the following code stage:
Dim p As New System.Diagnostics.Process
Dim s As New System.Diagnostics.ProcessStartInfo([PATH TO R2W OR R3DX FILE])
s.UseShellExecute = True
s.WindowStyle = ProcessWindowStyle.Normal
p.StartInfo = s
p.Start()
Add ""mscorlib.dll"" in External References and ""System.Diagnostics"" and ""System.Threading"" in Namespace Imports.
This should launch your reflections mainframe emulator and you should then be able to attach to it.</description>
      <pubDate>Thu, 25 Aug 2016 11:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46354#M2372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Thanks timmorthorst, used</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46355#M2373</link>
      <description>Thanks timmorthorst, used Shell() function to launched.</description>
      <pubDate>Thu, 25 Aug 2016 17:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46355#M2373</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2016-08-25T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Hello,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46356#M2374</link>
      <description>Hello,
We are trying to launch an application&amp;nbsp;WRQ Reflection for UNIX and Digital Version 11.0 and have referred to the document on the portal &lt;A href="http://portal.blueprism.com/system/files/2017-09/How%20to%20configure%20Micro%20Focus%20Reflection%20for%20Desktop.pdf" target="test_blank"&gt;http://portal.blueprism.com/system/files/2017-09/How%20to%20configure%20Micro%20Focus%20Reflection%20for%20Desktop.pdf&lt;/A&gt; which seemed like the most relevant as our application is r2w based. The document mentions some configuration changes before we connect to Blue Prism. We are not able to find these configurations in our application.&amp;nbsp;Still trying to work out why we can't see those setting options.
Also the document from the portal says reflection version applicable is Version 16 and version 9.x but our application is version 11. Is version 11 supported by Blue prism for automation?
Since I was not able to make any configuration changes, I tried to create the object with the application as mainframe in application modular and type as “Micro Focus Reflection 9.x and earlier” as well as “Micro Focus Reflection for Desktop 16”.&amp;nbsp; The file type we selected in R2W. When I tried to launch the application, I am getting the an error ""Cannot create ActiveX component"".
Has anyone managed to resolve a similar issue.
Thanks,
Abbas</description>
      <pubDate>Thu, 08 Mar 2018 02:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46356#M2374</guid>
      <dc:creator>Gulam_AbbasAlwa</dc:creator>
      <dc:date>2018-03-08T02:22:00Z</dc:date>
    </item>
    <item>
      <title>What is the BP version you…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46357#M2375</link>
      <description>What is the BP version you are using. I am using reflection workspace and BP version 6.0 and my emulator&amp;nbsp;session file type is .rd3x format and I am able to configure the App modeler&amp;nbsp;successfully and automate my&amp;nbsp; mainframe application.</description>
      <pubDate>Tue, 20 Mar 2018 10:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-lauch-Reflection-Mainframe-APP/m-p/46357#M2375</guid>
      <dc:creator>maathavanP</dc:creator>
      <dc:date>2018-03-20T10:54:00Z</dc:date>
    </item>
  </channel>
</rss>

