URGENT: error on run but not step through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-19 01:13 PM
------------------------------
Narayan Shrawagi
Senior Consultant
T systems India private limited
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-19 01:25 PM
You need to provide a bit more details for better answer but I think it may be due to running speed. When You go step by step then Application has time to load elements after interaction (for example changing the page). When You run process at full speed then without appropriate wait stages it may happen that You interact with elements that does not yet exist (because app didn't have time to load them).
Best regards
Michal
------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-19 02:01 PM
Narayan,
Not that I have any specific experience with Blue Prism yet, but as Michael stated, timing (lack of Wait stages) could be the common issue based on the community posts I've seen so far.
Also, does the Windows service ID that executes your RPA have enough permissions in the environment it is executing in? For instance, permissions to any certificates, shares or other applications being referenced. You might try logging in on the system with the service ID and step through your process again to see if anything unexpected happens.
Did your Exception handling bubble a useful message?
Fred Bullmer
------Original Message------
Hi Narayan,
You need to provide a bit more details for better answer but I think it may be due to running speed. When You go step by step then Application has time to load elements after interaction (for example changing the page). When You run process at full speed then without appropriate wait stages it may happen that You interact with elements that does not yet exist (because app didn't have time to load them).
Best regards
Michal
------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-19 07:17 AM
Areas you can try to look at include:
- Near the beginning of every action of your objects, use wait stages to wait for specific conditions to occur, such as the presence of certain application elements, or for the entire document to load for javascript heavy websites
- Using wait stages for any objects where actions move from one screen of your application to another. For example, if you have an action that clicks on a link, have a wait stage before the end of the action that confirms that you have correctly reached the next page
- Keyboard input or keystroke timing in navigate or write stages of objects
------------------------------
James Man
Senior Product Consultant
Blue Prism
Asia/Hong_Kong
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-06-19 09:08 AM
Hi Narayan
What is the actual error message please? I just wanted to check if the answer is in our knowledge base for you. The suggestions by other posters look correct to me but just wanted to check anyway.
Thanks very much 🙂
------------------------------
dean fry
Content Manager
Blue Prism
Europe/London
------------------------------
