Exporting Log files
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-18 06:55 AM
Trying to access the scheduler log files for metrics (currently not using a work queue). Is it possible to export more than one log file at a time? Are the logs stored in the database that can be queried? Thanks.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-18 06:57 PM
They are stored in the DB under [dbo].[BPASessionLog_NonUnicode] . Depending on the information you need, you may also need to join with [dbo].[BPASession] .
