Reconnect existing DMA to cloud

Hi when you remove your system on dataminer.services the identity on the DMA itself is not cleaned up. You will need to manually unregister your system and then register again. …

LCA – Kanban Board Component

Hi Felix, We currently do not have a component that can be used as a kanban board using drag & drop. It is possible to create your own version using …

Authenticating via Edge/Chrome browser

Hey Arun, It looks like there are 2 different domains involved.The DMA is in domain nbnrsnp and the user domain is nbnannp.There is a known issue with web app authentication …

turn off alarm sound in Cube

Hi Peter – assuming that you have sound because of the Audible Alert option, here’s how to enable / disable that.  The option can be accessed from the hamburger button …

HTML5 Dataminer password change

Hi Stefan, as a workaround you can do it via Webservices: PW Change of local user via WebGUI – DataMiner Dojo Best regards, Felix

Creating a Memory File via Automation Script

Hi David, You can create a memory file with this snippet. private void CreateScriptMemory(Engine engine) { SetScriptMemoryValuesMessage setMemoryFile = new SetScriptMemoryValuesMessage(“NameOfTheMemoryFile”); setMemoryFile.Values = new ScriptMemoryValue[] { new ScriptMemoryValue(0, “MemoryFileValue”, “MemoryFileDescription” …

Best way to update Custom Alarm Property?

Hi Mieke, I believe you can do this by using Information Templates. Reference: Creating an information template | DataMiner Docs Kind Regards, Jarno

Windows Server 2025

Hi Dave, Efforts for validating Windows Server 2025 are ongoing, I can not share an estimate for when this will wrap up currently. This will be validated with the latest …

Using Service Template with Square Brackets in Displaykey

Hi Felix, I’m afraid that this is a problem with the parser responsible for expanding the placeholders. While it can expand “[element:1:param:22306:[data:ts_displayKey:]]” to “[element:1:param:22306:TS-IP Out 1.3 [DVB-T2]]” it messes up …

Redundancy groups and DVEs

Hi Joshua, According to our documentation (Dynamic virtual elements | DataMiner Docs), elements that allow DVE creation cannot be part of a redundancy group: However, you can create redundancy groups …