Forum Discussion
ErickTr
1 year agoNew Contributor
Is that posible to export Task Activity or Error Logs with business rule?
Hi Team, I am wondering is that posible to export Error Logs or Task Activity with business rule? I know we can extract data from cubes or dimensions using BRApi methods, but is there a similar ...
- 1 year ago
Hi!
You can do a query directly to the system database tables to get the information. They are called "ErrorLog" and "TaskActivity". Something like: Select * from ErrorLog.
If you need some exemple let me know.
VRoig
1 year agoNew Contributor II
Hi!
You can do a query directly to the system database tables to get the information. They are called "ErrorLog" and "TaskActivity". Something like: Select * from ErrorLog.
If you need some exemple let me know.
Related Content
- 1 year ago
- 4 years ago
- 3 years ago
- 2 years ago