Is there a place we can find the restart timestamps of DataMiner?
I have had an issue with DataMiner and wanted to correlate event logs from the Windows event viewer with restart times.
Baptiste Pattyn [SLC] [DevOps Advocate] Selected answer as best 16th June 2023
You can find these in C:\Skyline DataMiner\System Cache\Info\startupinfo.txt
Brent Alleweireldt [SLC] Posted new comment 16th June 2023


The same info also gets logged in the event viewer->Application and services log->Dataminer
Source:SLDataMiner – ID:2 – Startup DataMiner Initiated
Source:SLDataMiner – ID:1 – Startup DataMiner succeeded in xxhxxmxxs
Hi,
You can have a look at the SLDataMiner.txt logging.
In cube you can also build a filter as shown below, to get the startup times from the information events.
Ive Herreman [SLC] [DevOps Enabler] Answered question 16th June 2023
Thank you! This was exactly what I needed.