How to use the community of the element in Automation Scripts

Hi Romain, Yes, this is possible, but not via dummy.ElementInfo.SnmpReadCommunityString / SnmpWriteCommunityString (those often come back empty). For Automation scripts, the reliable approach is to read the SNMP credentials from the element port configuration (ElementPortInfo) …

Sharing DataMiner dashboard in internal website using IFrame

Hi Guy, Why the cloud share can’t be iframed: Opening the cloud-share link redirects to DataMiner’s login provider, dataminerservices.b2clogin.com (Microsoft Azure AD B2C). That Microsoft-hosted page returns X-Frame-Options: deny, so browsers refuse to render …

SLNet Client Test Tool – QAction Monitoring

Hi, The following steps should result in some output being shown: Configure the setting to collect the metrics for a specific element e.g. QACTIONMETRICS_ELEMENT_346:450 and press Apply. The MaintenanceSettings.xml file …

Automation Script to open a URL on browser

Hi Ramesh, make sure that the ‘NoConfirmation’ option is set in the Hyperlink.xml for that hyperlink, otherwise the pop-up will be shown as you mentioned. When I trigger such an …

Make a connector Swarming compatible

This driver appears to be interfacing directly with SLDataMiner to create an alarm event. Most likely this will be called as protocol.NotifyDataMiner or as SetDataMinerInfoMessage over SLNet Before: Type: (int) …

Automation Script to open a URL on browser

Yes after clicking the checkbox it does work and this pop up doesn’t appear. But it also open’s the automation script execution popup screen behind it. I don’t want the …