DATA Pages and how to create sub-pages in Visual Studio?
6th November 2024
Hi Joe, You will need to define a “page button” to get a subpage. More info can be found here. Adding a page button to a data page, will automatically …
Answer
6th November 2024
Hi Joe, You will need to define a “page button” to get a subpage. More info can be found here. Adding a page button to a data page, will automatically …
6th November 2024
This seems like a reasonable request to me Euler, would you mind posting it indeed as feature suggestion on DataMiner Feature Suggestions – DataMiner Dojo, so we can verify the …
6th November 2024
Issue solved, found it! Code in the training doc is not returning any data from the website because the structure is changed. Adjusted to retrieve static data. Now the python …
6th November 2024
Hi Daniel, Indeed if you would use GQI and visualize it within a table component in Dashboards you are able to export the data to CSV. It is not possible …
6th November 2024
Hi MIguel. first, you got to configure your Cisco Switch adding snmp sections and set communities correctly, second, choosing and enabling the trap groups on the switch configuration and the …
5th November 2024
Hi Pedro, Could you share the full session details with us? Also, have you tried adding the following as a header? <Header key=”Content-Type”>application/json</Header> Kind regards,
5th November 2024
Hi Yahya, it is not possible to include the report directly as an SMS is text based. What you can do as an alternative is include a hyperlink to the …
5th November 2024
Hi Matej As it seems to be directly related to Not enough storage to complete this operation – DataMiner Dojo, I assume you also checked the provided RNs? When checking …
5th November 2024
Hi Roberto This can be handled in the same way as described here: SLDataMiner leak on 10.4 CU6 and reference value – DataMiner Dojo (use SLSNMPAgent instead of SLDataMiner.) SLSNMPAgent …
5th November 2024
Hi Hari Priya, I’m not sure if I fully understand your question, but if you want to show an alarm color on the nodes in your node edge graph, you …
5th November 2024
Hi Samantha, This is syntax used in combination with a table. The first part tells DataMiner which columns to show. The second part shows the server-side filter, which looks like …
5th November 2024
Hi Jeroen All queries that are used on this dashboard have an extra ‘view filter’ input that can be used for exactly this purpose. By default it is linked to …
5th November 2024
The session that you configured should be sufficient to get Digest authentication working in a DataMiner connector. However, WinHTTP (the engine that DataMiner HTTP connectors are using behind the screen) …
4th November 2024
hi all, as mentioned by tamara markesic I put alarm and trend xml file in default folder and rename these file as mentioned in about.md file. and register this solution …
4th November 2024
Hi Stefan, You could update the timeout of the script. See the following question: Script timing out Hope it helps.