Having Issue in Launching the AS400 IBM Emulator in the Bot

I have to Connect to a AS400 IBM Emulator.

Initially I Tried with Terminal session activity using IBM Personal Communication Provider Type and given the path of the IBM emulator in use an existing profile. But we faced Terminal error while running.

Then we had a Workaround To Use Start Process first to launch the emulator, give 5 seconds delay and then use terminal session activity to connect with the emulator by giving Provider type as EHLLAPI with EHLL dll as pcshll.dll and port as 992 in the connection string.

But that connection is not stable and we are getting the same error intermittently. Is there any configuration needs to be done, so we can launch the emulator with terminal session itself and not using start process. Can any one please help on this issue. Thanks in advance!

Hii @Dinesh_dine

Make sure the UiPath robot is running on a machine that has network connectivity to the AS400 server. Ensure that the server’s hostname or IP address is accessible from the machine where UiPath is running.
Verify that the IBM AS400 emulator is installed and configured correctly on the machine where the UiPath bot is running. Ensure that you can manually open and interact with the emulator.
UiPath provides activities for working with emulators like IBM AS400. You may want to consider using these activities, such as the “Terminal Session” activity. Ensure that you are using the correct activity and that it is configured with the appropriate settings to connect to the emulator.

Cheers…!

Hi @Dilli_Reddy

I can able to manually open and interact with the AS400 emulator. Also the IP is accessible from the machine where UiPath is running. When i use just terminal session activity i am getting the terminal error. When i try the above work around i mentioned, i am getting the connection intermittently. Can you help resolving this issue.