Change matrix size layout – alarm template
23rd October 2024
Hi Koen, This is a software limitation, in the alarmtemplate editor, we always use the default page size. However, if the connector would use a Table-based matrix, the alarming is …
Answer
23rd October 2024
Hi Koen, This is a software limitation, in the alarmtemplate editor, we always use the default page size. However, if the connector would use a Table-based matrix, the alarming is …
23rd October 2024
Hi Zhing, It’s not possible to trigger a script directly from a button. You will need to trigger a QAction with your button, which can trigger an automation script. In …
23rd October 2024
Hi Martin There is currently no easy way to update/delete an image from within Dashboards/Low Code Apps itself. It can safely be deleted from C:\Skyline DataMiner\dashboards\_IMAGES, this will have to be …
23rd October 2024
Hi, From the logs it appears you are installing an older cloud pack, could you try downloading the latest cloud pack and see if this resolves your issues? You can …
23rd October 2024
Hi Chirangee, if this url is stored in a parameter of a (scripted) connector, you can use a placeholder in the “Link” shape that refers to this parameter, If needed, …
23rd October 2024
As indicated in the requirements, upgrading to 10.4.0 requires .NET 8.0 to be installed: https://docs.dataminer.services/user-guide/Reference/DataMiner_Compute_Requirements.html#microsoft-net The prerequisite check “VerifyDotNetVersion” that is part of the upgrade checks if that is the …
23rd October 2024
Hi Felix Beta version (or pre-releases) are not advised to be used. Those are versions that we use for testing and seeing if everything is working. We are currently working …
23rd October 2024
Found a solution, as there are only beta versions of V3.x github uses latest official version. I had to specifify to use a beta version with: dotnet tool install -g …
22nd October 2024
Hi Michael, The “Node not reachable by” section does indeed refer to port 5100. You can read more about here: Customizing the dataminer.services endpoint configuration.
22nd October 2024
<Params> <Param id=”1000″ trending=”true”> <Name>sysDescr</Name> <Description>Sys Descr</Description> <Information> <Subtext> <![CDATA[A textual description of the entity. This value should include the full name and version identification of the system’s hardware type, …
22nd October 2024
Hi Nur, as far as I know the is no DataMiner module to monitor such things directly. But if you have a mesuring device or software which exposes it‘s results …
22nd October 2024
Hi Raamesh, I recently addressed a question regarding dynamically showing and hiding pages in DataMiner. You might find this approach helpful for your case. This was the question: dynamic sub …