|
| 1 | +--- |
| 2 | +title: Unable to Connect to IBM Personal Communications Session |
| 3 | +description: Solves an issue where you can't connect to an IBM Personal Communications session using the Open terminal session action with the HLLAPI provider. |
| 4 | +ms.custom: sap:Desktop flows |
| 5 | +ms.date: 04/29/2025 |
| 6 | +ms.author: nimoutzo |
| 7 | +author: NikosMoutzourakis |
| 8 | +--- |
| 9 | +# Can't connect to an IBM Personal Communications session |
| 10 | + |
| 11 | +This article provides a resolution for an issue where you can't connect to an IBM Personal Communications session using the [Open terminal session](/power-automate/desktop-flows/actions-reference/terminalemulation) action with the HLLAPI provider in Power Automate for desktop. |
| 12 | + |
| 13 | +_Applies to:_ Power Automate for desktop |
| 14 | + |
| 15 | +## Symptoms |
| 16 | + |
| 17 | +When you try to use the **Open terminal session** action with the HLLAPI provider to connect to the IBM Personal Communications terminal emulator, you might receive the following error message: |
| 18 | + |
| 19 | +```output |
| 20 | +Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.TerminalEmulation.Common.TerminalEmulationActionException' was thrown.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Error communicating with the emulator ---> Microsoft.Flow.RPA.Desktop.Modules.TerminalEmulation.Common.TerminalEmulationActionException: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.TerminalEmulation.Common.TerminalEmulationActionException' was thrown. |
| 21 | + at Microsoft.Flow.RPA.Desktop.BridgeToHLLAPI.HLLAPIActionsImpl.<>c__DisplayClass16_0.<Open>b__0() |
| 22 | + --- End of inner exception stack trace --- |
| 23 | + at Microsoft.Flow.RPA.Desktop.Modules.TerminalEmulation.Actions.OpenTerminalSession.Execute(ActionContext context) |
| 24 | + at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments) |
| 25 | +``` |
| 26 | + |
| 27 | +This issue can occur in the following desktop flow modes: |
| 28 | + |
| 29 | +- Unattended |
| 30 | +- Attended |
| 31 | +- Console/Designer |
| 32 | + |
| 33 | +## Cause |
| 34 | + |
| 35 | +The IBM Personal Communications terminal emulator requires access to HLLAPI DLLs for proper operation. However, the HLLAPI implementation in IBM Personal Communications version 14 (32-bit) might result in the error. |
| 36 | + |
| 37 | +## Resolution |
| 38 | + |
| 39 | +To resolve this issue, download and install the [64-bit version of IBM Personal Communications](https://www.ibm.com/docs/personal-communications) that includes the required HLLAPI DLLs. Ensure that you select the appropriate DLL file in the **Open terminal session** action. |
| 40 | + |
| 41 | +For more information, see [Terminal emulation actions](/power-automate/desktop-flows/actions-reference/terminalemulation). |
| 42 | + |
| 43 | +[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)] |
0 commit comments