Is DataMiner a “nice-to-have” or a “must-have”?
4th June 2025
Biased Skyliner here but what I’ve always loved about Dataminer is its open architecture and flexibility. You can…for want of a better expression, bend it to your will. Let me …
Answer
4th June 2025
Biased Skyliner here but what I’ve always loved about Dataminer is its open architecture and flexibility. You can…for want of a better expression, bend it to your will. Let me …
4th June 2025
Hi Alexandre, A possible option is using the web API call GetTrendDataForParameter or GetTrendData CustomTimespanForParameter to retrieve this information. Hope it helps.
4th June 2025
Hi, I run manually QAction and work ok 2025/06/04 10:35:04.655|SLProtocol – 16756 – Titan-Live – copy|16092|CQAction::Run|INF|2|QAction [3] triggered by [pid=3/idx=-1/pk=/user=] Input: new = {“ping”: “ok”} Input: old = Input: extra …
4th June 2025
Hi, I can see values in both parameters, but the API Health parameter is linked to a QAction. The QAction should send 1 to API Health if it detects "ping": …
4th June 2025
Hi Paul, From DataMiner 10.4.0 [CU11]/10.5.0/10.5.2 onwards, changes to the column layout are saved automatically for each user. In earlier versions, you could manually save a custom column layout with …
4th June 2025
Hi Terry, The script currently doesn’t support filtering on a specific Element. It will currently look through all the elements that match a certain Profile Defininition. You could manually modify …
4th June 2025
Hi, The SpectrumBufferDataResponseMessage is not officially documented, but I found these following properties that could further help to understand what is being returned: double[] Values: Trace data points double CenterFrequency: …
4th June 2025
Hi, Have you tried adding items through Cube?Maybe the directory you’re using isn’t valid. To add folders or documents, right-click the folder in the driver’s Documents section. BR
4th June 2025
Hi Enis, Not sure if it will be relevant in your use-case, since you’re using multipart/form-data, but I had a similar issue in the past while uploading a file. The …
4th June 2025
Hi Jose, It’s hard to see from your code fragment what goes wrong, since not your whole connector is included. My best guess at the moment is that the problem …
4th June 2025
AFAIK there is no hard limit. However, you should avoid having too much data (many services created by one template with many fields). If you reach a point where you …
4th June 2025
I believe the real power of DataMiner is the people in the company (Skyline Communications) that support you in building the monitoring and control system that fits your needs. As …
4th June 2025
I tested this and indeed with the current version of MediaOps it is not possible to save the Configuration on the workflow; Luckily, this is fixed with MediaOps (1.3.1), with …
3rd June 2025
Hi, It is highly recommended to use C# code for this. You can use the SendEmail method on the engine object for this. More information can be found here: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.IEngine.SendEmail.html?q=sendemail
3rd June 2025
Hi Dario, In your automation script, you can create IDmsElement object. From that object, you can do following: where element is of IDmsElement type, WriteParameterId is int and value is …