Question
Cognizant
IN
Last activity: 21 Dec 2023 7:58 EST
Issue with Mainframe interrogation-Pega Robotics
Hi All,
We are trying to interrogate the Microfocus rumba 9.5 application. We are using the Studio V22.
We have configured the path for the windows adapter, and we have configured the general generic WinHllapi and configured the dll.
After starting the interrogation, we are getting the below error. We have configured the Session Id in the Rumba application Aswell.
Please advice.
***Edited by Moderator Marije to add Support Case Details;***
-
Reply
-
vikram redrouthu -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
GB
@AkhilS18 I can see that our support team have resolved this issue .
I will close this thead by providing the solution below:
Issue primary reason description:
unable to connect mainframe session with the help of pega text adapter
Explanation description:
Client is able to connect the mainframe session with the help of text adapter by enabling EWinillapi to true and in mainframe application disabling the classic Hillapi data structure option which is present in options->API->Configuration
Pegasystems Inc.
US
@AkhilS18Is it possible that something is already connected to that session? It is hard to say with just that message. One thing I do to ensure that I have the right DLL is to use Process Explorer. It can list the DLLs for a given process and you can see the HLLAPI dll that the application is using. Assuming you have the right short session ID, then it should connect.
Cognizant
IN
Could you please share the list of DLLs? and any idea about how to setup short session id in Microfocus Rumba 9.5 Application?
Pegasystems Inc.
US
@AkhilS18I believe there is a misunderstanding. You will need to ensure you are selecting the right DLL that your application is using. That DLL is specified in the properties of your adapter inside of Pega Robotics (the DLLName property of your adapter). If you don't know which DLL to use, you may use Process Explorer (you can search for this and download from Microsoft). It has a bullseye icon like Pega Robot Studio has during interrogation that you can use to select a process by dropping it on the Rumba screen. This will select Rumba in the process list in Process Explorer. One of the menu options allows you to view the DLLs associated with a process. Within this list should be one with "HLLAPI" in the name. This is which DLL you'd setup as the DLLName property. You also want to make sure that within Rumba, you have a short session name defined and that you know what it is using. You also specify this value in the adapter settings (SessionID property). It will be a letter between A and Z.
Cognizant
IN
@ThomasSasnett Hi Thomas, we have configured the correct DLL and Correct Short Session ID, but while starting the interrogation we are getting the attached error --
One or More Parameters are invalid.
Pegasystems Inc.
US
@AkhilS18 This would best be solved with some live-assistance. I suggest that you open a support request, so that one of our support teams can assist you live. My suspicion is that you might have a non-standard emulator, and we'll just need to align the settings it is using with those of the application. Please let us know the INC ID once you open one.
Cognizant
IN
@ThomasSasnett Hi Thanks for the help. Please find the INC number - INC-A27019.
Accepted Solution
Pegasystems Inc.
GB
@AkhilS18 I can see that our support team have resolved this issue .
I will close this thead by providing the solution below:
Issue primary reason description:
unable to connect mainframe session with the help of pega text adapter
Explanation description:
Client is able to connect the mainframe session with the help of text adapter by enabling EWinillapi to true and in mainframe application disabling the classic Hillapi data structure option which is present in options->API->Configuration