You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article addresses the issue of being unable to connect to an IBM PComm session using the Open Terminal Session action with the HLLAPI provider.
4
+
ms.custom: sap:Desktop flows
5
+
ms.date: 03/07/2025
6
+
ms.author: nimoutzo
7
+
author: nimoutzo
8
+
---
9
+
# Unable to Connect to IBM PComm Session
10
+
11
+
This article addresses the issue of being unable to connect to an IBM PComm session using the Open Terminal Session action with the HLLAPI provider.
12
+
13
+
## Symptoms
14
+
15
+
When attempting to use the Open Terminal Session action with the HLLAPI provider to connect to the IBM PComm terminal emulator, the following error is encountered:
16
+
```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.
17
+
at Microsoft.Flow.RPA.Desktop.BridgeToHLLAPI.HLLAPIActionsImpl.<>c__DisplayClass16_0.<Open>b__0()
18
+
--- End of inner exception stack trace ---
19
+
at Microsoft.Flow.RPA.Desktop.Modules.TerminalEmulation.Actions.OpenTerminalSession.Execute(ActionContext context)
20
+
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
21
+
```
22
+
23
+
## Applicable Versions
24
+
All PAD versions
25
+
26
+
## Modes
27
+
28
+
- Unattended
29
+
- Attended
30
+
- Console/Designer
31
+
32
+
## Root Cause
33
+
The terminal emulator requires access to HLLAPI DLLs, which are not supported.
34
+
35
+
## Workaround
36
+
To resolve this issue, download and install the 64-bit version of IBM PComm.
0 commit comments