Can we export bookings?

It might be useful to understand the exact reason of exporting bookings. Indeed, there could be various options to export a snapshot at a specific moment in time, such as …

Can we export bookings?

DataMiner Reports can be also used for this purpose. It doesn’t give you a CSV file but can send you an email with the bookings list or in a PDF …

Can we export bookings?

There is no built-in support for Exporting/Importing ReservationInstances, but you can use an automation script like Gelber mentioned. ReservationInstance (and many other classes) have a “ToJson” & “FromJson” method implemented …

Can we export bookings?

I think we can do this via an automation script: The automation script uses the ResourceManagerHelper to retrieve all the ReservationInstance objects and then write the ID, name, start time …

How do the zip files in the system cache affect failover switching?

General notes on typical file synchronization (either in a cluster or between failover/backup) SLDMS keeps a list of files it syncs (C:\Skyline DataMiner\Files\SyncInfo\{DO_NOT_REMOVE_C0E05277-A7C5-4969-904D-E2E52076400A}.xml). Every file has a timestamp. The timestamp …