“Included” option in template
8th January 2025
Hi Sevil, The column ‘Included’ is used when working with alarm template groups. You can find more information in DataMiner Docs: Alarm template groups The checkbox will determine whether the …
Answer
8th January 2025
Hi Sevil, The column ‘Included’ is used when working with alarm template groups. You can find more information in DataMiner Docs: Alarm template groups The checkbox will determine whether the …
8th January 2025
Hi Maxime, To troubleshoot the issue, you could try using another tool to test SNMP communication with the device—for example, tools like snmpwalk or iReasoning MIB Browser. These tools can …
8th January 2025
Hi, It’s indeed required to have a fixed IP on the database servers. In DataMiner the access to the DB is happening through that IP. Also if you have multiple …
8th January 2025
Hi Alexandre, I believe the issue is caused by the Cube client caching all dashboards in its session. Could you check if the dashboard becomes available again after restarting Cube? …
8th January 2025
Hi Apurva, GQI queries currently run each time a LCA page is opened to ensure the results are always up to date. Regarding caching, there isn’t currently a way to …
8th January 2025
Hi Samantha, The values you enter in the alarm template (for analog parameters) are the threshold values for the given severity. In other words, if the parameter value crosses the …
8th January 2025
Hi Apurva, With DataAPI, an array symbolizes a table. If you have an array inside another array, we try to create a linked table with a foreign key relationship. This …
8th January 2025
Hi Ruben, The <dmaip> placeholder should resolve to the correct URL (despite it referring to an IP). E.g. https://<dmaip>/dashboard/#/db/playground.dmadb
8th January 2025
Hi Alija In the dependencyValues: dependencyValues attribute | DataMiner Docs (scroll down to the bottom) You add a ‘?’ to the column id to make it an optional parameter to be …
8th January 2025
Hi Apurva, I’m not sure if this will help with your debugging, but the error "Sequence contains no element" typically occurs when LINQ methods like .First(), .Single(), etc., are used …
8th January 2025
Update on this question. Using UtcNow instead of Now datetime, with some culture info tweak solved this issue.
8th January 2025
Hi José, Hi Miguel, thanks for your help, I think to be on the rigth path for a solution. But now I have the problem to update the variable in …
8th January 2025
Hi Ana, To investigate this further you could log the value of “descriptor.GetType().FullName”. This will give you the actual runtime type of descriptor.
7th January 2025
Hi Nick, Another option for your use case is to use the column destView as indicated in DataMiner Docs: Tips for applying service templates Regards,
7th January 2025
Hi Gerrit, If you just open a View card on your root view, on the side bar of the view card you can select the second option (a icon with …