Can we export bookings?
15th July 2020
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 …
Answer
15th July 2020
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 …
15th July 2020
The DVE mapping in Cube is done by looking at certain properties in the ElementInfoEventMessage. Below is an example of a child DVE, it has a DveParentDmaId, DveParentElementId and IsDynamicElement …
14th July 2020
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 …
14th July 2020
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 …
14th July 2020
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 …
14th July 2020
Hi Laurens, This is currently not possible. The security settings do allow you to provide a user-group with the “execute” right without giving the users access to the automation UI. …
14th July 2020
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 …
14th July 2020
The files located directly in ‘C:\Skyline DataMiner\System Cache\’ are files that get created during the initial sync, but should also be removed automatically after the synchronization is finished. If you …
14th July 2020
This is typically caused by a large amount of offload files that exist on the ‘backup DMA’. This gets somehow confirmed by the following lines: ‘Aborting open offloads…’. Check in …
14th July 2020
The full logging will be required to perform an accurate analysis. Based on the info available, I believe the delay is the result of outstanding content that needs to be …
14th July 2020
The SLPort process can’t be restarted, if you stop this process then it will trigger a full restart of the DMA. See SLWatchdog2 logfile: 2020-07-14 07:45:01 14372|-> Process with PID …
13th July 2020
Both *.vdx and *.vsdx are xml-based indeed and we could have chosen ‘direct file updates’ instead of interaction with the Visio Application to save shape data. The main reasons for …
13th July 2020
Hi Thomas, You can customize the look of a router panel in the router control app. Everything can be changed from basic layout, organizing inputs and outputs in tabs to …