Dataminer installation upgrade to 10.4.0

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 …

CICD Upload to Catalog dotnet tools fails

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 …

SNMP connection problem

<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, …

Monitor Audio Streams over Multicast TS

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 …

Hide/show a table based on a condition

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 …

Visio table hiding column header

Hi Jurgen, Not a Visio related answer but if the different tables in your Visio are coming from different elements using the same protocol, you can consolidate all this information …

cloud Migration

Hi Naveen do you want to move your DataMiner server to a cloud-hosted instance? If so you have different options. One of the options is to go for a DaaS …

RegexMatch : Column manipulation – GQI query

Hi Wale, it seems that the RegexMatch in GQI only returns the first occurrence of the regular expression. Your regex has two occurrences in your example above. Do you really …

Visio table hiding column header

Hi Jurgen, As far as I’m aware, it’s not possible to hide the headers and sidebars of the tables. As an alternative, you could consider dynamically generating shapes for each …

Hide/show a table based on a condition

Hi Ramesh, A possible option is to implement this use case using a visual overview. In an overview (Visio file) you could create a drop-down list using session variables. You …

LCA : Query filter feed component – Range filter

Hi Wale It is not possible to hide this filter, without modifying your data. It is shown because the underlying ‘MCR Status’ column is a discrete column with numeric values. …