12-10-23 11:10 AM
Hi,
I am undergoing foundation training in the blueprism rpa software. The process flow is
Start -> Launch::Notepad-> Close::Notepad -> End . The application launches but fails to close and I get this error message - Internal : Failed to perform step 1 in Navigate Stage 'Terminate' on page 'Close' - Not Connected. What does this mean? How do i troubleshoot this problem. I am using blueprism 7.2.1.
Thanks,Aniruddh
Answered! Go to Answer.
12-10-23 01:51 PM
After launch try to use attach also and then see if it closes properly.
12-10-23 01:51 PM
After launch try to use attach also and then see if it closes properly.
12-10-23 04:11 PM
Just to add you need to make sure notepad launch successfully before closing the application.
I would recommend to add wait stage after launching to verify notepad launched successfully before trying to close it.
14-10-23 05:56 AM
Hi Tejas.. Thanks for your guidance. I created an attach page with a read object and now it works fine.
14-10-23 06:02 AM
Hi Harish. That is a great suggestion. I'll keep it in mind.