Launch and attach issues while working with IBM iAccess Client Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-12-19 01:36 PM
- Also, while attaching to a running instance, the error received is as follows: "Internal : Failed to perform Step 1 in Navigate Stage 'Attach' on page 'Action 1' - Terminal Emulation - Could not load the dll - PCSHLL32.dll"
------------------------------
Tanya Sachdev
Software Engineer
Persistent Systems Ltd
Pune
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-12-19 08:34 AM
I use three objects to then use the application:
- One to launch the .hod (session file) using start process and then wait for process window
- I then attach with a Java object to login the Java part
- I then attach with Mainframe IBM Personal Communicator (HLLAPI) for all mainframe actions
Hopefully this solution works for you as well
------------------------------
Jeroen Oosterholt
Automation Designer
DHL
Maastricht
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-01-20 09:16 AM
Tried the above mentioned steps but it did not resolve the issue. Also, the application used is IBM iAccess Client Solutions.
Please let me know if any more steps can be tried.
Regards,
Tanya Sachdev
------------------------------
Tanya Sachdev
Software Engineer
Persistent Systems Ltd
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-01-20 12:33 PM
We are also using IBM Mainframe Application in our company. The attach also never worked for us.
I used the informations on this page:
To create codestage functions in the HOST business object like:
Read from HOST
Dim autECLPSObj As Object autECLPSObj = CreateObject ("PCOMM.autECLPS") autECLPSObj.SetConnectionByName("A") DIM autECLOIA as Object autECLOIA = CreateObject("PCOMM.autECLOIA") autECLOIA.SetConnectionByName("A") if (autECLOIA.WaitForInputReady()) then outputstring = autECLPSObj.GetTextRect(y,x,y,(x+zeichen-1)) end if
Write to HOST
Dim autECLPSObj As Object autECLPSObj = CreateObject ("PCOMM.autECLPS") autECLPSObj.SetConnectionByName("A") DIM autECLOIA as Object autECLOIA = CreateObject("PCOMM.autECLOIA") autECLOIA.SetConnectionByName("A") if (autECLOIA.WaitForInputReady()) then autECLPSObj.SetCursorPos(y,x) autECLPSObj.SendKeys (Inputstring) end if
Set Cursor
Dim autECLPSObj As Object autECLPSObj = CreateObject ("PCOMM.autECLPS") autECLPSObj.SetConnectionByName("A") DIM autECLOIA as Object autECLOIA = CreateObject("PCOMM.autECLOIA") autECLOIA.SetConnectionByName("A") if (autECLOIA.WaitForInputReady()) then autECLPSObj.SetCursorPos(y,x) end if
Send Key to HOST
Dim autECLPSObj As Object autECLPSObj = CreateObject ("PCOMM.autECLPS") autECLPSObj.SetConnectionByName("A") DIM autECLOIA as Object autECLOIA = CreateObject("PCOMM.autECLOIA") autECLOIA.SetConnectionByName("A") if (autECLOIA.WaitForInputReady()) then autECLPSObj.SendKeys (translated_Inputkey) end if
------------------------------
Marco Matuttis
Robot Process Automation Developer
INTER Krankenversicherung AG
Mannheim
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 02:48 PM
I am facing the same issue now.
you got any solution to this ?
it would be great if you can tell us the solution
Thanks,
Suresh.
------------------------------
Suresh Babu Yadagiri
Solution Architect
Aviva Singapore
Singapore
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 07:37 PM
------------------------------
Tanya Sachdev
Software Engineer
Persistent Systems Ltd
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 08:08 PM
Please below link it will resolve your all issue.
https://portal.blueprism.com/system/files/documents/IBM%20iAccess%20Client%20Solutions%20Implementation%20Steps%20for%20Blue%20Prism%20Guide.pdf
If issue is resolve,please mark best answer
Thanks
Nilesh
------------------------------
Nilesh Jadhav
Senior RPA Specialist
ADP
India
------------------------------
Consultant
ADP,India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 03:10 AM
Thanks for the reply,
I already have that Guide with me and followed it.
But No Luck and i wrote to BP support for help.
Regards,
Suresh.
------------------------------
Suresh Babu Yadagiri
Solution Architect
Aviva Singapore
Singapore
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 03:20 AM
If we have to go by surface automation then the effort will be huge i guess.
Waiting for the BP support response for now.
Regards,
Suresh.
------------------------------
Suresh Babu Yadagiri
Solution Architect
Aviva Singapore
Singapore
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-10-20 10:21 AM
Thanks for reply...BP team will help you soon,
Thanks
Nilesh
------------------------------
Nilesh Jadhav
Senior RPA Specialist
ADP
India
------------------------------
Consultant
ADP,India
