Control over process exports from the database
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-19 02:23 PM
Is there any way to monitor what processes were exported and by whom from the database except going through audit logs?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-19 02:46 PM
No I think the audit log is the place. Added to that you should have a Logical Access Model to control 'who can do what'. https://portal.blueprism.com/system/files/documents/Blue%20Prism%20Logical%20Access%20Model%20%28LAM%29%20Guide.pdf
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-05-19 08:57 PM
You could also run a SQL query against the BP DB.
select * FROM [YourSchemaHere].[dbo].[BPAAuditEvents] where sNarrative like '%export%'
