cancel
Showing results for 
Search instead for 
Did you mean: 

Control over process exports from the database

MáriaBojová
Level 3
Is there any way to monitor what processes were exported and by whom from the database except going through audit logs?
2 REPLIES 2

John__Carter
Staff
Staff
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

AmiBarrett
Level 12
You could also run a SQL query against the BP DB. select * FROM [YourSchemaHere].[dbo].[BPAAuditEvents] where sNarrative like '%export%'