Is it possible to display values in bps using standard MIBs?
29th June 2026
Hi Hiroaysu, An example connector that implements rate calculation logic can be found on the following GitHub repository: SLC-C-Example_Rates-SNMP.
Answer
29th June 2026
Hi Hiroaysu, An example connector that implements rate calculation logic can be found on the following GitHub repository: SLC-C-Example_Rates-SNMP.
29th June 2026
Hi Gunnison, Note that script ResourceScheduling_CreateJob is a MediaOps Plan solution script used for interaction in the LCA. We can’t guarantee that the code will stay backwards compatible (e.g.: additional …
26th June 2026
Hello Gunnison, The error you pasted states that the ResourceScheduling_CreateJob script failed due to not having the OnApiTrigger. By default, User-Defined APIs look for an OnApiTrigger function when called. You …
26th June 2026
Hi Fernando, Hope you are doing well. I believe GQI is going to be the way to go. I was able to reproduce what you are seeing. It seems if …
26th June 2026
Hi Tobias, What versions of Renci.SshNet and BouncyCastle should I use? To be able to answer this question, I would need to have a closer look at the issue …
26th June 2026
Hi Robert, This is expected behaviour, the GQI runner spawns a separate automation process for every ad-hoc datasource that is used. This is to ensure that issues in one data-source …
26th June 2026
Hi Stijn, There is currently no such thing as ‘conditional actions’. Instead, you could have an input parameter in the script and pass that variable value to it. Then the …
26th June 2026
Hi Conan, By design, Cube currently resolves low-code app icons against the FabricMDL2Icons set (over 2000 glyphs). If an icon name is outside that mapped set, then Cube falls back …
26th June 2026
Hi Jan Piet, At the moment, we don’t offer an Android APK, as our dashboards and applications are web-based and hosted on the DMAs themselves. They can typically be displayed …
26th June 2026
Thanks Felix and Jason. Removing the param placeholder and using ParameterSubscriptionFilter instead of SubscriptionFilter solved this issue, it now shows the correct display value. I did also add the DisableParameterSubscription …
26th June 2026
Hi Isabel, I’ve worked with customers using the Fortinet Fortigate connector with the FortiGate 60F without any issues. This includes multiple High Availability members.
26th June 2026
Hi Wieslaw, To add to Felix’s suggestion may I suggest the following setting:
25th June 2026
Hi Robin, Generally we advise against adding/removing files manually into the directories as this can lead to issues such as unsynced files, or even non-starting DataMiner. Depending on how often …
25th June 2026
Hi Wieslaw, Not sure if it would help but could you try it like this to avoid the param placeholder:
25th June 2026
Hi Thomas, What does the Stream Viewer show? This note provides more info on when retries will be executed with HTTP communication: A retry mechanism (as configured in the element …