Question
Tata Consultancy Services
IN
Last activity: 16 Oct 2018 12:03 EDT
OpenSpan compatible Terminal Emulator for Unix
Hi,
One of process(Possible Candidate for RPA) is using Putty for executing Shell Scripts/Unix Commands.
Putty is not compatible with Openspan. Which terminal emulators for unix are compatible with OpenSpan for automation ?
Regards,
Sagar Chavan.
Re
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Comptech Associates Inc
US
I had great success with Rocket BlueZone. It's relatively new but I found the support to be great! It does just about any type of Terminal Emulation you need. I personally used it with Pega Robotics with 3270, Unix, and AS/400.
Pegasystems Inc.
US
Generally speaking Robotic Studio can not support anything that doesn't use a WinHllapi.DLL.
What Robotic Studio supports are: Hummingbird Emulators, AttachMate Extra and Reflection Emulators, Jolly Giant Emulators, Cail CTT Emulators, Mirco Focus Emulators, and WebConnect.
Accepted Solution
Comptech Associates Inc
US
I had great success with Rocket BlueZone. It's relatively new but I found the support to be great! It does just about any type of Terminal Emulation you need. I personally used it with Pega Robotics with 3270, Unix, and AS/400.
TATA Consultancy Services Ltd
IN
Could you please explain more about Rocket BlueZone..
Regards,
Srilipta Nanda
Accenture Services PVT Ltd
IN
Hey Ed ,
Great to know that. Even I am in an urgent need of finding an alternative for Putty. Can you kindly share the steps and pre-requisites for Bluezone. Would be of great help.
Regards,
Ratul Sarkar
Cognizant
US
@Ed_Lebeau, @RatulS51 : Can you please suggest more on the blueZone integration with Pega RPA? I am in desperate need of the same.
Accenture Services PVT Ltd
IN
You can try Rocket Bluezone. It was a success for me.
Cognizant
PH
Hi Ratul, can you please let me know what Arguments did you include? I cannot locate any EDP file for bluezone. thanks!
Cognizant
US
ArchieC2:
Cognizant
PH
I have already added windows application - bluezone emulator, and a HLLAPI application that is connected to the winhllapi DLL of my bluezone emulator. The issue I am facing is when I start interrogating winhllapi, it throws me an error. I can only successfully interrogate it by launching the bluezone emulator first. But still have issue on identifying fields since the Select Field and Save as Field are both greyed out.
-
Genya Megananda
Accenture Services PVT Ltd
IN
Hi Archie,
Try these steps to launch the Bluezone VT emulator from the automation:
1. Configure and save the BZ session(with the connection parameters you need) on your local system before, and pass the pass the path of the saved session in the Arguments property of the Bluezone adapter with the "/f" as a prefix (eg : /f "C:\Users\xxxxxxxxx\Documents\BlueZone\Config\xxxxx.zvt")
2. Pass the path of the BZVT .exe file in the Path property.
3. Keep the WorkingDirectory property set to the installation folder path of Bluezone.
4. Set StartOnProjectStart as "True".
These steps should invoke Bluezone whenever the automation starts. Then you need to set the HLLAPI adapter as follows:
1. DllName should have the path of the whlapi64.dll file (mostly found inside the BZ installation folder).
2. You can have your custom screen definition set.
3. Set the Session ID as A.
4. StartOnProjectStart as False.
As for the Select Field and Save as Field, it will remain grayed out. You need to select the area as either region or partial screen.
-
sindhuri paturi
Cognizant
PH
Thank you so much for that very detailed response Ratul, that was really helpful!
When you mean the Select Field and Save as Field will remain grayed out, does that mean for Bluezone "fields" are not supported? Because I have seen it being used in Attachmate on the Text Adapter Webinar on PEGA Academy.
Also appreciate if you can help me with the below scenario. I have set a region to read a string on the bluezone screen (regUserID), that if blank or empty will show a dialog box to double check the login input and if not blank will move to the next step. While debugging, if I leave that field as blank or empty, it is correctly resulting as "True" on stringUtils1. But setting the login ID with a valid value (in this case "A4C" as you can see below when I hover the mouse on the result of the Text) also resulted as "True" on stringUtils1 while it should have resulted as "False" as "A4C" is neither null nor empty.
Accenture Services PVT Ltd
IN
Hi Archie,
"When you mean the Select Field and Save as Field will remain grayed out, does that mean for Bluezone "fields" are not supported? Because I have seen it being used in Attachmate on the Text Adapter Webinar on PEGA Academy." ------- Yes it works for Attachmate, but strangely for BZ it doesn't. You might want to contact the Bluezone / Pega folks on this.
As for the regUserId, I guess the Region Match Rule is creating the trouble. If the Match Rule of that field is set as blank it will not match when there is any value in there. So for a resolution you can try creating 2 separate controls of regUserId (one for value another for blank) and then checking which of them is matched by placing a IsCreated method.
If you find this confusing, please feel free to contact me.
Cognizant
PH
Thank you Ratul, it worked! It seems that I incorrectly have a region match rule set to that region, removing it resolved the issue.
One more question, what can I do if the emulator I am automating uses different screen definition on different screens? For example, the first screen for logging in to the system is a 24x80 screen and the next screen upon login switched to 24x132 screen. How can I approach automating multiple screen definition? I have tried adding another winhllapi with a different screen definition but starting winhllapi with the same session ID throws an error that the session is already started.
Thank you so much in advance.
Accenture Services PVT Ltd
IN
Hi Archie,
I guess this issue can be resolved by fixing the screen definition of the emulator right while setting the session up at the beginning. And make sure you match it in your HLLapi properties. If this doesn't solve your issue we can arrange for a webex session to look into it further.
CollabPartnerz
IN
Below post might helpful
https://collaborate.pega.com/question/mainframe-terminal-emulator-tn-3270