SRM Discover resources
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 …
Answer
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 …
3rd June 2025
Hi Paul The same script can be used for an actual migration (moving all your on-prem data to STaaS), as well as for a replication run (still storing your data …
3rd June 2025
Hi Apurva, While the UI doesn’t directly show which specific scripts contribute to the total script runs, the usage export does include the script names. You can export this data …
3rd June 2025
Hi Pascal, You can right click on the row in the list and it will show a context menu to duplicate the column parameter with a new filter.
3rd June 2025
Hi Tibor, There is a roadmap item where opportunities registered will be visible from the partner portal directly (https://community.dataminer.services/partner-portal/) In the meantime, we will continue with our frequent engagements via …
3rd June 2025
Hi Iti, As far as I know, there are 2 ways of alarm grouping in DataMiner. The first option is using the analytics engine of DataMiner. This KATA should give …