cancel
Showing results for 
Search instead for 
Did you mean: 

Crashing IE

mark_a_longden
Level 2
I'm building a process that interfaces with a browser-located SAP system, and most of the time, it works. Every now and again, though, IE will just shut and stop the process. I've tried running it in Control Room, and the same thing happen, but the Session Log just says timed out. Is there any way I can look "deeper" into the system and find out what happened? If I can understand what's causing the crash, I can improve my robot to stop it from happening again.
2 REPLIES 2

John__Carter
Staff
Staff
Hi Mark - the windows Event Log might show something.

Denis__Dennehy
Level 15
Hi Mark, If you are using the standard process template as the basis for your solution, I would hope that the retry loop on your sub pages would catch exceptions such as this and close/relaunch/renavigate your SAP appliction successfully to try again. If you are unsure about how to implement retry loops please contact your mentor (lead developer or DEM). Retry loops will not fix the issue you are seeing, but it will at least add the robustness required to cope with it.