Issue with Grass Valley AMPP Manager

Hi Ciao, As Neave stated above, go to Cube and open the GVAMPP Manager element, and in the General page, you should have the option to enter a new API …

Cube Sides Processing

Hi Ryan, Yes, having more cards (tabs) open in DataMiner Cube generally means that more items (elements, services, etc.) are being subscribed to, which can result in higher resource usage. …

Issue with Grass Valley AMPP Manager

You will need to install the Cube desktop app, and look to see if you have an element running the Grass Valley AMPP Manager connector. You can find this in …

Persistent Agent on Welcome Screen

Hi Kris, I haven’t seen this issue before, but I expect the following steps to resolve it: On the computer where the issue occurs, navigate to: C:\Users\[USERNAME]\AppData\Local\Skyline\DataMiner\DataMinerCube (Make sure to …

New Opensearch cluster setup error / db.xml file

Hi Randy, there seems to be an error (copy paste?) in the <DBServer> tag. This should be a comma separated list of URLs. The square brackets and the “%3c/DBServer” should …

Skyline NuGets private repository for customer

Hi Hugo We have created a .NET tool that we used when we moved towards a different source: SkylineCommunications/Skyline.DataMiner.CICD.Tools.SyncNuGets: Tool to sync NuGets from one nuget store to another. They …

Accessing Media Ops Job Properties in Dashboards

Hi David, Short answer, there’s currently no easy way to retrieve jobs using a specific property/value combination. However, this is something that’s on the roadmap of MediaOps. We are working …

Serial connector unstuffing behavior

Hi, -Using the stuffing attribute in the Advanced tag will not work with a “serial” TCP connection. -The response will need to consist of 3 parameters: Header parameter (0x10 0x02) …

User-Defined API – Routes

Hi João, You can have 1 user-defined script which contains multiple subroutes. See example:

User-Defined API – Routes

Hi João, Like Rene hinted at in his comment, it is possible to code all your API behavior in one script and check the ‘requestData.Route’ to see what route was …

Is it possible to retrieve the log file via API?

Hi Minami, Starting from DataMiner version 10.4.5, you could use the GetLogTextFileStringContentRequestMessage SLNet message to retrieve the log file from the DMA. For more details, please see the following release …

Method not found – IDmsElement

Hi Andrea, After inspecting the scripts and a memory dump of SLAutomation, this script has no issues but it got impacted by another script. TL;DR: When referencing a NuGet package …