Unable to delete element
29th August 2024
Hi, From what you describe and some of the page names, it looks like you are using a connector that generates DVE elements, for those, you cannot directly delete them …
Answer
29th August 2024
Hi, From what you describe and some of the page names, it looks like you are using a connector that generates DVE elements, for those, you cannot directly delete them …
29th August 2024
It is expected that the count will continue to increase as this is a counter (similar to packet counters in switches). The columns that might be interesting to understand if …
29th August 2024
Hi Tobe, You can specify a Range value if you add the shape data “ParameterOptions”. More info: Linking a shape to a trend component | DataMiner Docs
29th August 2024
Hi, Different .NET versions are not compatible with each other. This means that it’s not possible to simply replace .NET 5 or 6 by .NET 8. Instead, we first have …
28th August 2024
When you say Private key authentication, are you referring to public-private key pairs (like SSH). As far as I know this is not supported by Amazon AWS S3. Typically its …
28th August 2024
The GetTrendDataMessage is designed to return a result set that DataMiner clients can easily interpret to draw the corresponding graphs without having to do a lot of extra processing on that …
28th August 2024
Ideally we would want something that looks like this, yet updates in real time or every X amount of seconds. I cannot replicate this within GQI but I am no …
28th August 2024
Hi Micah, According to DataMiner Help, from 10.3.3/10.4.0 it should be possible to apply multiple GroupBy operations. Hope it helps.
28th August 2024
Hi Benjamin, Below an example for setting a script input parameter. PARAMETERBYNAME:<script parameter name>:<value> PARAMETERBYNAME:Action:Mark complete In the documentation you can find an example how it is used for Adding …
28th August 2024
To solve that issue, we updated the header/trailer params type to ‘read’ and remove the ‘headerTrailerLink’ option from all of them.
28th August 2024
Hi Zhing, Can you try [parametername]? We use this placeholder to pass the parameter description to an automation script: How to get parameter description in automation script Hope it helps. …
28th August 2024
Hi Jörg, I believe this is caused by a known limitation where only dlls available in the “Files” folder in DataMiner can be used in ad hoc datasources, as that …
28th August 2024
Hi Tom, In addition to the answer of Louis, I was thinking about the second part of your question: “is there another mechanism by which other DataMiner users gather data …
28th August 2024
Please see log file:
28th August 2024
Hi Tom, I don’t see a technical reason why we cannot support offload database for STaaS. The main reason why this is not yet supported is because we still need …