Hi Everyone,
We are using AS400 as Core Insurance System and using IBM Personal Communications emulator to connect AS400.
Now, when we are trying to connect AS400 through UiPath’s Terminal Session: IBM Personal Communications, its giving an error. Error is: There was an error connecting to terminal. Error code: Error.
And, when we are trying to connect AS400 through UiPath’s Terminal Session: UiPath Internal, it connecting successfully. But, there is a problem. The keyboard is different to what we have configured in WS profile (i.e., other than IBM Default keyboard.)
So, I am actually stuck in automating terminal session. So, far I have been able to identify that for Enter key, Transmit is the send hot key. I want to identify the send hot key to navigate to the last/previous screen.
Connection String for UiPath Internal (Terminal Type TN5250)
“{‘AttachExisting’:false,‘ConnectionType’:1,‘EhllBasicMode’:false,‘EhllDll’:null,‘EhllEnhanced’:true,‘EhllFunction’:‘hllapi’,‘EhllSession’:‘A’,‘Host’:‘XX.X.XX.XX’,‘Mode’:1,‘Port’:23,‘Profile’:null,‘ProviderType’:5,‘ShowTerminal’:true,‘TerminalType’:1}”
Connection String for IBM Personal Communications
“{‘AttachExisting’:false,‘ConnectionType’:0,‘EhllBasicMode’:false,‘EhllDll’:null,‘EhllEnhanced’:true,‘EhllFunction’:‘hllapi’,‘EhllSession’:‘A’,‘Host’:null,‘Mode’:1,‘Port’:23,‘Profile’:‘C:\Users\894449\Desktop\PASIAUAT.WS’,‘ProviderType’:1,‘ShowTerminal’:true,‘TerminalType’:0}”