SNMP MANAGER Resend Clears

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 …

Data Sources missing element in root view

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 …

Blank response content when receiving JS object

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,

New Dashboards – SMS notification

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 …

SLSNMPAgent slow leak on 10.4 CU6 and reference value

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 …

HTTP Communication – Digest authentication

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

alarm and trend template

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 …

Script running for too long

Hi Stefan, You could update the timeout of the script. See the following question: Script timing out Hope it helps.