I’m looking for videos, links or documentation to help me automating Mainframe (HOD) application using Pega V-22.
I’m getting an ‘invalid session ID’ error, error while integrating Mainframe, introgration form is not loading.
I’ve verified that the session ID is correctly set to ‘A’ in the HOD Application and that ‘Auto-start HLLAPI’ is also setted “Yes” in the emulator’s settings, for Test Adapter application session is ‘A’.
@PooranCJ Is your emulator using HLLAPI? If you use a tool like Process Explorer, you can see all of the loaded DLLs in a process. Generally speaking, whichever DLL has “HLLAPI” in its name is what you need to point your text application to.
If you do not have or cannot acquire Process Explorer, you can write an automation to show the loaded DLLs for a given process ID.
I have attached a project I have used before when Process Explorer from Microsoft was not available or was blocked.
@PooranCJ In rereading your post, you may be starting your interrogation too early. With text applications, you need to launch the app first and then start interrogation. Make sure that if you are connecting to session A that it is up and running before you start interrogation.