Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-08-20 12:41 PM
Hello Experts.
We are using Blue Prism version 6.5.1 and we have been having problems when sending or for example moving between Outlook folders a big number of e-mails (30, 50, 100). We have the message "Outlook Not Responding". When working with few items, the VBO works fine.
After that, the process moves to "Warning" status and we have to manually interfere to kill Outlook and make the Runtime available again.
As Microsoft VBOs (Outlook, Excel, and so on) don't have an Application Modeler, is there any way to raise an error and allow the process to close Outlook and recover the process flow?
I am looking for something similar to the "time out" we have in Objects with Application Modeller.

Thanks a lot!
------------------------------
Flavio Lara
System Analyst / RPA Developer
Vallourec Tubos do Brasil
America/Belo Horizonte/Brazil
------------------------------
We are using Blue Prism version 6.5.1 and we have been having problems when sending or for example moving between Outlook folders a big number of e-mails (30, 50, 100). We have the message "Outlook Not Responding". When working with few items, the VBO works fine.
After that, the process moves to "Warning" status and we have to manually interfere to kill Outlook and make the Runtime available again.
As Microsoft VBOs (Outlook, Excel, and so on) don't have an Application Modeler, is there any way to raise an error and allow the process to close Outlook and recover the process flow?
I am looking for something similar to the "time out" we have in Objects with Application Modeller.
Thanks a lot!
------------------------------
Flavio Lara
System Analyst / RPA Developer
Vallourec Tubos do Brasil
America/Belo Horizonte/Brazil
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-20 09:56 PM
Hey Flavio,
I am assuming you are calling action "Move Email to Inbox Subfolder" of the "MS Outlook Email VBO" to move emails and since the action accepts a single Entry ID as input, you have a loop to accomplish the mass move. If that assumption is correct, I have a few of questions:
As for the timeout function, one possibility I can think of is to run a parallel process to check status of the main process moving emails. Since Outlook VBO code stages are executed in synchronous mode, BP will wait for a response to the call before proceeding to the next step. For that reason, it is not possible to set a timeout within the process.
I hope this helps.
Regards.
------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------
I am assuming you are calling action "Move Email to Inbox Subfolder" of the "MS Outlook Email VBO" to move emails and since the action accepts a single Entry ID as input, you have a loop to accomplish the mass move. If that assumption is correct, I have a few of questions:
- At which iteration does Outlook stop responding?
- Do you see any calls in the iteration being successful or does it fail on the first call?
- If it fails after a few calls, have you tried any additional troubleshooting measures such as closing Outlook and restarting it?
As for the timeout function, one possibility I can think of is to run a parallel process to check status of the main process moving emails. Since Outlook VBO code stages are executed in synchronous mode, BP will wait for a response to the call before proceeding to the next step. For that reason, it is not possible to set a timeout within the process.
I hope this helps.
Regards.
------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-20 09:56 PM
Hey Flavio,
I am assuming you are calling action "Move Email to Inbox Subfolder" of the "MS Outlook Email VBO" to move emails and since the action accepts a single Entry ID as input, you have a loop to accomplish the mass move. If that assumption is correct, I have a few of questions:
As for the timeout function, one possibility I can think of is to run a parallel process to check status of the main process moving emails. Since Outlook VBO code stages are executed in synchronous mode, BP will wait for a response to the call before proceeding to the next step. For that reason, it is not possible to set a timeout within the process.
I hope this helps.
Regards.
------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------
I am assuming you are calling action "Move Email to Inbox Subfolder" of the "MS Outlook Email VBO" to move emails and since the action accepts a single Entry ID as input, you have a loop to accomplish the mass move. If that assumption is correct, I have a few of questions:
- At which iteration does Outlook stop responding?
- Do you see any calls in the iteration being successful or does it fail on the first call?
- If it fails after a few calls, have you tried any additional troubleshooting measures such as closing Outlook and restarting it?
As for the timeout function, one possibility I can think of is to run a parallel process to check status of the main process moving emails. Since Outlook VBO code stages are executed in synchronous mode, BP will wait for a response to the call before proceeding to the next step. For that reason, it is not possible to set a timeout within the process.
I hope this helps.
Regards.
------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-08-20 06:45 PM
Hello Madhur!
Many thanks for your suggestions!
Answering your questions:
Best regards,
------------------------------
Flavio Lara
System Analyst
Vallourec Tubos do Brasil
America/Sao_PauloBrazil
------------------------------
Many thanks for your suggestions!
Answering your questions:
- At which iteration does Outlook stop responding?
- Outlook stops after "Send Email" or "Move Email to Inbox Sub Folder" actions
- Do you see any calls in the iteration being successful or does it fail on the first call?
- It works for some iteration and freezes after that.
- If it fails after a few calls, have you tried any additional troubleshooting measures such as closing Outlook and restarting it?
- Yes, I have. Restarting Outlook works in most of the cases... then we can process some more items and then, we have the same problem. As we need to kill the Outlook process, when we try to start it again, sometimes we receive "Open in Security mode" messages. I fear that soon or later the .ost/.pst files can be corrupted because of that.
Best regards,
------------------------------
Flavio Lara
System Analyst
Vallourec Tubos do Brasil
America/Sao_PauloBrazil
------------------------------
