Reconnect existing DMA to cloud
18th December 2024
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. …
Answer
18th December 2024
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. …
18th December 2024
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 …
17th December 2024
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 …
17th December 2024
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 …
17th December 2024
Hi Stefan, as a workaround you can do it via Webservices: PW Change of local user via WebGUI – DataMiner Dojo Best regards, Felix
17th December 2024
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” …
17th December 2024
Hi Wayne, Please don’t forget to document your feature request on the feature suggestion page.
17th December 2024
Hi Mieke, I believe you can do this by using Information Templates. Reference: Creating an information template | DataMiner Docs Kind Regards, Jarno
17th December 2024
Hi Mieke, Maybe an option could be using information templates: Result: Hope it helps.
17th December 2024
Hi Daniel, For GQI data, as of now there is no way to achieve this… We have a task on our backlog to introduce the ability to set a static …
17th December 2024
Due to api response failed i was getting this error.
17th December 2024
Hi Timothy, What I can say for sure: The NoCheckingSets flag is not about making the call sync or async. It\’s \”only\” about: do we want to verify if the …
17th December 2024
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 …
17th December 2024
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 …
17th December 2024
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 …