JAVA Based AS400 Client Issue

We have just migrated to a java based AS400 environment.
We had some issues connecting uipath with the new terminal. But this works.

Now we encounter an even bigger issue. If the process transmits an enter in terminal; this works, but when using set text or set field; it doesn’t find the field. Nor with coordinates.

connection string= “{‘AttachExisting’:false,‘ConnectionType’:2,‘EhllBasicMode’:false,‘EhllDll’:‘C:\Program Files (x86)\IBM\EHLLAPI\EHLAPI32.dll’,‘EhllEnhanced’:true,‘EhllFunction’:‘hllapi’,‘EhllSession’:‘A’,‘Host’:null,‘Mode’:1,‘Port’:23,‘Profile’:null,‘ProviderType’:4,‘ShowTerminal’:true,‘TerminalType’:0}”

Uipath terminal activities = 1.3.0

Resolved ISSUE , tweaked connection string to

{‘AttachExisting’:false,‘ConnectionType’:2,‘EhllBasicMode’:false,‘EhllDll’:‘C:\Program Files (x86)\IBM\EHLLAPI\EHLAPI32.dll’,‘EhllEnhanced’:false,‘EhllFunction’:‘hllapi’,‘EhllSession’:‘A’,‘Host’:null,‘Mode’:1,‘Port’:23,‘Profile’:null,‘ProviderType’:4,‘ShowTerminal’:false,‘TerminalType’:0}

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.