DataMiner Fails to Start – Adapter Binding to Loopback Interface
10th March 2026
Hi Nejra, I don’t think the adapter error caused the DMA to stop working. I have that in my local DMA, and it’s running fine. My best advice is to …
Answer
10th March 2026
Hi Nejra, I don’t think the adapter error caused the DMA to stop working. I have that in my local DMA, and it’s running fine. My best advice is to …
10th March 2026
Thanks Michiel, restarting IIS did not solve the issue. I had a session this afternoon with two Skyline engineers regarding this issue. It turns out there is an automatic migration …
10th March 2026
Hi A B M Siddique, You’re correct that for non‑SNMP protocols such as Kafka, there isn’t an equivalent to OID bindings. In these cases, the mapping of protocol table columns to the Alarm …
10th March 2026
From DataMiner 10.6.3 the theme logic was updated (RN44336). Noticed that when restarting IIS the issue is resolved as it then detects the theme file again. DataMiner 10.6.4 will have …
10th March 2026
Hi Ana, There is currently no documented wrapper method available to programmatically create new properties. However, it is possible to achieve this using direct SLNet calls. If you’d like, we …
10th March 2026
Hi ana, Can you try this: var propertyConfig = new PropertyConfig { Name = property.Name, Type = “Alarm”, }; PropertyManager.RegisterPropertyConfig(propertyConfig); public class PropertyManager { private static ConcurrentDictionary<string, PropertyConfig> registredProperties = …
10th March 2026
Not sure about the 1st/2nd question. but for the third question we are using: hyperlinks.xml or by correlation special paraments Special parameters available in automation scripts | DataMiner Docs
10th March 2026
By updating 2703 Interprete\Type: string to double and Measurement\Type: number to discreet the alarming now works properly. However it was probably the DIS validator that made me mess it up …
9th March 2026
Hi Srimathi, There are a few things to verify. First, could you confirm the main connection type used by the connector? The type of the connector should be ‘http’. Also, …
9th March 2026
Hi Wale, Categories are used to put the Resource Pools in a certain category. This can be used in the Scheduling application to filter your pools on the Resource View …
9th March 2026
Hi Ive, Under the layout tab of the component you can customize your theme. By adding conditional colors, you can make a distinction between your lines (see the filter for …
9th March 2026
Hi, You can find a full answer to a similar question here: Reduce permissions needed to integrate Teams. Kind regards,
9th March 2026
Hi Chris, We aren’t aware of any issues with that component regarding permissions. From the error message, it seems like data is being requested that the user shouldn’t be able …
9th March 2026
Hi Isabel, You can connect a second cluster to the same Cassandra & OpenSearch cluster. The most important part when doing so is configuring the prefixes to ensure that each …
9th March 2026
Hi Harald, We have recently fixed an issue where data coming from Flows & Variables didn’t make components available for actions based on the underlying data type. In your case …