Process logs by email
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-18 04:14 PM
Hi,
My requirement is , after process completes, logs generated by the process should be sent by email. Currently we are manually checking the logs from control room.
Is there any way blueprism can email process logs to any email id provided ?
Narayan
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-06-18 02:30 AM
You can use the SQL Server VBO to connect to the Blue Prism database. Control room sessions are stored in the tables: BPASession and BPASessionLog_NonUnicode. You can then create SQL queries to pull exactly what you need for the session.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-18 10:49 AM
Thanks Tom for reply.
Narayan
