DataMiner Virtual Hard Disk OS version

What OS are the virtual hard disks built with? https://community.dataminer.services/dataminer-virtual-hard-disk/ We’re building some new machines soon, and want to future proof as much as possible, and use Windows Server 2025, …

Dashboards : Navigation menu

Dojo, I have a Dashboard where I would like to jump to different sections of it using a navigation menu i.e. without having to scroll. Is this possible ?

LCA Sign Out Button

Hi, In our current LCAs, we don’t see a sign out button. We are fully on SAML/SSO, if that matters. Any tips or tricks here? Thank you!

Service Condition

Hello everybody! I’m posting this question as I’m struggling with a new service I just created. In my service I added 4 encoders, each of them with a condition: they …

Component of dasboard has no update data

Hello Im working witj some component like grid using a query but it have no data update, is an aditional config requiered? In the componet setting im try with the …

New cube client 10.5.2521.2428 throwing unknow user name and password error on server 10.3.4.0-12854

Exception : (Code: 0x80070005) Skyline.DataMiner.Net.Exceptions.DataMinerSecurityException: Unable to authenticate as current Windows user —> System.MissingMethodException: Method not found: ‘Void System.Diagnostics.DiagnosticSource.Write(System.String, !!0)’. at Skyline.DataMiner.Net.Serialization.ObservableFormatter.Serialize(Stream serializationStream, Object graph) at Skyline.DataMiner.Net.Connection.EnsureRsaProviderAvailable() at Skyline.DataMiner.Net.Connection.AuthenticateViaSspi(String userName, …

Visual Studio crashes on any exception, is that expected?

While coding in Visual Studio and successfully connected to DataMiner, we’ve noticed that when any exception occurs, generally, such as incorrect authentication or a network/firewall issue, etc….Visual Studio hangs or …

Upgrade – start time

When planning an upgrade, it’s a good practice to upload the package 1 or more days prior to the actual upgrade. However it looks like the start time refers to …

Any alternative way to updated elements inside the service?

var addServiceMessage = new AddServiceMessage { DataMinerID = service.ServiceInfo.DataMinerID, HostingDataMinerID = service.ServiceInfo.HostingAgentID, Service = service.ServiceInfo, }; _engine.SendSLNetSingleResponseMessage(addServiceMessage); above is the code used for updating the service if there is any …