Maps showing blank page on dashboard

Hi Joshua In DataMiner 10.4.10, there was an issue with the Generic Map component that caused continuous redirects when loading the map config. This caused the component to be blank. …

Microsoft Platform Driver – Reducing Polling time

Hi Srimathi, Thank you for raising these important questions. While this isn’t a complete answer to your question, I’d like to address your first point regarding the feasibility of reducing …

Best way to update Custom Alarm Property?

I will opt for an custom Element Property configured via Automation https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.ScriptDummy.SetPropertyValue.html

LCA – Kanban Board Component

Not an answer, but to help you further if you do want to build something, we have quite a few teams working Kanban in Skyline and some of them use …

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