Hello,
Is there a way to offload data for a specific date? This will be useful to fill gaps in case of any missing data on the central database for any reason.
Thanks in advance!
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 27th August 2024
Hi Adel,
A possible workaround is to use the Data Aggregator DxM. This application allows you to schedule GQI queries remotely and store the result in CSV files. You could use GQI queries to request data from the DB.
However, keep in mind that data stored in DB has TTL (more information in DataMiner Docs). This means that data could already be removed from the database by the time you executed the query.
Hope it helps.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 27th August 2024
Thank you Miguel!
I will try that.