Evertz Magnum Router – No Connection
28th April 2025
Hi Brian, As Wale mentioned, you can check Streamviewer or the element log file (located in C: –> Skyline DataMiner –> Logging –> Element_name.txt) to check for any errors. If …
Answer
28th April 2025
Hi Brian, As Wale mentioned, you can check Streamviewer or the element log file (located in C: –> Skyline DataMiner –> Logging –> Element_name.txt) to check for any errors. If …
28th April 2025
Hi Julian, As Miguel mentioned, please do check with Wireshark. If you need further help, please contact techsupport with a detailed description of your issue.
25th April 2025
Hi Samita, Some parameter Id ranges are reserved for specific use cases. The 70 000 -> 79 999 range you are now using is reserved for Mediation protocols. For normal …
25th April 2025
Hi Alain, I had a quick look and can confirm you did not miss anything. The Spectrum Visio shapes just doesn’t support updates on shape data other than ‘ComponentOptions’ at …
25th April 2025
Hi Gilles, The form component can only display input fields for 1 DOM instance at a time. When linking it to a row which represents multiple instances, the first one …
25th April 2025
Hi Miguel, In the documentation of the reserved spectrum parameters, I found param 64008/64108, which sets the amplitude units. Unfortunately, I didn’t find any additional info on the usage of …
25th April 2025
Hi Eric, The IP address of the DMA can be retrieved in an automation script using the following property: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.AgentIP.html#Skyline_DataMiner_Net_ServerDetails_AgentIP Example: string ip = Engine.SLNetRaw.ServerDetails.AgentIP;
24th April 2025
Hi Alain, If I understand correctly you would like to display a page form a the Visio overview assigned to a specific view. If this is the case, you should …
24th April 2025
Hi Peter, You are right, it is advised to use AlarmTreeID now. A [TREEID] placeholder for Hyperlinks was not added yet. AlarmTreeID is just a useful wrapper around DataMinerID/ElementID/RootAlarmID, so …
24th April 2025
Hi Jens, There is no official way to check whether the GQI DxM is used or not. We do have a web API method that provides this info for our …
24th April 2025
Hi, It should be possible to integrate with an API using mTLS from QActions or automationscript by sending the API requests via a HttpClient in C#. The implementation would look …
24th April 2025
Hi Shawn, Please see the answer from Bert in this question : CUBE Client comms – gRPC vs Eventing vs Polling – DataMiner Dojo. “We expect to change the default …
23rd April 2025
Hi Roger, I believe the change in binding settings should only be intentional when switching between SNMPv1 and SNMPv2/SNMPv3 and not if you switch between SNMPv2 and SNMPv3, so you …
23rd April 2025
Hi Robbie, I don’t think there is something you can do in your protocol to mitigate this visual annoyance. Let’s follow up with a collaboration task to get this changed.
23rd April 2025
Hi Juan, I quickly validated the correlation filter on protocol and this seems to be working fine at my end. Can you try maybe to bring your test down to …