Forum Discussion

ErickTr's avatar
ErickTr
New Contributor
9 months ago
Solved

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 ...
  • VRoig's avatar
    9 months 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.