Crashing IE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-16 06:46 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-16 07:28 PM
Hi Mark - the windows Event Log might show something.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-16 03:56 PM
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.
