Skip to content

Commit fefb9ff

Browse files
authored
Merge pull request #8397 from MicrosoftDocs/NikosMoutzourakis-terminal-IBM-PComm-1
AB#4419: Create not-connecting-IBM-PComm.md
2 parents 37732b6 + 2de9015 commit fefb9ff

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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)]

support/power-platform/power-automate/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
href: desktop-flows/application-certificate-error.md
115115
- name: Agent-related errors when running attended or unattended desktop flows
116116
href: desktop-flows/agent-connectivity-issues-pad.md
117+
- name: Can't connect to an IBM Personal Communications session
118+
href: desktop-flows/cannot-connect-to-ibm-personal-communications.md
117119
- name: Can't silently join a machine group
118120
href: desktop-flows/silent-join-machine-group-troubleshoot.md
119121
- name: Can't create a connection from a shared canvas app

0 commit comments

Comments
 (0)