Hi
What is the best way to retrieve information events on a monthly basis ? A query to the database or is there another way ?
Thank you!
Arunkrishna Shreeder [SLC] [DevOps Enabler] Selected answer as best 26th April 2023
Hi Arunkrishna,
I would refrain from accessing the local databases directly.
Instead, I suggest you have a look at some of the possibilities described below:
- Use a dashboard, this can be executed through the scheduler and send out a report with a csv attached.
e.g.
https://community.dataminer.services/question/export-table-automatically/answer/105408/ - Use the offload functionality.
This will allow you to offload to a central database, or to csv files on the system.
Arunkrishna Shreeder [SLC] [DevOps Enabler] Posted new comment 26th April 2023
Thank you both for your thoughts. 🙂
Arunkrishna,
You can also use the webservices API for retrieving the information based for a specific timespan.
Please see https://docs.dataminer.services/develop/webservices/WS_v1/WS_Methods_v1/GetInformationEventsV2.html