Hi Dojo,
I'd need to identify which services and Visios have not been updated in the past 9 months - is there any query I can perform to get the created/modified info directly from the DB?
The "Created/Modified" info is something that is available in the general properties but only for elements - any hints?
If this isn't available yet for views and services, I'm happy to raise a feature request.
Ad interim, I was wondering if there is a known event ID that can be searched in the Information Events table, whenever a Visio gets modified or updated, to fetch data & author of the edit.
Thanks,
A.
Hi Alberto,
For Visio files, for a limited amount of time after the change was done, you will be able to find a .zip file with details on the change in the "recycle bin" folder (C:\Skyline DataMiner\Recycle Bin). The file name format will be something like "2022_01_27 09_43_54_666_VDX View_14884.vsdx View_14884.vsdx.zip". When unzipping the archive, you will find the original *.vsdx file there and a small XML file with some details on what triggered the file change. This can be handy to revert to a previous version if needed.
Thanks for this tip, Michiel – helpful