Can someone who has successfully worked with micro focus reflection in power automate help with this issue here?
First, I'm able to connect to a mainframe and save a profile without issues.
Then in Power automate desktop, I create an action with these settings and still get a connection error: :
Provider: Micro Focus Reflection
Intallation path: C:\Program Files (x86)\Micro Focus\Reflection\r1win
Configuration: existing profile
Profile: c:\var\testbox.r1w
I have tried the path with r1win, r1win.exe, and by removing r1win intirely to no avail. Here's the error I get:
Error: Error communicating with the emulator
The system cannot find the file specified. (Exception from HRESULT: 0x80070002): Robin.Core.ActionException: Error communicating with the emulator ---> System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at Robin.Modules.TerminalEmulation.Actions.ReflectionSessionFacadeToVariant..ctor(String path, String profile, Boolean attach)
at Robin.Modules.TerminalEmulation.Actions.TerminalEmulationActions.OpenTerminalSession(Variant installationPath, Variant dllPath, Variant sessionName, Variant profile, Variant host, Variant port, Variant& session, Int32 provider, Int32 configuration, Int32 hostType, Boolean attach)
--- End of inner exception stack trace ---
at Robin.Modules.TerminalEmulation.Actions.OpenTerminalSession.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)