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!
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.
Thank you Miguel!
I will try that.